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 279e68f51e243ffb038bce3928961f5201191391 (commit) via 9fe82af4514d8786729f9d68cf6d5b75311f31a3 (commit) from 625871f8ceb183d283ac695e2624d61cf0423dfb (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 279e68f51e243ffb038bce3928961f5201191391 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Jun 11 18:43:09 2011 +0200
libselinux: Remove python module.
This causes some trouble with our build system and I think we do not need it. At least we do not need it now.
commit 9fe82af4514d8786729f9d68cf6d5b75311f31a3 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Jun 11 18:42:35 2011 +0200
radvd: Update to 1.8.
-----------------------------------------------------------------------
Summary of changes: pkgs/libselinux/libselinux.nm | 7 +++++-- pkgs/radvd/radvd.nm | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-)
Difference in files: diff --git a/pkgs/libselinux/libselinux.nm b/pkgs/libselinux/libselinux.nm index 4093117..a1a141a 100644 --- a/pkgs/libselinux/libselinux.nm +++ b/pkgs/libselinux/libselinux.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include
PKG_NAME = libselinux PKG_VER = 2.0.96 -PKG_REL = 0 +PKG_REL = 1
PKG_MAINTAINER = PKG_GROUPS = System/Libraries @@ -44,7 +44,7 @@ endef
PKG_TARBALL = $(THISAPP).tgz
-PKG_PACKAGES += $(PKG_NAME_REAL)-devel $(PKG_NAME_REAL)-utils python-selinux +PKG_PACKAGES += $(PKG_NAME_REAL)-devel $(PKG_NAME_REAL)-utils #python-selinux
# Package information for libselinux-utils PKG_SUMMARY-$(PKG_NAME_REAL)-utils = SELinux libselinux utilies. @@ -91,4 +91,7 @@ define STAGE_INSTALL_CMDS
# Move binaries from /sbin to /usr/sbin mv $(BUILDROOT)/sbin/* $(BUILDROOT)/usr/sbin + + # Remove python module + rm -rvf $(BUILDROOT)/usr/lib/python* endef diff --git a/pkgs/radvd/radvd.nm b/pkgs/radvd/radvd.nm index c2a9c7a..558f35d 100644 --- a/pkgs/radvd/radvd.nm +++ b/pkgs/radvd/radvd.nm @@ -25,8 +25,8 @@ include $(PKGROOT)/Include
PKG_NAME = radvd -PKG_VER = 1.7 -PKG_REL = 3 +PKG_VER = 1.8 +PKG_REL = 1
PKG_MAINTAINER = PKG_GROUPS = System/Daemons
hooks/post-receive -- IPFire 3.x development tree