fix bz#416661, bz#426717 and update license tag

This commit is contained in:
Radek Brich 2008-01-21 11:56:54 +00:00
parent cdd836a32f
commit e30b4cc6cd
2 changed files with 18 additions and 10 deletions

17
tar.1
View File

@ -48,7 +48,7 @@ tar \- The GNU version of the tar archiving utility
.B -C, --directory DIR
]
[
.B --check-links
.B -l, --check-links
]
[
.B --checkpoint
@ -105,7 +105,7 @@ tar \- The GNU version of the tar archiving utility
.B --keep-newer-files
]
[
.B -l, --one-file-system
.B --one-file-system
]
[
.B -L, --tape-length N
@ -156,7 +156,7 @@ tar \- The GNU version of the tar archiving utility
.B -O, --to-stdout
]
[
.B --occurrence NUM
.B --occurrence[=NUM]
]
[
.B --overwrite
@ -393,7 +393,7 @@ block the output of compression program for tapes
.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 @@ begin at file F in the archive
.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 @@ this behavior when extracting an archive
.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

View File

@ -2,8 +2,8 @@ Summary: A GNU file archiving program
Name: tar
Epoch: 2
Version: 1.19
Release: 1%{?dist}
License: GPLv2+
Release: 2%{?dist}
License: GPLv3+
Group: Applications/Archiving
URL: http://www.gnu.org/software/tar/
Source0: ftp://ftp.gnu.org/pub/gnu/tar/tar-%{version}.tar.gz
@ -90,6 +90,13 @@ fi
%{_infodir}/tar.info*
%changelog
* Mon Jan 21 2008 Radek Brich <rbrich@redhat.com> 2:1.19-2
- 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)
- update license tag, tar 1.19 is GPLv3+
* Mon Dec 17 2007 Radek Brich <rbrich@redhat.com> 2:1.19-1
- upgrade to 1.19
- updated xattrs patch, removed 3 upstream patches