public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 56f487169c8b37e78c02bbcea3e79b44ebf3b053
Date: Sun, 21 Jun 2015 22:27:15 +0200	[thread overview]
Message-ID: <20150621202716.2224922173@argus.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 4262 bytes --]

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(a)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(a)ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit 99c36f76587ce52cb4012dc33a4b4fc1c73592a4
Author: Michael Tremer <michael.tremer(a)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(a)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(a)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(a)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(a)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(a)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(a)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

                 reply	other threads:[~2015-06-21 20:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150621202716.2224922173@argus.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox