Fix Obsoletes line to actually obsolete the -30 xorg-x11-apps (#1947245)

This commit is contained in:
Peter Hutterer 2021-04-08 14:23:49 +10:00
commit a2782c00a4

View file

@ -1,6 +1,6 @@
Name: xclock
Version: 1.0.9
Release: 1%{?dist}
Release: 2%{?dist}
Summary: The classic X Window System clock utility
License: MIT
@ -19,7 +19,7 @@ BuildRequires: pkgconfig(xt)
BuildRequires: pkgconfig(xkbfile)
BuildRequires: pkgconfig(xorg-macros) >= 1.8
Obsoletes: xorg-x11-apps <= 7.7-30
Obsoletes: xorg-x11-apps < 7.7-31
%description
xclock is the classic X Window System clock utility. It displays
@ -45,5 +45,8 @@ autoreconf -v --install
%{_datadir}/X11/app-defaults/XClock-color
%changelog
* Thu Apr 08 2021 Peter Hutterer <peter.hutterer@redhat.com> - 1.0.9-2
- Fix Obsoletes line to actually obsolete the -30 xorg-x11-apps (#1947245)
* Tue Mar 02 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.0.9-1
- Split xclock out from xorg-x11-apps into a separate package (#1933940)