Update using of %%patch

This commit is contained in:
Jitka Plesnikova 2023-09-22 09:38:04 +02:00
parent 3c858bacdf
commit 5b1d60a79c
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ with "%{_libexecdir}/%{name}/test".
%prep
%setup -q -n Digest-SHA-%{version}
%patch0 -p1
%patch -P0 -p1
chmod -x examples/*
perl -MExtUtils::MakeMaker -e 'ExtUtils::MM_Unix->fixin(q{examples/dups})'