|
|
|
@ -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 <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
|
|
|
|
|
- Split iceauth out from xorg-x11-server-utils into a separate package
|
|
|
|
|
(#1934382)
|
|
|
|
|