From f86217e1ec7ab2bdfe1d5dc0c558c8b9ce0413c6 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 6 May 2021 08:59:28 +1000 Subject: [PATCH] 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. --- xrdb.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/xrdb.spec b/xrdb.spec index 94923bf..c3b4378 100644 --- a/xrdb.spec +++ b/xrdb.spec @@ -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 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 - 1.1.1-2 - Fix Obsoletes line to actually obsolete the -39 server-utils (#1932754)