From 69152c2d1daa221e704294d47fd512900971a877 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Wed, 15 Jan 2020 17:56:34 +0100 Subject: [PATCH] Add buildrequires systemd-rpm-macros --- cups.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cups.spec b/cups.spec index 8533fc2..4674a50 100644 --- a/cups.spec +++ b/cups.spec @@ -15,7 +15,7 @@ Summary: CUPS printing system Name: cups Epoch: 1 Version: 2.3.1 -Release: 2%{?dist} +Release: 3%{?dist} License: ASL 2.0 with exceptions for GPL2/LGPL2 Url: http://www.cups.org/ Source0: https://github.com/apple/cups/releases/download/v%{VERSION}/cups-%{VERSION}-source.tar.gz @@ -127,6 +127,9 @@ Buildrequires: gcc-c++ # Make sure we get postscriptdriver tags. BuildRequires: python3-cups +# needed for systemd rpm macros according FPG +BuildRequires: systemd-rpm-macros + %if %{lspp} BuildRequires: libselinux-devel BuildRequires: audit-libs-devel @@ -707,6 +710,9 @@ rm -f %{cups_serverbin}/backend/smb %{_mandir}/man7/ippevepcl.7.gz %changelog +* Wed Jan 15 2020 Zdenek Dohnal - 1:2.3.1-3 +- add buildrequires on systemd-rpm-macros + * Thu Jan 02 2020 Zdenek Dohnal - 1:2.3.1-2 - do not ship ipp backend as 755, breaks kerberized printing - https://github.com/apple/cups/pull/5710