From 0c3852e0843e266f93774d1ed67b287e661ee8b2 Mon Sep 17 00:00:00 2001 From: zhangruifang2020 Date: Sat, 22 Oct 2022 10:42:39 +0800 Subject: [PATCH] add version number for Obsoletets --- pinentry.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pinentry.spec b/pinentry.spec index 7c6734d..61902d1 100644 --- a/pinentry.spec +++ b/pinentry.spec @@ -1,6 +1,6 @@ Name: pinentry Version: 1.1.1 -Release: 2 +Release: 3 Summary: A new module that contains various interfaces to enter a PIN/passphrase. License: GPLv2+ @@ -24,7 +24,7 @@ Provides: %{name}-gui = %{version}-%{release} Provides: pinentry-gtk2 = %{version}-%{release} Provides: %{name}-curses = %{version}-%{release} Provides: %{name}-emacs %{name}-gnome3 %{name}-gtk -Obsoletes: %{name}-emacs %{name}-gnome3 %{name}-gtk +Obsoletes: %{name}-emacs < %{version}-%{release} %{name}-gnome3 < %{version}-%{release} %{name}-gtk < %{version}-%{release} %description This is a collection of PIN or passphrase entry dialogs which @@ -92,6 +92,9 @@ fi %doc ChangeLog NEWS TODO %changelog +* Sat Oct 22 2022 zhangruifang - 1.1.1-3 +- add version number for Obsoletes + * Mon Mar 7 2022 zoulin - 1.1.1-2 - remove rpath -- Gitee