rpms/acl/devel acl-2.2.39-man.patch,1.1,1.2 acl.spec,1.45,1.46

Jiří Moskovčák (jmoskovc) fedora-extras-commits at redhat.com
Thu Nov 8 13:25:44 UTC 2007


Author: jmoskovc

Update of /cvs/extras/rpms/acl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9660

Modified Files:
	acl-2.2.39-man.patch acl.spec 
Log Message:
Fixed setfacl exitcodes

acl-2.2.39-man.patch:

Index: acl-2.2.39-man.patch
===================================================================
RCS file: /cvs/extras/rpms/acl/devel/acl-2.2.39-man.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- acl-2.2.39-man.patch	26 Jul 2007 13:55:14 -0000	1.1
+++ acl-2.2.39-man.patch	8 Nov 2007 13:25:41 -0000	1.2
@@ -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 @@
  .I \-v, \-\-version
  Print the version of getfacl and exit.
  .TP
-Only in acl-2.2.39/man/man1: getfacl.1.params


Index: acl.spec
===================================================================
RCS file: /cvs/extras/rpms/acl/devel/acl.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- acl.spec	31 Oct 2007 10:06:40 -0000	1.45
+++ acl.spec	8 Nov 2007 13:25:41 -0000	1.46
@@ -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 @@
 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 @@
 %patch1 -p1 -b .build
 %patch2 -p1 -b .path_max
 %patch3 -p1 -b .params
+%patch4 -p1 -b .exitcode
 autoconf
 
 %build
@@ -103,6 +105,10 @@
 /%{_lib}/libacl.so.*
 
 %changelog
+* Wed Nov  7 2007 Jiri Moskovcak <jmoskovc at redhat.com> 2.2.45-2
+- Fixed setfacl exitcodes
+- Resolves: #368451
+
 * Wed Oct 31 2007 Jiri Moskovcak <jmoskovc at redhat.com> - 2.2.45-1
 - New version
 - dropped walk patch




More information about the fedora-extras-commits mailing list