From f2fa201fe2dc88ef1da48e56f738b2ff87f2689d Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 8 Apr 2021 13:30:18 +1000 Subject: [PATCH] Fix Obsoletes line to actually obsolete the -39 server-utils (#1932754) --- xkill.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xkill.spec b/xkill.spec index 9d31ed7..d5c2892 100644 --- a/xkill.spec +++ b/xkill.spec @@ -1,6 +1,6 @@ Name: xkill Version: 1.0.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Utility to force-close an X client's connection License: MIT @@ -13,7 +13,7 @@ BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xmu) BuildRequires: pkgconfig(xorg-macros) >= 1.8 -Obsoletes: xorg-x11-server-utils <= 7.7-39 +Obsoletes: xorg-x11-server-utils < 7.7-40 %description xkill is a utility for forcing the X server to close connections to @@ -37,6 +37,9 @@ autoreconf -v --install %{_mandir}/man1/%{name}.1* %changelog +* Thu Apr 08 2021 Peter Hutterer - 1.0.5-2 +- Fix Obsoletes line to actually obsolete the -39 server-utils (#1932754) + * Wed Mar 03 2021 Peter Hutterer 1.0.5-1 - Split xkill out from xorg-x11-server-utils into a separate package (#1934389)