This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 557068def818fded250567720fd5b19e966b0a6d (commit) from 7053f0ec3b66c38e76f7d226e3b688f841844fb6 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 557068def818fded250567720fd5b19e966b0a6d Author: Stefan Schantl stefan.schantl@ipfire.org Date: Thu Dec 15 17:55:49 2016 +0100
systemd: Allow RPATH
The systemd tool now requires an rpath for libsystemd-shared library to run properly.
Fixes #11272
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: systemd/systemd.nm | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-)
Difference in files: diff --git a/systemd/systemd.nm b/systemd/systemd.nm index 074440e..52137f9 100644 --- a/systemd/systemd.nm +++ b/systemd/systemd.nm @@ -5,7 +5,7 @@
name = systemd version = 232 -release = 1 +release = 2
maintainer = Stefan Schantl stefan.schantl@ipfire.org groups = System/Base @@ -23,6 +23,11 @@ source_dl = https://github.com/%%7Bname%7D/%%7Bname%7D/archive/v%%7Bversion%7D.tar.gz#/ build unitdir = %{prefix}/lib/systemd/system
+ # The tools which are shipped by systemd requires an rpath to + # the libsystemd-shared binary to run properly. So the macro for + # removing any rpath's have to be disabled. + MACRO_FIX_LIBTOOL = # Do nothing + requires # Testsuite /usr/bin/getfacl @@ -199,6 +204,12 @@ create_groups getent group systemd-journal >/dev/null || /usr/sbin/groupadd -r systemd-journal end
+quality-agent + whitelist_rpath + %{prefix}/lib/systemd + end +end + packages package %{name} groups += Base
hooks/post-receive -- IPFire 3.x development tree