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
This commit is contained in:
Johannes Meixner 2012-10-18 15:03:53 +00:00 committed by Git OBS Bridge
parent 80940e8640
commit e03292a91c
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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