New version 2.2.45 Dropped walk patch
This commit is contained in:
parent
d7c62c2dba
commit
0fb830a74a
@ -1,5 +1 @@
|
||||
acl-2.2.23.src.tar.gz
|
||||
acl-2.2.31.src.tar.gz
|
||||
acl-2.2.32.src.tar.gz
|
||||
acl-2.2.34.src.tar.gz
|
||||
acl_2.2.39-1.tar.gz
|
||||
acl_2.2.45-1.tar.gz
|
||||
|
@ -104,3 +104,18 @@ diff -urp acl-2.2.39/man/man1/getfacl.1 acl-2.2.39mzk/man/man1/getfacl.1
|
||||
Print help explaining the command line options.
|
||||
.TP
|
||||
.I \-\-
|
||||
Only in acl-2.2.39/getfacl: getfacl.c.params
|
||||
diff -urp acl-2.2.39/man/man1/getfacl.1 acl-2.2.39mzk/man/man1/getfacl.1
|
||||
--- acl-2.2.39/man/man1/getfacl.1 2007-07-26 15:40:16.000000000 +0200
|
||||
+++ acl-2.2.39mzk/man/man1/getfacl.1 2007-07-26 15:42:24.000000000 +0200
|
||||
@@ -115,6 +115,9 @@ Use an alternative tabular output format
|
||||
Do not strip leading slash characters (`/'). The default behavior is to
|
||||
strip leading slash characters.
|
||||
.TP
|
||||
+.I \-n, \-\-numeric
|
||||
+List numeric user and group IDs
|
||||
+.TP
|
||||
.I \-v, \-\-version
|
||||
Print the version of getfacl and exit.
|
||||
.TP
|
||||
Only in acl-2.2.39/man/man1: getfacl.1.params
|
||||
|
16
acl.spec
16
acl.spec
@ -1,7 +1,7 @@
|
||||
Summary: Access control list utilities
|
||||
Name: acl
|
||||
Version: 2.2.39
|
||||
Release: 10%{?dist}
|
||||
Version: 2.2.45
|
||||
Release: 1%{?dist}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: libattr-devel >= 2.4.1
|
||||
BuildRequires: autoconf, libtool >= 1.5, gettext, gawk
|
||||
@ -9,9 +9,7 @@ Source: ftp://oss.sgi.com/projects/xfs/cmd_tars/acl_%{version}-1.tar.gz
|
||||
Patch0: acl-2.2.3-multilib.patch
|
||||
Patch1: acl-2.2.39-build.patch
|
||||
Patch2: acl-2.2.39-path_max.patch
|
||||
Patch3: acl-2.2.39-walk.patch
|
||||
Patch4: acl-2.2.39-params.patch
|
||||
Patch5: acl-2.2.39-man.patch
|
||||
Patch3: acl-2.2.39-params.patch
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
URL: http://oss.sgi.com/projects/xfs/
|
||||
@ -49,9 +47,7 @@ defined in POSIX 1003.1e draft standard 17.
|
||||
%patch0 -p1 -b .multilib
|
||||
%patch1 -p1 -b .build
|
||||
%patch2 -p1 -b .path_max
|
||||
%patch3 -p1 -b .walk
|
||||
%patch4 -p1 -b .params
|
||||
%patch5 -p1 -b .man
|
||||
%patch3 -p1 -b .params
|
||||
autoconf
|
||||
|
||||
%build
|
||||
@ -107,6 +103,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/%{_lib}/libacl.so.*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 31 2007 Jiri Moskovcak <jmoskovc@redhat.com> - 2.2.45-1
|
||||
- New version
|
||||
- dropped walk patch
|
||||
|
||||
* Thu Sep 20 2007 Jiri Moskovcak <jmoskovc@redhat.com> 2.2.39-10
|
||||
- Rewriten path_max patch to support long UTF8 names
|
||||
- Resolves #287701, #183181
|
||||
|
Loading…
Reference in New Issue
Block a user