!34 【Mainline】Fix the insttools patch

From: @yixiangzhike
Reviewed-by: @zhujianwei001
Signed-off-by: @zhujianwei001
This commit is contained in:
openeuler-ci-bot 2021-08-02 06:38:14 +00:00 committed by Gitee
commit 0d09278687
2 changed files with 5 additions and 2 deletions

View File

@ -7,7 +7,7 @@ diff -up gnupg-2.2.23/tools/Makefile.am.insttools gnupg-2.2.23/tools/Makefile.am
if HAVE_USTAR if HAVE_USTAR
-# bin_SCRIPTS += gpg-zip -# bin_SCRIPTS += gpg-zip
-noinst_SCRIPTS = gpg-zip -noinst_SCRIPTS = gpg-zip
+bin_PROGRAMS += gpg-zip +bin_SCRIPTS = gpg-zip
+#noinst_SCRIPTS = gpg-zip +#noinst_SCRIPTS = gpg-zip
endif endif

View File

@ -1,6 +1,6 @@
Name: gnupg2 Name: gnupg2
Version: 2.2.27 Version: 2.2.27
Release: 3 Release: 4
Summary: Utility for secure communication and data storage Summary: Utility for secure communication and data storage
License: GPLv3+ License: GPLv3+
@ -115,6 +115,9 @@ make check
%changelog %changelog
* Mon Aug 2 2021 yixiangzhike <zhangxingliang3@huawei.com> - 2.2.27-4
- fix the insttools patch
* Mon Jul 26 2021 zoulin <zoulin13@huawei.com> - 2.2.27-3 * Mon Jul 26 2021 zoulin <zoulin13@huawei.com> - 2.2.27-3
- remove unnecessary BuildRequires:gdb - remove unnecessary BuildRequires:gdb