From aefdf451edc00fa305a4d3af33a28c6a0dea6f0e9ee61db24a3bd7cede637241 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 17 Dec 2016 13:04:45 +0000 Subject: [PATCH] Accepting request 445490 from home:fbui:branches:network:utilities - Replace pkgconfig(libsystemd-*) with pkgconfig(libsystemd) Nowadays pkgconfig(libsystemd) replaces all libsystemd-* libs, which are obsolete. OBS-URL: https://build.opensuse.org/request/show/445490 OBS-URL: https://build.opensuse.org/package/show/network:utilities/openslp?expand=0&rev=48 --- openslp.changes | 8 ++++++++ openslp.spec | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/openslp.changes b/openslp.changes index bccb2fb..6d53fb1 100644 --- a/openslp.changes +++ b/openslp.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Dec 12 17:17:22 UTC 2016 - fbui@suse.com + +- Replace pkgconfig(libsystemd-*) with pkgconfig(libsystemd) + + Nowadays pkgconfig(libsystemd) replaces all libsystemd-* libs, which + are obsolete. + ------------------------------------------------------------------- Wed Oct 12 13:53:08 CEST 2016 - mls@suse.de diff --git a/openslp.spec b/openslp.spec index 3b75ffe..54ac521 100644 --- a/openslp.spec +++ b/openslp.spec @@ -23,7 +23,7 @@ BuildRequires: libtool BuildRequires: openssl-devel %if 0%{?suse_version} > 1140 BuildRequires: pkgconfig -BuildRequires: pkgconfig(libsystemd-daemon) +BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(systemd) %define has_systemd 1 %endif