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