Avoid using deprecated %patchN

This commit is contained in:
Jakub Jelen 2023-05-31 12:32:03 +02:00
parent 91d0fc8712
commit 87e7dbc9c7

View File

@ -107,17 +107,17 @@ to the base GnuPG package
%endif
%setup -q -n gnupg-%{version}
%patch3 -p1 -b .secmem
%patch4 -p1 -b .file-is-digest
%patch6 -p1 -b .fips
%patch9 -p1 -b .large-rsa
%patch 3 -p1 -b .secmem
%patch 4 -p1 -b .file-is-digest
%patch 6 -p1 -b .fips
%patch 9 -p1 -b .large-rsa
%patch20 -p1 -b .test_missing_uid
%patch21 -p1 -b .prev_known_key
%patch22 -p1 -b .good_revoc
%patch 20 -p1 -b .test_missing_uid
%patch 21 -p1 -b .prev_known_key
%patch 22 -p1 -b .good_revoc
%patch30 -p1 -b .coverity
%patch31 -p1 -b .revert-rfc4880bis
%patch 30 -p1 -b .coverity
%patch 31 -p1 -b .revert-rfc4880bis
# pcsc-lite library major: 0 in 1.2.0, 1 in 1.2.9+ (dlopen()'d in pcsc-wrapper)
# Note: this is just the name of the default shared lib to load in scdaemon,