From 87e7dbc9c7b5cd897c36a735f2b199d25d8a280b Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Wed, 31 May 2023 12:32:03 +0200 Subject: [PATCH] Avoid using deprecated %patchN --- gnupg2.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/gnupg2.spec b/gnupg2.spec index 8c202f3..b55a80c 100644 --- a/gnupg2.spec +++ b/gnupg2.spec @@ -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,