mention that some compression options might not work if the external program is not available(#666755)

This commit is contained in:
Ondřej Vašík 2011-01-03 15:03:29 +01:00
parent 09fbc03c38
commit 90dd1caa3d
2 changed files with 7 additions and 1 deletions

2
tar.1
View File

@ -346,6 +346,8 @@ filter the archive through gzip
.TP .TP
\fB\-Z\fR, \fB\-\-compress\fR, \fB\-\-uncompress\fR \fB\-Z\fR, \fB\-\-compress\fR, \fB\-\-uncompress\fR
filter the archive through compress filter the archive through compress
.TP
\fBNote: You might need to install external program (lzip/ncompress/lzma...) to use some of these compression options\fB
.IP .IP
.SH Local file selection: .SH Local file selection:
.TP .TP

View File

@ -5,7 +5,7 @@ Summary: A GNU file archiving program
Name: tar Name: tar
Epoch: 2 Epoch: 2
Version: 1.25 Version: 1.25
Release: 2%{?dist} Release: 3%{?dist}
License: GPLv3+ License: GPLv3+
Group: Applications/Archiving Group: Applications/Archiving
URL: http://www.gnu.org/software/tar/ URL: http://www.gnu.org/software/tar/
@ -124,6 +124,10 @@ fi
%{_infodir}/tar.info* %{_infodir}/tar.info*
%changelog %changelog
* Mon Jan 03 2011 Ondrej Vasik <ovasik@redhat.com> 2:1.25-3
- mention that some compression options might not work if
the external program is not available(#666755)
* Tue Nov 23 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.25-2 * Tue Nov 23 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.25-2
- fix issue with --one-file-system and --listed-incremental - fix issue with --one-file-system and --listed-incremental
(#654718) (#654718)