Accepting request 235082 from Printing

- Add build require pkgconfig(libsystemd-daemon) to allow to move
  systemd.pc back to systemd package

OBS-URL: https://build.opensuse.org/request/show/235082
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cups?expand=0&rev=119
This commit is contained in:
Stephan Kulow 2014-05-27 05:09:04 +00:00 committed by Git OBS Bridge
commit 2e1e9140c1
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu May 22 10:16:17 UTC 2014 - werner@suse.de
- Add build require pkgconfig(libsystemd-daemon) to allow to move
systemd.pc back to systemd package
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 11 09:42:30 CEST 2014 - jsmeix@suse.de Fri Apr 11 09:42:30 CEST 2014 - jsmeix@suse.de

View File

@ -74,6 +74,7 @@ BuildRequires: zlib-devel
%define have_systemd 1 %define have_systemd 1
%endif %endif
%if 0%{?have_systemd} %if 0%{?have_systemd}
BuildRequires: pkgconfig(libsystemd-daemon)
BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(systemd)
%{?systemd_requires} %{?systemd_requires}
# _tmpfilesdir is not defined in systemd macros up to openSUSE 12.3 and # _tmpfilesdir is not defined in systemd macros up to openSUSE 12.3 and