From 2ce2c42519f5bd17d63e00451a0343b0d72220da Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Tue, 2 Jan 2024 20:01:57 +0800 Subject: [PATCH] use gpgtar to replace gpg-zip --- gnupg2.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnupg2.spec b/gnupg2.spec index 99f9172..c66e04e 100644 --- a/gnupg2.spec +++ b/gnupg2.spec @@ -1,6 +1,6 @@ Name: gnupg2 Version: 2.4.3 -Release: 1 +Release: 2 Summary: Utility for secure communication and data storage License: GPLv3+ @@ -66,7 +66,6 @@ sed -i -e 's/"libpcsclite\.so"/"%{pcsclib}"/' scd/scdaemon.c # add --disable-ccid-driver to solve #2005714 # disable tpm2 module %configure \ - --disable-gpgtar \ --disable-rpath \ --enable-g13 \ --disable-ccid-driver \ @@ -120,6 +119,9 @@ make check %changelog +* Tue Jan 2 2024 yixiangzhike - 2.4.3-2 +- use gpgtar to replace gpg-zip + * Mon Jul 17 2023 yixiangzhike - 2.4.3-1 - update to 2.4.3