Restore Recommends: cpp lost in the package split
xorg-x11-server-utils used mcpp but that one is unmaintained and broken in some cases, let's use the standard cpp instead.
This commit is contained in:
parent
94e27d77c8
commit
f86217e1ec
@ -1,6 +1,6 @@
|
||||
Name: xrdb
|
||||
Version: 1.1.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: X server resource database utility
|
||||
|
||||
License: MIT
|
||||
@ -13,6 +13,8 @@ BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xmu)
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||
|
||||
Recommends: cpp
|
||||
|
||||
Obsoletes: xorg-x11-server-utils < 7.7-40
|
||||
|
||||
%description
|
||||
@ -37,6 +39,11 @@ autoreconf -v --install
|
||||
%{_mandir}/man1/%{name}.1*
|
||||
|
||||
%changelog
|
||||
* Thu May 06 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.1.1-3
|
||||
- Restore Recommends: cpp lost in the package split
|
||||
xorg-x11-server-utils used mcpp but that one is unmaintained and broken in
|
||||
some cases, let's use the standard cpp instead.
|
||||
|
||||
* 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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user