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 e8addcea91d9029d4c05de29188d30b3fbba4ece (commit) via 410a6818d006bce9a4e777d2357dddfac8d1bb47 (commit) from cd069e941a85c345635ee58d14c6d2b7adc6e532 (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 e8addcea91d9029d4c05de29188d30b3fbba4ece Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Jun 24 13:16:09 2012 +0200
attr: Fix library permissions.
commit 410a6818d006bce9a4e777d2357dddfac8d1bb47 Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Jun 24 02:35:31 2012 +0200
acl: Fix library permissions.
-----------------------------------------------------------------------
Summary of changes: acl/acl.nm | 7 ++++++- attr/attr.nm | 5 ++++- 2 files changed, 10 insertions(+), 2 deletions(-)
Difference in files: diff --git a/acl/acl.nm b/acl/acl.nm index adf7075..d75eded 100644 --- a/acl/acl.nm +++ b/acl/acl.nm @@ -5,7 +5,7 @@
name = acl version = 2.2.51 -release = 2 +release = 3
groups = System/Filesystems url = http://oss.sgi.com/projects/xfs/ @@ -39,6 +39,11 @@ build end
make_install_targets += install-dev install-lib + + install_cmds + # Fix library permissions. + chmod 755 %{BUILDROOT}%{libdir}/libacl.so.* + end end
packages diff --git a/attr/attr.nm b/attr/attr.nm index 2a9b2f0..31144ec 100644 --- a/attr/attr.nm +++ b/attr/attr.nm @@ -5,7 +5,7 @@
name = attr version = 2.4.43 -release = 6 +release = 7
groups = System/Filesystems url = http://oss.sgi.com/projects/xfs/ @@ -36,6 +36,9 @@ build # Fix absolute symlink. rm -rvf %{BUILDROOT}%{libdir}/libattr.so ln -svf libattr.so.1 %{BUILDROOT}%{libdir}/libattr.so + + # Fix library permissions. + chmod 755 %{BUILDROOT}%{libdir}/libattr.so.* end end
hooks/post-receive -- IPFire 3.x development tree