supply tar man page (#219375)
This commit is contained in:
parent
732a997a16
commit
7955c95812
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
d87021366fe6488e9dc398fcdcb6ed7d tar-1.15.1.tar.gz
|
d87021366fe6488e9dc398fcdcb6ed7d tar-1.15.1.tar.gz
|
||||||
4be36b7651557cc236ed6fe9b6966fee tar-1.15.1.tar.gz.sig
|
4be36b7651557cc236ed6fe9b6966fee tar-1.15.1.tar.gz.sig
|
||||||
0ee6e8f5657a0b8f08723bb0095aec18 tar.1
|
a554cb69d67c0c7d16d864b9c6f05c11 tar.1
|
||||||
|
@ -721,7 +721,7 @@
|
|||||||
+@opindex xattrs
|
+@opindex xattrs
|
||||||
+@item --xattrs
|
+@item --xattrs
|
||||||
+This option causes @command{tar} to store each file's extended attributes in
|
+This option causes @command{tar} to store each file's extended attributes in
|
||||||
+the archive. This option also enables @option{--acls} and @option{--selinux} if+they haven't been set already, due to the fact that the data for those are
|
+the archive. This option also enables @option{--acls} and @option{--selinux} if they haven't been set already, due to the fact that the data for those are
|
||||||
+stored in special xattrs.
|
+stored in special xattrs.
|
||||||
+
|
+
|
||||||
+The @option{--xattrs} option has no equivalent short option name.
|
+The @option{--xattrs} option has no equivalent short option name.
|
||||||
@ -745,7 +745,7 @@
|
|||||||
+@item --no-xattrs
|
+@item --no-xattrs
|
||||||
+This option causes @command{tar} not to store each file's extended attributes in
|
+This option causes @command{tar} not to store each file's extended attributes in
|
||||||
+the archive and not to extract any extended attributes in an archive. This
|
+the archive and not to extract any extended attributes in an archive. This
|
||||||
+option also enables @option{--acls} and @option{--selinux} if
|
+option also enables @option{--no-acls} and @option{--no-selinux} if
|
||||||
+they haven't been set already.
|
+they haven't been set already.
|
||||||
+
|
+
|
||||||
+The @option{--xattrs} option has no equivalent short option name.
|
+The @option{--xattrs} option has no equivalent short option name.
|
||||||
|
7
tar.spec
7
tar.spec
@ -2,7 +2,7 @@ Summary: A GNU file archiving program
|
|||||||
Name: tar
|
Name: tar
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 1.15.1
|
Version: 1.15.1
|
||||||
Release: 23%{?dist}
|
Release: 24%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Archiving
|
Group: Applications/Archiving
|
||||||
URL: http://www.gnu.org/software/tar/
|
URL: http://www.gnu.org/software/tar/
|
||||||
@ -114,7 +114,10 @@ fi
|
|||||||
|
|
||||||
%{_infodir}/tar.info*
|
%{_infodir}/tar.info*
|
||||||
|
|
||||||
%changelog
|
%changelog\
|
||||||
|
* Wed Jan 03 2007 Peter Vrabec <pvrabec@redhat.com> 2:1.15.1-24
|
||||||
|
- supply tar man page (#219375)
|
||||||
|
|
||||||
* Tue Dec 12 2006 Florian La Roche <laroche@redhat.com> 2:1.15.1-23
|
* Tue Dec 12 2006 Florian La Roche <laroche@redhat.com> 2:1.15.1-23
|
||||||
- fix CVE-2006-6097 GNU tar directory traversal (#216937)
|
- fix CVE-2006-6097 GNU tar directory traversal (#216937)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user