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 56f487169c8b37e78c02bbcea3e79b44ebf3b053 (commit) via 99c36f76587ce52cb4012dc33a4b4fc1c73592a4 (commit) from 321e32316b64ae276abca02d51a822a296645bc1 (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 56f487169c8b37e78c02bbcea3e79b44ebf3b053 Author: Stefan Schantl stefan.schantl@ipfire.org Date: Sun Jun 21 22:23:52 2015 +0200
systemd: Reexec systemd after update.
Reexec the systemd init daemon after update from now. This will prevent from leaving the system in an undefined / unuseable status.
Fixes #10820.
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 99c36f76587ce52cb4012dc33a4b4fc1c73592a4 Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Jun 21 22:25:19 2015 +0200
Remove Christian Schmidt as package maintainer from various packages
No rebuild required
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: c_icap/c_icap.nm | 1 - c_icap_modules/c_icap_modules.nm | 1 - iperf/iperf.nm | 2 -- squid/squid.nm | 1 - systemd/systemd.nm | 5 ++++- 5 files changed, 4 insertions(+), 6 deletions(-)
Difference in files: diff --git a/c_icap/c_icap.nm b/c_icap/c_icap.nm index 9ce56c8..447941e 100644 --- a/c_icap/c_icap.nm +++ b/c_icap/c_icap.nm @@ -7,7 +7,6 @@ name = c_icap version = 0.1.7 release = 4
-maintainer = Christian Schmidt christian.schmidt@ipfire.org groups = Networking/Daemons url = http://c-icap.sourceforge.net license = GPLv2 diff --git a/c_icap_modules/c_icap_modules.nm b/c_icap_modules/c_icap_modules.nm index e0fe5f2..59e6422 100644 --- a/c_icap_modules/c_icap_modules.nm +++ b/c_icap_modules/c_icap_modules.nm @@ -7,7 +7,6 @@ name = c_icap_modules version = 0.1.6 release = 3
-maintainer = Christian Schmidt christian.schmidt@ipfire.org groups = Networking/Daemons url = http://c-icap.sourceforge.net license = GPLv2 diff --git a/iperf/iperf.nm b/iperf/iperf.nm index d7612c5..0fa375b 100644 --- a/iperf/iperf.nm +++ b/iperf/iperf.nm @@ -7,7 +7,6 @@ name = iperf version = 2.0.5 release = 1
-maintainer = Christian Schmidt christian.schmidt@ipfire.org groups = Applications/Internet url = http://www..sourceforge.net/projects/iperf/files/ license = GPLv3+ and LGPLv3+ @@ -29,7 +28,6 @@ end
packages package %{name} - end
package %{name}-debuginfo template DEBUGINFO diff --git a/squid/squid.nm b/squid/squid.nm index 52821cf..9db9705 100644 --- a/squid/squid.nm +++ b/squid/squid.nm @@ -8,7 +8,6 @@ major_ver = 3.1 version = %{major_ver}.19 release = 2
-maintainer = Christian Schmidt christian.schmidt@ipfire.org groups = Networking/Daemons url = http://www.squid-cache.org/ license = GPLv2+ diff --git a/systemd/systemd.nm b/systemd/systemd.nm index 3ed1b5b..747983c 100644 --- a/systemd/systemd.nm +++ b/systemd/systemd.nm @@ -5,7 +5,7 @@
name = systemd version = 215 -release = 1 +release = 2
maintainer = Stefan Schantl stefan.schantl@ipfire.org groups = System/Base @@ -226,6 +226,9 @@ packages end
script postup + # Re-exec systemd after update. + /usr/bin/systemctl daemon-reexec + # Restart login service after update /usr/bin/systemctl daemon-reload >/dev/null 2>&1 || : /usr/bin/systemctl try-restart systemd-logind.service >/dev/null 2>&1 || :
hooks/post-receive -- IPFire 3.x development tree