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 e5ba35c1d879382c47d76825765f4361abd28901 (commit) from 2b6355ada66bbb2f8688b7c1b8a95024ea759539 (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 e5ba35c1d879382c47d76825765f4361abd28901 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Aug 4 13:27:42 2011 +0200
systemd: Requires dbus and python-dbus.
-----------------------------------------------------------------------
Summary of changes: pkgs/systemd/systemd.nm | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-)
Difference in files: diff --git a/pkgs/systemd/systemd.nm b/pkgs/systemd/systemd.nm index 0b92e32..f14aae4 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 = 1 +PKG_REL = 2
PKG_MAINTAINER = Stefan Schantl stefan.schantl@ipfire.org PKG_GROUPS = System/Base @@ -37,6 +37,9 @@ 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 + define PKG_DESCRIPTION systemd is a system and service manager for Linux, compatible with \ SysV and LSB init scripts.
hooks/post-receive -- IPFire 3.x development tree