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 73db16dd6c6541b23b5ea9eb9f3721455505d1e0 (commit) via b284b82f3995d5a87a7b0890bda9666499edb50b (commit) via f435b3097853e6d74f614130ef956c55c8a1d372 (commit) via 214d8f275ce709b5c272546898c77e084b72002a (commit) via 9947ff1aca49d6d8e3645c59ed7ccb971bfd9776 (commit) from a165d841bcef6e6b20aa5a29f22cbd9f3170913b (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 73db16dd6c6541b23b5ea9eb9f3721455505d1e0 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Oct 12 17:10:26 2011 +0200
network: Add scriptlets to start service at system boot.
commit b284b82f3995d5a87a7b0890bda9666499edb50b Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Oct 12 17:10:10 2011 +0200
nettle: Fix devel package which contained everything.
commit f435b3097853e6d74f614130ef956c55c8a1d372 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Oct 12 17:09:54 2011 +0200
coreutils: Update to 8.14.
commit 214d8f275ce709b5c272546898c77e084b72002a Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Oct 12 12:03:44 2011 +0200
systemd: The main package needs to depend on -units of the same version.
commit 9947ff1aca49d6d8e3645c59ed7ccb971bfd9776 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Oct 12 12:03:11 2011 +0200
newt: Update to 0.52.13 and add -devel package.
-----------------------------------------------------------------------
Summary of changes: coreutils/coreutils.nm | 4 ++-- nettle/nettle.nm | 8 ++++---- network/network.nm | 22 +++++++++++++++++++++- newt/newt.nm | 8 ++++++-- systemd/systemd.nm | 6 +++--- 5 files changed, 36 insertions(+), 12 deletions(-)
Difference in files: diff --git a/coreutils/coreutils.nm b/coreutils/coreutils.nm index bb3c5a2..0f35453 100644 --- a/coreutils/coreutils.nm +++ b/coreutils/coreutils.nm @@ -4,8 +4,8 @@ ###############################################################################
name = coreutils -version = 8.13 -release = 2 +version = 8.14 +release = 1
groups = Base Build System/Base url = http://www.gnu.org/software/coreutils/ diff --git a/nettle/nettle.nm b/nettle/nettle.nm index 6ae4631..940191e 100644 --- a/nettle/nettle.nm +++ b/nettle/nettle.nm @@ -5,7 +5,7 @@
name = nettle version = 2.2 -release = 1 +release = 2
groups = System/Libraries url = http://www.lysator.liu.se/~nisse/nettle/ @@ -40,8 +40,8 @@ packages package %{name}
package %{name}-devel - requires - gmp-devel - end + template DEVEL + + requires += gmp-devel end end diff --git a/network/network.nm b/network/network.nm index 0207ff4..618dcd9 100644 --- a/network/network.nm +++ b/network/network.nm @@ -6,7 +6,7 @@ name = network epoch = 1 version = 001 -release = 1 +release = 2 arch = noarch
maintainer = Michael Tremer michael.tremer@ipfire.org @@ -52,5 +52,25 @@ packages /bin/ipcalc /usr/bin/logger end + + prerequires = systemd-units + + # Enable network service, so it starts at the first boot. + script postin + /bin/systemctl daemon-reload >/dev/null 2>&1 || : + /bin/systemctl --no-reload enable network.service >/dev/null 2>&1 || : + end + + script preun + /bin/systemctl --no-reload disable network.service >/dev/null 2>&1 || : + /bin/systemctl stop network.service >/dev/null 2>&1 || : + end + + script postup + /bin/systemctl daemon-reload >/dev/null 2>&1 || : + + # Maybe it is not a good idea to restart network. + #/bin/systemctl try-reload-or-restart network.service >/dev/null 2>&1 || : + end end end diff --git a/newt/newt.nm b/newt/newt.nm index 8688ed3..5632b2f 100644 --- a/newt/newt.nm +++ b/newt/newt.nm @@ -4,7 +4,7 @@ ###############################################################################
name = newt -version = 0.52.10 +version = 0.52.13 release = 1
groups = System/Libraries @@ -22,7 +22,7 @@ description slang library. end
-source_dl = +source_dl = %{url}
build requires @@ -61,4 +61,8 @@ packages /usr/lib/python*/site-packages/*snack* end end + + package %{name}-devel + template DEVEL + end end diff --git a/systemd/systemd.nm b/systemd/systemd.nm index 9dac8a9..322aea3 100644 --- a/systemd/systemd.nm +++ b/systemd/systemd.nm @@ -5,7 +5,7 @@
name = systemd version = 36 -release = 2 +release = 3
maintainer = Stefan Schantl stefan.schantl@ipfire.org groups = System/Base @@ -18,8 +18,6 @@ description SysV and LSB init scripts. end
-conflicts += upstart - source_dl = http://cgit.freedesktop.org/systemd/snapshot/
build @@ -111,11 +109,13 @@ packages dbus python-cairo python-dbus + %{name}-units=%{thisver} udev>=172 util-linux>=2.19 end
prerequires += authconfig + conflicts += upstart
script postin # Generate Machine ID.
hooks/post-receive -- IPFire 3.x development tree