Fix the insttools patch

This commit is contained in:
yixiangzhike 2021-08-02 10:00:19 +08:00
parent e1b6377fbc
commit f0023e38ab
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
Name: gnupg2
Version: 2.2.21
Release: 3
Release: 4
Summary: Utility for secure communication and data storage
License: GPLv3+
@ -115,6 +115,9 @@ make check
%changelog
* Mon Aug 2 2021 yixiangzhike <zhangxingliang3@huawei.com> - 2.2.21-4
- fix the insttools patch
* Wed May 26 2021 yixiangzhike <zhangxingliang3@huawei.com> - 2.2.21-3
- add gcc to BuildRequires