fix bz#416661, bz#426717 and update license tag
This commit is contained in:
parent
cdd836a32f
commit
e30b4cc6cd
17
tar.1
17
tar.1
@ -48,7 +48,7 @@ tar \- The GNU version of the tar archiving utility
|
|||||||
.B -C, --directory DIR
|
.B -C, --directory DIR
|
||||||
]
|
]
|
||||||
[
|
[
|
||||||
.B --check-links
|
.B -l, --check-links
|
||||||
]
|
]
|
||||||
[
|
[
|
||||||
.B --checkpoint
|
.B --checkpoint
|
||||||
@ -105,7 +105,7 @@ tar \- The GNU version of the tar archiving utility
|
|||||||
.B --keep-newer-files
|
.B --keep-newer-files
|
||||||
]
|
]
|
||||||
[
|
[
|
||||||
.B -l, --one-file-system
|
.B --one-file-system
|
||||||
]
|
]
|
||||||
[
|
[
|
||||||
.B -L, --tape-length N
|
.B -L, --tape-length N
|
||||||
@ -156,7 +156,7 @@ tar \- The GNU version of the tar archiving utility
|
|||||||
.B -O, --to-stdout
|
.B -O, --to-stdout
|
||||||
]
|
]
|
||||||
[
|
[
|
||||||
.B --occurrence NUM
|
.B --occurrence[=NUM]
|
||||||
]
|
]
|
||||||
[
|
[
|
||||||
.B --overwrite
|
.B --overwrite
|
||||||
@ -393,7 +393,7 @@ block the output of compression program for tapes
|
|||||||
.B -C, --directory DIR
|
.B -C, --directory DIR
|
||||||
change to directory DIR
|
change to directory DIR
|
||||||
.TP
|
.TP
|
||||||
.B --check-links
|
.B -l, --check-links
|
||||||
warn if number of hard links to the file on the filesystem mismatch the
|
warn if number of hard links to the file on the filesystem mismatch the
|
||||||
number of links recorded in the archive
|
number of links recorded in the archive
|
||||||
.TP
|
.TP
|
||||||
@ -457,7 +457,7 @@ begin at file F in the archive
|
|||||||
.B --keep-newer-files
|
.B --keep-newer-files
|
||||||
do not overwrite files which are newer than the archive
|
do not overwrite files which are newer than the archive
|
||||||
.TP
|
.TP
|
||||||
.B -l, --one-file-system
|
.B --one-file-system
|
||||||
stay in local file system when creating an archive
|
stay in local file system when creating an archive
|
||||||
.TP
|
.TP
|
||||||
.B -L, --tape-length N
|
.B -L, --tape-length N
|
||||||
@ -513,9 +513,10 @@ this behavior when extracting an archive
|
|||||||
.B -O, --to-stdout
|
.B -O, --to-stdout
|
||||||
extract files to standard output
|
extract files to standard output
|
||||||
.TP
|
.TP
|
||||||
.B --occurrence NUM
|
.B --occurrence[=NUM]
|
||||||
process only NUM occurrences of each named file; used with
|
process only the NUMth occurrence of each named file; used with
|
||||||
\fI--delete\fR, \fI--diff\fR, \fI--extract\fR, or \fI--list\fR
|
\fI--delete\fR, \fI--diff\fR, \fI--extract\fR, or \fI--list\fR.
|
||||||
|
NUM defaults to 1.
|
||||||
.TP
|
.TP
|
||||||
.B --overwrite
|
.B --overwrite
|
||||||
overwrite existing files and directory metadata when extracting
|
overwrite existing files and directory metadata when extracting
|
||||||
|
11
tar.spec
11
tar.spec
@ -2,8 +2,8 @@ Summary: A GNU file archiving program
|
|||||||
Name: tar
|
Name: tar
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 1.19
|
Version: 1.19
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv3+
|
||||||
Group: Applications/Archiving
|
Group: Applications/Archiving
|
||||||
URL: http://www.gnu.org/software/tar/
|
URL: http://www.gnu.org/software/tar/
|
||||||
Source0: ftp://ftp.gnu.org/pub/gnu/tar/tar-%{version}.tar.gz
|
Source0: ftp://ftp.gnu.org/pub/gnu/tar/tar-%{version}.tar.gz
|
||||||
@ -90,6 +90,13 @@ fi
|
|||||||
%{_infodir}/tar.info*
|
%{_infodir}/tar.info*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Dec 17 2007 Radek Brich <rbrich@redhat.com> 2:1.19-1
|
||||||
- upgrade to 1.19
|
- upgrade to 1.19
|
||||||
- updated xattrs patch, removed 3 upstream patches
|
- updated xattrs patch, removed 3 upstream patches
|
||||||
|
Loading…
Reference in New Issue
Block a user