Accepting request 400565 from home:fbui:branches:network

-  Do not rely on systemd.pc to find out where systemd unit dir is located (bsc#983167)

OBS-URL: https://build.opensuse.org/request/show/400565
OBS-URL: https://build.opensuse.org/package/show/network/rpcbind?expand=0&rev=62
This commit is contained in:
2016-06-09 15:36:14 +00:00
committed by Git OBS Bridge
parent 5efdeb51cb
commit aef701379e
2 changed files with 17 additions and 2 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jun 7 17:04:12 UTC 2016 - fbui@suse.com
- Do not rely on systemd.pc to find out where systemd unit dir is located (bsc#983167)
systemd.pc is part of systemd main package now. Instead of
build-requiring systemd, import systemd-rpm-macros which has the
%{_unitdir} definition and much less dependencies than systemd and
use it when configuring rpcbind so it won't try to find the unit dir
by using pkg-config.
Also replace BR libsystemd-daemon by libsystemd since the former is
obsolete and is replaced by the later.
-------------------------------------------------------------------
Mon Mar 14 14:48:36 CET 2016 - kukuk@suse.de