From a2782c00a4bc3d03d75deb5f36dc01752d1abca7 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 8 Apr 2021 14:23:49 +1000 Subject: [PATCH] Fix Obsoletes line to actually obsolete the -30 xorg-x11-apps (#1947245) --- xclock.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xclock.spec b/xclock.spec index 399c71d..8d66296 100644 --- a/xclock.spec +++ b/xclock.spec @@ -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 - 1.0.9-2 +- Fix Obsoletes line to actually obsolete the -30 xorg-x11-apps (#1947245) + * Tue Mar 02 2021 Peter Hutterer 1.0.9-1 - Split xclock out from xorg-x11-apps into a separate package (#1933940)