diff --git a/gnupg-2.1.21-insttools.patch b/gnupg-2.1.21-insttools.patch index e076dae..df568dd 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 9cdc00c..1efb4ce 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