Fix Obsoletes line to actually obsolete the -39 server-utils (#1932754)
This commit is contained in:
parent
f19444c161
commit
f2fa201fe2
1 changed files with 5 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue