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 c5869e53df76631393c603c1aafe03f6127f8059 (commit) via f0a33aeb46d05ae275c1d048b5d6c24a05a6d3d6 (commit) via 7f558df3c657d56e3f8b5e995464ac381c4f3200 (commit) via 8925195fe9b650a307a44aaa565c491176ccdb1e (commit) from d1c9beb33d3010ac90354a94b153797ee48d45a7 (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 c5869e53df76631393c603c1aafe03f6127f8059 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Oct 3 01:22:31 2011 +0200
coreutils: Do not provide hostname.
The hostname binary is provided by net-tools.
commit f0a33aeb46d05ae275c1d048b5d6c24a05a6d3d6 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Oct 3 01:22:10 2011 +0200
bind: Fix typo in scriptlet.
commit 7f558df3c657d56e3f8b5e995464ac381c4f3200 Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Oct 2 22:38:49 2011 +0200
procps: Do not install kill in this package.
commit 8925195fe9b650a307a44aaa565c491176ccdb1e Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Oct 2 22:37:45 2011 +0200
pam: Remove login.defs which is provided by shadow-utils.
-----------------------------------------------------------------------
Summary of changes: bind/bind.nm | 4 ++-- coreutils/coreutils.nm | 9 ++++----- pam/pam.nm | 3 +-- procps/procps.nm | 5 ++++- 4 files changed, 11 insertions(+), 10 deletions(-)
Difference in files: diff --git a/bind/bind.nm b/bind/bind.nm index cb40481..92290af 100644 --- a/bind/bind.nm +++ b/bind/bind.nm @@ -5,7 +5,7 @@
name = bind version = 9.8.1 -release = 1 +release = 2
groups = Networking/Tools url = http://www.isc.org/products/BIND/ @@ -168,7 +168,7 @@ packages getent passwd named > /dev/null || \ useradd -r -g named -d /var/named -s /sbin/nologin \ -c "User for bind DNS server" named - exit0 + exit 0 end
# XXX Add systemd scriptlet if a service file becomes available diff --git a/coreutils/coreutils.nm b/coreutils/coreutils.nm index 7686216..bb3c5a2 100644 --- a/coreutils/coreutils.nm +++ b/coreutils/coreutils.nm @@ -5,7 +5,7 @@
name = coreutils version = 8.13 -release = 1 +release = 2
groups = Base Build System/Base url = http://www.gnu.org/software/coreutils/ @@ -44,8 +44,8 @@ build --enable-selinux \ --enable-largefile \ --disable-rpath \ - --enable-install-program=arch,hostname,su \ - --enable-no-install-program=kill,uptime + --enable-install-program=arch,su \ + --enable-no-install-program=hostname,kill,uptime
prepare_cmds aclocal -I m4 @@ -59,7 +59,7 @@ build install_cmds mkdir -pv %{BUILDROOT}/{bin,etc/profile.d,usr/sbin} mv -v %{BUILDROOT}/usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} %{BUILDROOT}/bin - mv -v %{BUILDROOT}/usr/bin/{false,hostname,ln,ls,mkdir,mknod,mv,pwd,readlink,rm} %{BUILDROOT}/bin + mv -v %{BUILDROOT}/usr/bin/{false,ln,ls,mkdir,mknod,mv,pwd,readlink,rm} %{BUILDROOT}/bin mv -v %{BUILDROOT}/usr/bin/{rmdir,stty,sync,touch,true,uname} %{BUILDROOT}/bin mv -v %{BUILDROOT}/usr/bin/chroot %{BUILDROOT}/usr/sbin mv -v %{BUILDROOT}/usr/bin/{head,sleep,nice} %{BUILDROOT}/bin @@ -80,5 +80,4 @@ end
packages package %{name} - end end diff --git a/pam/pam.nm b/pam/pam.nm index 3772519..277c33e 100644 --- a/pam/pam.nm +++ b/pam/pam.nm @@ -5,7 +5,7 @@
name = pam version = 1.1.0 -release = 3 +release = 4 thisapp = Linux-PAM-%{version}
groups = System/Base @@ -54,7 +54,6 @@ build #sed -i 's/yes/no/' %{BUILDROOT}/etc/default/useradd mkdir -pv %{BUILDROOT}/etc/security install -v -m644 %{DIR_SOURCE}/pam_env.conf %{BUILDROOT}/etc/security/pam_env.conf - cp -vf %{DIR_SOURCE}/login.defs %{BUILDROOT}/etc
# Included in setup package rm -f %{BUILDROOT}/etc/environment diff --git a/procps/procps.nm b/procps/procps.nm index 45f4845..5c50a59 100644 --- a/procps/procps.nm +++ b/procps/procps.nm @@ -5,7 +5,7 @@
name = procps version = 3.2.8 -release = 1 +release = 2
groups = Base Applications/System url = http://procps.sourceforge.net/ @@ -31,6 +31,9 @@ build CFLAGS="%{CFLAGS}" \ W_SHOWFROM=-DW_SHOWFROM
+ make_install_targets += \ + SKIP="/bin/kill /usr/share/man/man1/kill.1" + install_cmds chmod -R 755 %{BUILDROOT}/{bin,lib,sbin} end
hooks/post-receive -- IPFire 3.x development tree