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 447971562c313e5f0a18d7241af81729232aa8fb (commit)
from 3cbac53a088e61de3e099e3c6723f856dc9cc83b (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 447971562c313e5f0a18d7241af81729232aa8fb
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Thu Aug 4 18:04:01 2011 +0200
systemd: Require python-cairo.
-----------------------------------------------------------------------
Summary of changes:
pkgs/systemd/systemd.nm | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
Difference in files:
diff --git a/pkgs/systemd/systemd.nm b/pkgs/systemd/systemd.nm
index f14aae4..9e523de 100644
--- a/pkgs/systemd/systemd.nm
+++ b/pkgs/systemd/systemd.nm
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
PKG_NAME = systemd
PKG_VER = 29
-PKG_REL = 2
+PKG_REL = 3
PKG_MAINTAINER = Stefan Schantl <stefan.schantl(a)ipfire.org>
PKG_GROUPS = System/Base
@@ -37,8 +37,8 @@ PKG_SUMMARY = A System and Service Manager.
PKG_BUILD_DEPS+= audit-devel automake autoconf cryptsetup-luks-devel dbus-devel \
libcap-devel libselinux-devel libtool libudev-devel pam-devel
-# systemd-analyze requires python-dbus
-PKG_DEPS-systemd = dbus python-dbus
+# systemd-analyze requires python-cairo + python-dbus
+PKG_DEPS-systemd = dbus python-cairo python-dbus
define PKG_DESCRIPTION
systemd is a system and service manager for Linux, compatible with \
@@ -66,6 +66,12 @@ define PKG_FILES-systemd-units
/usr/share/man/man1/systemctl.*
endef
+PKG_PREREQUIRES-systemd += systemd-units
+
+define CONTROL_POSTIN
+ /bin/systemd-machine-id-setup > /dev/null 2>&1
+ /bin/systemctl daemon-reexec > /dev/null 2>&1
+endef
CONFIGURE_OPTIONS += \
--sysconfdir=/etc \
hooks/post-receive
--
IPFire 3.x development tree