diff --git a/gnupg-2.1.21-insttools.patch b/gnupg-2.1.21-insttools.patch index e076dae20255f750e9737afc0a9abcafeeb57d41..df568dd1fea83efab199b769a1aba3a42353da13 100644 --- a/gnupg-2.1.21-insttools.patch +++ b/gnupg-2.1.21-insttools.patch @@ -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 diff --git a/gnupg2.spec b/gnupg2.spec index 9cdc00c24d204a37a9b98720aa29dc1d8c46cd69..1efb4ce0b99d359186c512c0dc819577b922b5de 100644 --- a/gnupg2.spec +++ b/gnupg2.spec @@ -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 - 2.2.21-4 +- fix the insttools patch + * Wed May 26 2021 yixiangzhike - 2.2.21-3 - add gcc to BuildRequires