From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [IPFire-SCM] [git.ipfire.org] IPFire 3.x development tree branch, master, updated. e8addcea91d9029d4c05de29188d30b3fbba4ece
Date: Sun, 24 Jun 2012 13:16:34 +0200 [thread overview]
Message-ID: <20120624111635.3F933200A3@argus.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 2265 bytes --]
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(a)ipfire.org>
Date: Sun Jun 24 13:16:09 2012 +0200
attr: Fix library permissions.
commit 410a6818d006bce9a4e777d2357dddfac8d1bb47
Author: Michael Tremer <michael.tremer(a)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
reply other threads:[~2012-06-24 11:16 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120624111635.3F933200A3@argus.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox