From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 557068def818fded250567720fd5b19e966b0a6d Date: Fri, 16 Dec 2016 10:34:31 +0000 Message-ID: <20161216103432.11EF91078E80@git01.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0269210268339370212==" List-Id: --===============0269210268339370212== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 Date: Thu Dec 15 17:55:49 2016 +0100 systemd: Allow RPATH =20 The systemd tool now requires an rpath for libsystemd-shared library to run properly. =20 Fixes #11272 =20 Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer ----------------------------------------------------------------------- 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 @@ =20 name =3D systemd version =3D 232 -release =3D 1 +release =3D 2 =20 maintainer =3D Stefan Schantl groups =3D System/Base @@ -23,6 +23,11 @@ source_dl =3D https://github.com/%{name}/%{name}/archive/= v%{version}.tar.gz#/ build unitdir =3D %{prefix}/lib/systemd/system =20 + # 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 =3D # Do nothing + requires # Testsuite /usr/bin/getfacl @@ -199,6 +204,12 @@ create_groups getent group systemd-journal >/dev/null || /usr/sbin/groupadd -r systemd-jo= urnal end =20 +quality-agent + whitelist_rpath + %{prefix}/lib/systemd + end +end + packages package %{name} groups +=3D Base hooks/post-receive -- IPFire 3.x development tree --===============0269210268339370212==--