From 45eb7026d81ee8fe00e170a4edd75024b2219489 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Tue, 28 Mar 2023 16:47:11 +0800 Subject: [PATCH] Del Specific Fields --- pinentry.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pinentry.spec b/pinentry.spec index 24a88f6..a96bf31 100644 --- a/pinentry.spec +++ b/pinentry.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 Name: pinentry Version: 1.2.1 Release: %{anolis_release}%{?dist} @@ -8,8 +8,6 @@ License: GPLv2+ URL: https://www.gnupg.org/ Source0: https://gnupg.org/ftp/gcrypt/pinentry/%{name}-%{version}.tar.bz2 - -# borrowed from opensuse Source10: pinentry-wrapper BuildRequires: make @@ -143,6 +141,9 @@ install -p -m755 -D %{SOURCE10} $RPM_BUILD_ROOT%{_bindir}/pinentry %{_bindir}/pinentry-tty %changelog +* Tue Mar 28 2023 mgb01105731 - 1.2.1-2 +- Del Specific Fields + * Mon Jan 16 2023 Funda Wang - 1.2.1-1 - New version 1.2.1 -- Gitee