diff --git a/apache2.changes b/apache2.changes index 7659790..134407c 100644 --- a/apache2.changes +++ b/apache2.changes @@ -19,6 +19,12 @@ Wed Jul 6 16:16:57 UTC 2016 - crrodriguez@opensuse.org * Full list of changes: http://www-eu.apache.org/dist//httpd/CHANGES_2.4.23 +------------------------------------------------------------------- +Wed Jul 6 06:29:57 UTC 2016 - fbui@suse.com + +- Remove pkgconfig(libsystemd-daemon). Nowadays pkgconfig(libsystemd) + is enough and replaces all libsystemd-* libs which are obsolete. + ------------------------------------------------------------------- Thu May 26 08:13:16 UTC 2016 - pgajdos@suse.com diff --git a/apache2.spec b/apache2.spec index c06ea6f..d926a7b 100644 --- a/apache2.spec +++ b/apache2.spec @@ -169,7 +169,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %{?systemd_requires} %if 0%{?suse_version} >= 1210 BuildRequires: pkgconfig -BuildRequires: pkgconfig(libsystemd-daemon) +BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(systemd) %endif %if 0%{?suse_version} > 1320