diff --git a/cups.changes b/cups.changes index a0c02b2..8390f8b 100644 --- a/cups.changes +++ b/cups.changes @@ -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 diff --git a/cups.spec b/cups.spec index de60766..d5d442d 100644 --- a/cups.spec +++ b/cups.spec @@ -74,6 +74,7 @@ BuildRequires: zlib-devel %define have_systemd 1 %endif %if 0%{?have_systemd} +BuildRequires: pkgconfig(libsystemd-daemon) BuildRequires: pkgconfig(systemd) %{?systemd_requires} # _tmpfilesdir is not defined in systemd macros up to openSUSE 12.3 and