docs: document mistakes in --exclude
Related: #903666 Version: 1.27.1-3
This commit is contained in:
parent
e6f5bb4d09
commit
6096299afa
13
tar.spec
13
tar.spec
@ -5,7 +5,7 @@ Summary: A GNU file archiving program
|
|||||||
Name: tar
|
Name: tar
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 1.27.1
|
Version: 1.27.1
|
||||||
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/
|
||||||
@ -61,9 +61,14 @@ Patch7: tar-1.26-docu-xattrs.patch
|
|||||||
# ~> still downstream
|
# ~> still downstream
|
||||||
# http://lists.gnu.org/archive/html/bug-tar/2013-05/msg00020.html
|
# http://lists.gnu.org/archive/html/bug-tar/2013-05/msg00020.html
|
||||||
# ~> #965969
|
# ~> #965969
|
||||||
|
|
||||||
Patch8: tar-1.26-xattrs-include-implies-xattrs.patch
|
Patch8: tar-1.26-xattrs-include-implies-xattrs.patch
|
||||||
|
|
||||||
|
# Document exclude mistakes with --no-wildcards-match-slash & --anchored
|
||||||
|
# ~> downstream
|
||||||
|
# http://www.mail-archive.com/bug-tar@gnu.org/msg04488.html
|
||||||
|
# ~> related to #903666
|
||||||
|
Patch9: tar-1.27.1-document-exclude-mistakes.patch
|
||||||
|
|
||||||
# run "make check" by default
|
# run "make check" by default
|
||||||
%bcond_without check
|
%bcond_without check
|
||||||
|
|
||||||
@ -105,6 +110,7 @@ the rmt package on the remote box.
|
|||||||
%patch6 -p1 -b .print-xattrs-fix
|
%patch6 -p1 -b .print-xattrs-fix
|
||||||
%patch7 -p1 -b .xattrs-documentation
|
%patch7 -p1 -b .xattrs-documentation
|
||||||
%patch8 -p1 -b .xattrs-if-xattrs-include
|
%patch8 -p1 -b .xattrs-if-xattrs-include
|
||||||
|
%patch9 -p1 -b .document-exclude-mistakes
|
||||||
|
|
||||||
autoreconf -v
|
autoreconf -v
|
||||||
|
|
||||||
@ -163,6 +169,9 @@ fi
|
|||||||
%{_infodir}/tar.info*
|
%{_infodir}/tar.info*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 31 2014 Pavel Raiskup <praiskup@redhat.com> - 1.27.1-3
|
||||||
|
- document --exclude mistakes (#903666)
|
||||||
|
|
||||||
* Fri Nov 29 2013 Pavel Raiskup <praiskup@redhat.com> - 1.27.1-2
|
* Fri Nov 29 2013 Pavel Raiskup <praiskup@redhat.com> - 1.27.1-2
|
||||||
- sync manual page contents with help2man output
|
- sync manual page contents with help2man output
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user