Updated man page for getfacl
This commit is contained in:
parent
fd571419bd
commit
ddb21da42b
15
acl-2.2.39-man.patch
Normal file
15
acl-2.2.39-man.patch
Normal file
@ -0,0 +1,15 @@
|
||||
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
|
7
acl.spec
7
acl.spec
@ -1,7 +1,7 @@
|
||||
Summary: Access control list utilities
|
||||
Name: acl
|
||||
Version: 2.2.39
|
||||
Release: 4%{?dist}
|
||||
Release: 4.1%{?dist}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: libattr-devel >= 2.4.1
|
||||
Source: ftp://oss.sgi.com/projects/xfs/cmd_tars/acl_%{version}-1.tar.gz
|
||||
@ -10,6 +10,7 @@ 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
|
||||
BuildRequires: autoconf, libtool >= 1.5, gettext
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
@ -49,6 +50,7 @@ defined in POSIX 1003.1e draft standard 17.
|
||||
%patch2 -p1 -b .path_max
|
||||
%patch3 -p1 -b .walk
|
||||
%patch4 -p1 -b .params
|
||||
%patch5 -p1 -b .man
|
||||
autoconf
|
||||
|
||||
%build
|
||||
@ -104,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/%{_lib}/libacl.so.*
|
||||
|
||||
%changelog
|
||||
* Thu Jul 26 2007 Jiri Moskovcak <jmoskovc@redhat.com> 2.2.39-4.1
|
||||
- Updated man page for getfacl
|
||||
|
||||
* Wed Jul 25 2007 Jiri Moskovcak <jmoskovc@redhat.com> 2.2.39-4
|
||||
- Added support fort short params to getfacl
|
||||
- Resolves: #204087
|
||||
|
Loading…
Reference in New Issue
Block a user