From d4e13a094105cbb23b7754cddf5ddaf910fa7570 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 8 Apr 2021 13:30:20 +1000 Subject: [PATCH] Fix Obsoletes line to actually obsolete the -39 server-utils (#1932754) --- xmodmap.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xmodmap.spec b/xmodmap.spec index a4c8354..8dab355 100644 --- a/xmodmap.spec +++ b/xmodmap.spec @@ -1,6 +1,6 @@ Name: xmodmap Version: 1.0.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Edit and display the X11 core keyboard map License: MIT @@ -12,7 +12,7 @@ BuildRequires: gcc make BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xorg-macros) >= 1.8 -Obsoletes: xorg-x11-server-utils <= 7.7-39 +Obsoletes: xorg-x11-server-utils < 7.7-40 %description The xmodmap program is used to edit and display the keyboard modifier @@ -36,6 +36,9 @@ autoreconf -v --install %{_mandir}/man1/%{name}.1* %changelog +* Thu Apr 08 2021 Peter Hutterer - 1.0.9-2 +- Fix Obsoletes line to actually obsolete the -39 server-utils (#1932754) + * Wed Mar 03 2021 Peter Hutterer 1.0.9-1 - Split xmodmap out from xorg-x11-server-utils into a separate package (#1934390)