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

epel9
Peter Hutterer 4 years ago
parent 92c93303dd
commit cc35ddd18c

@ -1,6 +1,6 @@
Name: iceauth Name: iceauth
Version: 1.0.8 Version: 1.0.8
Release: 1%{?dist} Release: 2%{?dist}
Summary: Display the authorization information used in connecting with ICE Summary: Display the authorization information used in connecting with ICE
License: MIT License: MIT
@ -13,7 +13,7 @@ BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(ice) BuildRequires: pkgconfig(ice)
BuildRequires: pkgconfig(xorg-macros) >= 1.8 BuildRequires: pkgconfig(xorg-macros) >= 1.8
Obsoletes: xorg-x11-server-utils <= 7.7-39 Obsoletes: xorg-x11-server-utils < 7.7-40
%description %description
The iceauth program is used to edit and display the authorization The iceauth program is used to edit and display the authorization
@ -37,6 +37,9 @@ autoreconf -v --install
%{_mandir}/man1/%{name}.1* %{_mandir}/man1/%{name}.1*
%changelog %changelog
* Thu Apr 08 2021 Peter Hutterer <peter.hutterer@redhat.com> - 1.0.8-2
- Fix Obsoletes line to actually obsolete the -39 server-utils (#1932754)
* Wed Mar 03 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.0.8-1 * Wed Mar 03 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.0.8-1
- Split iceauth out from xorg-x11-server-utils into a separate package - Split iceauth out from xorg-x11-server-utils into a separate package
(#1934382) (#1934382)

Loading…
Cancel
Save