Fix Obsoletes line to actually obsolete the -39 server-utils (#1932754)

This commit is contained in:
Peter Hutterer 2021-04-08 13:30:23 +10:00
parent d6ac0eecf3
commit 94e27d77c8

View File

@ -1,6 +1,6 @@
Name: xrdb Name: xrdb
Version: 1.1.1 Version: 1.1.1
Release: 1%{?dist} Release: 2%{?dist}
Summary: X server resource database utility Summary: X server resource database utility
License: MIT License: MIT
@ -13,7 +13,7 @@ BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xmu) BuildRequires: pkgconfig(xmu)
BuildRequires: pkgconfig(xorg-macros) >= 1.8 BuildRequires: pkgconfig(xorg-macros) >= 1.8
Obsoletes: xorg-x11-server-utils <= 7.7-39 Obsoletes: xorg-x11-server-utils < 7.7-40
%description %description
xrdb is used to get or set the contents of the RESOURCE_MANAGER property on xrdb is used to get or set the contents of the RESOURCE_MANAGER property on
@ -37,6 +37,9 @@ autoreconf -v --install
%{_mandir}/man1/%{name}.1* %{_mandir}/man1/%{name}.1*
%changelog %changelog
* Thu Apr 08 2021 Peter Hutterer <peter.hutterer@redhat.com> - 1.1.1-2
- Fix Obsoletes line to actually obsolete the -39 server-utils (#1932754)
* Wed Mar 03 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.1.1-1 * Wed Mar 03 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.1.1-1
- Split xrdb out from xorg-x11-server-utils into a separate package - Split xrdb out from xorg-x11-server-utils into a separate package
(#1934392) (#1934392)