From 6cd713c08531374c2bdee6783dd28016f7a998aa Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Mon, 2 Aug 2021 10:13:18 +0800 Subject: [PATCH] Fix the insttools patch --- gnupg-2.2.23-insttools.patch | 2 +- gnupg2.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gnupg-2.2.23-insttools.patch b/gnupg-2.2.23-insttools.patch index 8c15871..5953737 100644 --- a/gnupg-2.2.23-insttools.patch +++ b/gnupg-2.2.23-insttools.patch @@ -7,7 +7,7 @@ diff -up gnupg-2.2.23/tools/Makefile.am.insttools gnupg-2.2.23/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 fb4112c..8cc859b 100644 --- a/gnupg2.spec +++ b/gnupg2.spec @@ -1,6 +1,6 @@ Name: gnupg2 Version: 2.2.27 -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.27-4 +- fix the insttools patch + * Mon Jul 26 2021 zoulin - 2.2.27-3 - remove unnecessary BuildRequires:gdb