From 054b117630b0fa32ed92595658c96f19da9cd76e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=91=E5=AE=81?= Date: Tue, 11 Oct 2022 01:09:12 +0000 Subject: [PATCH] Fix obsoletes bug when both new and old versions existed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张少宁 --- libtirpc.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libtirpc.spec b/libtirpc.spec index a055b3e..9688399 100644 --- a/libtirpc.spec +++ b/libtirpc.spec @@ -1,6 +1,6 @@ Name: libtirpc Version: 1.2.6 -Release: 2 +Release: 3 Summary: Transport-independent RPC library License: SISSL and BSD URL: http://git.linux-nfs.org/?p=steved/libtirpc.git;a=summary @@ -10,8 +10,6 @@ Patch02: backport-CVE-2021-46828.patch BuildRequires: automake autoconf libtool pkgconfig krb5-devel -Obsoletes: libtirpc-devel < %{version}-%{release} - %description Libtirpc is a Transport-Independent RPC library for Linux @@ -69,6 +67,9 @@ mv %{buildroot}%{_mandir}/man3 %{buildroot}%{_mandir}/man3t %{_mandir}/*/* %changelog +* Tue Oct 11 2022 zhangshaoning - 1.2.6-3 +- Fix obsoletes bug when both new and old versions existed + * Fri Jul 22 2022 gaihuiying - 1.2.6-2 - Type:CVE - ID:CVE-2021-46828