Fixed setfacl exitcodes

This commit is contained in:
Jiří Moskovčák 2007-11-08 13:25:41 +00:00
parent 0fb830a74a
commit 80816bdbb5
2 changed files with 7 additions and 4 deletions

View File

@ -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.39mzk/man/man1/getfacl.1 2007-07-26 15:42:24.000000000 +0200
@@ -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
Print the version of getfacl and exit.
.TP
Only in acl-2.2.39/man/man1: getfacl.1.params

View File

@ -1,7 +1,7 @@
Summary: Access control list utilities
Name: acl
Version: 2.2.45
Release: 1%{?dist}
Release: 2%{?dist}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libattr-devel >= 2.4.1
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
Patch2: acl-2.2.39-path_max.patch
Patch3: acl-2.2.39-params.patch
Patch4: acl-2.2.45-exitcode.patch
License: GPL
Group: System Environment/Base
URL: http://oss.sgi.com/projects/xfs/
@ -48,6 +49,7 @@ defined in POSIX 1003.1e draft standard 17.
%patch1 -p1 -b .build
%patch2 -p1 -b .path_max
%patch3 -p1 -b .params
%patch4 -p1 -b .exitcode
autoconf
%build
@ -103,6 +105,10 @@ rm -rf $RPM_BUILD_ROOT
/%{_lib}/libacl.so.*
%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
- New version
- dropped walk patch