From e03292a91c259353bfeb1a4462350ca8eb2c809c5ec7f5be2a6481aca274dc69 Mon Sep 17 00:00:00 2001 From: Johannes Meixner Date: Thu, 18 Oct 2012 15:03:53 +0000 Subject: [PATCH] Accepting request 138709 from openSUSE:Factory:Staging:Systemd - buildrequire systemd through the pkgconfig provide to get systemd-mini in build environment (to break cycle) OBS-URL: https://build.opensuse.org/request/show/138709 OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=248 --- cups.changes | 6 ++++++ cups.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/cups.changes b/cups.changes index e2ea035..0e3c780 100644 --- a/cups.changes +++ b/cups.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 18 12:07:09 UTC 2012 - coolo@suse.com + +- buildrequire systemd through the pkgconfig provide to get + systemd-mini in build environment (to break cycle) + ------------------------------------------------------------------- Thu Sep 27 07:27:01 UTC 2012 - mmeister@suse.com diff --git a/cups.spec b/cups.spec index 7e7558c..b35f738 100644 --- a/cups.spec +++ b/cups.spec @@ -37,7 +37,7 @@ BuildRequires: zlib-devel # on a "hidden" buildrequirement in the OBS project definition: BuildRequires: libtool %if 0%{?suse_version} > 1140 -BuildRequires: systemd-devel +BuildRequires: pkgconfig(systemd) %{?systemd_requires} %define have_systemd 1 %endif