diff --git a/tar.1 b/tar.1 index cc536c9..70336df 100644 --- a/tar.1 +++ b/tar.1 @@ -497,6 +497,9 @@ display progress messages every NUMBERth record \fB\-\-checkpoint\-action\fR=\fIACTION\fR execute ACTION on each checkpoint .TP +\fB\-\-full-time +print file time to its full resolution +.TP \fB\-\-index\-file\fR=\fIFILE\fR send verbose output to FILE .TP diff --git a/tar.spec b/tar.spec index 984b880..ad4ff75 100644 --- a/tar.spec +++ b/tar.spec @@ -5,7 +5,7 @@ Summary: A GNU file archiving program Name: tar Epoch: 2 Version: 1.26 -Release: 14%{?dist} +Release: 15%{?dist} License: GPLv3+ Group: Applications/Archiving URL: http://www.gnu.org/software/tar/ @@ -139,6 +139,9 @@ fi %{_infodir}/tar.info* %changelog +* Thu Nov 29 2012 Ondrej Vasik - 2:1.26-15 +- add missing --full-time option to manpage + * Thu Oct 18 2012 Pavel Raiskup - 2:1.26-14 - fix bad behaviour of --keep-old-files and add --skip-old-files option (#799252)