From 050977776d29b007bf8c3d9d27be5f26d86dc097 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 8 Apr 2021 13:30:15 +1000 Subject: [PATCH] Fix Obsoletes line to actually obsolete the -39 server-utils (#1932754) --- xhost.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xhost.spec b/xhost.spec index 5843132..b8503eb 100644 --- a/xhost.spec +++ b/xhost.spec @@ -1,6 +1,6 @@ Name: xhost Version: 1.0.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manage hosts or users allowed to connect to the X server License: MIT @@ -15,7 +15,7 @@ BuildRequires: pkgconfig(xau) BuildRequires: pkgconfig(xtrans) BuildRequires: pkgconfig(xorg-macros) >= 1.8 -Obsoletes: xorg-x11-server-utils <= 7.7-39 +Obsoletes: xorg-x11-server-utils < 7.7-40 %description xhost is used to manage the list of host names or user names @@ -38,6 +38,9 @@ autoreconf -v --install %{_mandir}/man1/%{name}.1* %changelog +* Thu Apr 08 2021 Peter Hutterer - 1.0.7-2 +- Fix Obsoletes line to actually obsolete the -39 server-utils (#1932754) + * Wed Mar 03 2021 Peter Hutterer 1.0.7-1 - Split xhost out from xorg-x11-server-utils into a separate package (#1934386)