rpms/tar/F-8 tar.1,1.2,1.3 tar.spec,1.65,1.66

Radek Brich (rbrich) fedora-extras-commits at redhat.com
Mon Jan 21 12:14:35 UTC 2008


Author: rbrich

Update of /cvs/extras/rpms/tar/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28457

Modified Files:
	tar.1 tar.spec 
Log Message:
Resolves: #416661, #426717


Index: tar.1
===================================================================
RCS file: /cvs/extras/rpms/tar/F-8/tar.1,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tar.1	12 Dec 2007 14:12:32 -0000	1.2
+++ tar.1	21 Jan 2008 12:13:59 -0000	1.3
@@ -48,7 +48,7 @@
 .B -C, --directory DIR
 ]
 [
-.B --check-links
+.B -l, --check-links
 ]
 [
 .B --checkpoint
@@ -105,7 +105,7 @@
 .B --keep-newer-files
 ]
 [
-.B -l, --one-file-system
+.B --one-file-system
 ]
 [
 .B -L, --tape-length N
@@ -156,7 +156,7 @@
 .B -O, --to-stdout
 ]
 [
-.B --occurrence NUM
+.B --occurrence[=NUM]
 ]
 [
 .B --overwrite
@@ -393,7 +393,7 @@
 .B -C, --directory DIR
 change to directory DIR
 .TP
-.B --check-links
+.B -l, --check-links
 warn if number of hard links to the file on the filesystem mismatch the 
 number of links recorded in the archive
 .TP
@@ -457,7 +457,7 @@
 .B --keep-newer-files
 do not overwrite files which are newer than the archive
 .TP
-.B -l, --one-file-system
+.B --one-file-system
 stay in local file system when creating an archive
 .TP
 .B -L, --tape-length N
@@ -513,9 +513,10 @@
 .B -O, --to-stdout
 extract files to standard output
 .TP
-.B --occurrence NUM
-process only NUM occurrences of each named file; used with 
-\fI--delete\fR, \fI--diff\fR, \fI--extract\fR, or \fI--list\fR
+.B --occurrence[=NUM]
+process only the NUMth occurrence of each named file; used with
+\fI--delete\fR, \fI--diff\fR, \fI--extract\fR, or \fI--list\fR.
+NUM defaults to 1.
 .TP
 .B --overwrite
 overwrite existing files and directory metadata when extracting


Index: tar.spec
===================================================================
RCS file: /cvs/extras/rpms/tar/F-8/tar.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- tar.spec	12 Dec 2007 14:12:32 -0000	1.65
+++ tar.spec	21 Jan 2008 12:13:59 -0000	1.66
@@ -2,7 +2,7 @@
 Name: tar
 Epoch: 2
 Version: 1.17
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv2+
 Group: Applications/Archiving
 URL: http://www.gnu.org/software/tar/
@@ -95,6 +95,12 @@
 %{_infodir}/tar.info*
 
 %changelog
+* Mon Jan 21 2008 Radek Brich <rbrich at redhat.com> 2:1.17-6
+- fix errors in man page
+  * fix definition of --occurrence (bz#416661, patch by Jonathan Wakely)
+  * update meaning of -l: it has changed from --one-filesystem
+    to --check-links (bz#426717)
+
 * Wed Dec 12 2007 Radek Brich <rbrich at redhat.com> 2:1.17-5
 - fix (non)detection of xattrs
 - move configure stuff from -xattrs patch to -xattrs-conf,




More information about the fedora-extras-commits mailing list