From 5fc8ac26f8af462bdb1956713f02199191de9af0b69900f9df27a1ba57ad1419 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Mon, 1 Aug 2016 09:35:04 +0000 Subject: [PATCH] Accepting request 408632 from home:fbui:branches:Apache - Remove pkgconfig(libsystemd-daemon). Nowadays pkgconfig(libsystemd) is enough and replaces all libsystemd-* libs which are obsolete. OBS-URL: https://build.opensuse.org/request/show/408632 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=484 --- apache2.changes | 6 ++++++ apache2.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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