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

This commit is contained in:
Peter Hutterer 2021-04-08 13:30:18 +10:00
commit f2fa201fe2

View file

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