Fix Obsoletes line to actually obsolete the -39 server-utils (#1932754)

This commit is contained in:
Peter Hutterer 2021-04-08 13:30:15 +10:00
parent e2b54f0d6d
commit 050977776d

View File

@ -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 <peter.hutterer@redhat.com> - 1.0.7-2
- Fix Obsoletes line to actually obsolete the -39 server-utils (#1932754)
* Wed Mar 03 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.0.7-1
- Split xhost out from xorg-x11-server-utils into a separate package
(#1934386)