!66 [Mainline] use gpgtar to replace gpg-zip

From: @yixiangzhike 
Reviewed-by: @zcfsite 
Signed-off-by: @zcfsite
This commit is contained in:
openeuler-ci-bot 2024-01-03 01:39:54 +00:00 committed by Gitee
commit bc0a18eb30
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: gnupg2 Name: gnupg2
Version: 2.4.3 Version: 2.4.3
Release: 1 Release: 2
Summary: Utility for secure communication and data storage Summary: Utility for secure communication and data storage
License: GPLv3+ License: GPLv3+
@ -66,7 +66,6 @@ sed -i -e 's/"libpcsclite\.so"/"%{pcsclib}"/' scd/scdaemon.c
# add --disable-ccid-driver to solve #2005714 # add --disable-ccid-driver to solve #2005714
# disable tpm2 module # disable tpm2 module
%configure \ %configure \
--disable-gpgtar \
--disable-rpath \ --disable-rpath \
--enable-g13 \ --enable-g13 \
--disable-ccid-driver \ --disable-ccid-driver \
@ -120,6 +119,9 @@ make check
%changelog %changelog
* Tue Jan 2 2024 yixiangzhike <yixiangzhike007@163.com> - 2.4.3-2
- use gpgtar to replace gpg-zip
* Mon Jul 17 2023 yixiangzhike <yixiangzhike007@163.com> - 2.4.3-1 * Mon Jul 17 2023 yixiangzhike <yixiangzhike007@163.com> - 2.4.3-1
- update to 2.4.3 - update to 2.4.3