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
This commit is contained in:
Marcus Meissner 2016-12-17 13:04:45 +00:00 committed by Git OBS Bridge
parent 954159e823
commit aefdf451ed
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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