Fixed setfacl exitcodes
This commit is contained in:
parent
0fb830a74a
commit
80816bdbb5
@ -1,5 +1,3 @@
|
|||||||
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.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
|
+++ 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
|
@@ -115,6 +115,9 @@ Use an alternative tabular output format
|
||||||
@ -12,4 +10,3 @@ diff -urp acl-2.2.39/man/man1/getfacl.1 acl-2.2.39mzk/man/man1/getfacl.1
|
|||||||
.I \-v, \-\-version
|
.I \-v, \-\-version
|
||||||
Print the version of getfacl and exit.
|
Print the version of getfacl and exit.
|
||||||
.TP
|
.TP
|
||||||
Only in acl-2.2.39/man/man1: getfacl.1.params
|
|
||||||
|
8
acl.spec
8
acl.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Access control list utilities
|
Summary: Access control list utilities
|
||||||
Name: acl
|
Name: acl
|
||||||
Version: 2.2.45
|
Version: 2.2.45
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: libattr-devel >= 2.4.1
|
BuildRequires: libattr-devel >= 2.4.1
|
||||||
BuildRequires: autoconf, libtool >= 1.5, gettext, gawk
|
BuildRequires: autoconf, libtool >= 1.5, gettext, gawk
|
||||||
@ -10,6 +10,7 @@ Patch0: acl-2.2.3-multilib.patch
|
|||||||
Patch1: acl-2.2.39-build.patch
|
Patch1: acl-2.2.39-build.patch
|
||||||
Patch2: acl-2.2.39-path_max.patch
|
Patch2: acl-2.2.39-path_max.patch
|
||||||
Patch3: acl-2.2.39-params.patch
|
Patch3: acl-2.2.39-params.patch
|
||||||
|
Patch4: acl-2.2.45-exitcode.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://oss.sgi.com/projects/xfs/
|
URL: http://oss.sgi.com/projects/xfs/
|
||||||
@ -48,6 +49,7 @@ defined in POSIX 1003.1e draft standard 17.
|
|||||||
%patch1 -p1 -b .build
|
%patch1 -p1 -b .build
|
||||||
%patch2 -p1 -b .path_max
|
%patch2 -p1 -b .path_max
|
||||||
%patch3 -p1 -b .params
|
%patch3 -p1 -b .params
|
||||||
|
%patch4 -p1 -b .exitcode
|
||||||
autoconf
|
autoconf
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -103,6 +105,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/%{_lib}/libacl.so.*
|
/%{_lib}/libacl.so.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 7 2007 Jiri Moskovcak <jmoskovc@redhat.com> 2.2.45-2
|
||||||
|
- Fixed setfacl exitcodes
|
||||||
|
- Resolves: #368451
|
||||||
|
|
||||||
* Wed Oct 31 2007 Jiri Moskovcak <jmoskovc@redhat.com> - 2.2.45-1
|
* Wed Oct 31 2007 Jiri Moskovcak <jmoskovc@redhat.com> - 2.2.45-1
|
||||||
- New version
|
- New version
|
||||||
- dropped walk patch
|
- dropped walk patch
|
||||||
|
Loading…
Reference in New Issue
Block a user