new upstream release: acl-2.2.51
This commit is contained in:
parent
05710cfe1c
commit
3cd500cd46
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
acl-2.2.49.src.tar.gz
|
||||
/acl-2.2.50.src.tar.gz
|
||||
/acl-2.2.51.src.tar.gz
|
||||
|
@ -26,7 +26,7 @@ diff --git a/test/misc.test b/test/misc.test
|
||||
index 7c62c64..e6140da 100644
|
||||
--- a/test/misc.test
|
||||
+++ b/test/misc.test
|
||||
@@ -253,7 +253,7 @@ Add some users and groups
|
||||
@@ -254,7 +254,7 @@ Add some users and groups
|
||||
Symlink in directory with default ACL?
|
||||
|
||||
$ ln -s d d/l
|
||||
@ -35,7 +35,7 @@ index 7c62c64..e6140da 100644
|
||||
> lrwxrwxrwx
|
||||
|
||||
$ ls -dl -L d/l | awk '{print $1}'
|
||||
@@ -342,7 +342,7 @@ Remove the default ACL
|
||||
@@ -343,7 +343,7 @@ Remove the default ACL
|
||||
Reset to base entries
|
||||
|
||||
$ setfacl -b d
|
||||
@ -44,7 +44,7 @@ index 7c62c64..e6140da 100644
|
||||
> drwxr-x---
|
||||
|
||||
$ getfacl --omit-header d
|
||||
@@ -354,7 +354,7 @@ Reset to base entries
|
||||
@@ -355,7 +355,7 @@ Reset to base entries
|
||||
Now, chmod should change the group_obj entry
|
||||
|
||||
$ chmod 775 d
|
||||
|
Binary file not shown.
BIN
acl-2.2.51.src.tar.gz.sig
Normal file
BIN
acl-2.2.51.src.tar.gz.sig
Normal file
Binary file not shown.
9
acl.spec
9
acl.spec
@ -1,6 +1,6 @@
|
||||
Summary: Access control list utilities
|
||||
Name: acl
|
||||
Version: 2.2.50
|
||||
Version: 2.2.51
|
||||
Release: 1%{?dist}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: gawk
|
||||
@ -9,7 +9,6 @@ BuildRequires: libattr-devel
|
||||
BuildRequires: libtool
|
||||
Requires: libacl = %{version}-%{release}
|
||||
Source: http://download.savannah.gnu.org/releases-noredirect/acl/acl-%{version}.src.tar.gz
|
||||
Source2: malformed-restore-double-owner.acl
|
||||
Patch1: acl-2.2.39-build.patch
|
||||
|
||||
# prepare the test-suite for SELinux and arbitrary umask
|
||||
@ -55,9 +54,6 @@ defined in POSIX 1003.1e draft standard 17.
|
||||
%patch4 -p1
|
||||
%patch6 -p1
|
||||
|
||||
# part of the test-suite not packaged upstream
|
||||
install -m0644 %{SOURCE2} test/
|
||||
|
||||
%build
|
||||
touch .census
|
||||
# acl abuses libexecdir
|
||||
@ -130,6 +126,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/%{_lib}/libacl.so.*
|
||||
|
||||
%changelog
|
||||
* Thu Apr 21 2011 Kamil Dudka <kdudka@redhat.com> 2.2.51-1
|
||||
- new upstream release
|
||||
|
||||
* Tue Apr 19 2011 Kamil Dudka <kdudka@redhat.com> 2.2.50-1
|
||||
- new upstream release
|
||||
|
||||
|
@ -1,8 +0,0 @@
|
||||
# file: tmp
|
||||
# owner: USER
|
||||
# owner: USER
|
||||
# group: GROUP
|
||||
user::rwx
|
||||
group::rwx
|
||||
other::rwx
|
||||
|
Loading…
Reference in New Issue
Block a user