rebase: minor version update
Per release notes 2013-11-17 at: http://www.gnu.org/software/tar/ Resolves: #1031419 Version: 1.27.1-1
This commit is contained in:
parent
f6493483ff
commit
da53ae63ea
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,3 +8,5 @@ tar-1.23.tar.bz2.sig
|
|||||||
/tar-1.26.tar.xz.sig
|
/tar-1.26.tar.xz.sig
|
||||||
/tar-1.27.tar.xz
|
/tar-1.27.tar.xz
|
||||||
/tar-1.27.tar.xz.sig
|
/tar-1.27.tar.xz.sig
|
||||||
|
/tar-1.27.1.tar.xz
|
||||||
|
/tar-1.27.1.tar.xz.sig
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
3484fc42b7a82b82f2305b2971aa0e56 tar-1.27.tar.xz
|
e0382a4064e09a4943f3adeff1435978 tar-1.27.1.tar.xz
|
||||||
402afd4829f508991c7e85b3d9a87077 tar-1.27.tar.xz.sig
|
575d1ba7ddcec1bbecd2dd9556b3848e tar-1.27.1.tar.xz.sig
|
||||||
|
14
tar.spec
14
tar.spec
@ -4,8 +4,8 @@
|
|||||||
Summary: A GNU file archiving program
|
Summary: A GNU file archiving program
|
||||||
Name: tar
|
Name: tar
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 1.27
|
Version: 1.27.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?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/
|
||||||
@ -64,12 +64,6 @@ Patch7: tar-1.26-docu-xattrs.patch
|
|||||||
|
|
||||||
Patch8: tar-1.26-xattrs-include-implies-xattrs.patch
|
Patch8: tar-1.26-xattrs-include-implies-xattrs.patch
|
||||||
|
|
||||||
# If the 'st_size' != 0 && count(blocks) == 0 && st_size < size(block), this
|
|
||||||
# does not necessarily must be a sparse file.
|
|
||||||
# ~> upstream (paxutils): 986382a0bb3261
|
|
||||||
# ~> #1024095
|
|
||||||
Patch9: tar-1.27-sparse-stat-detection.patch
|
|
||||||
|
|
||||||
# run "make check" by default
|
# run "make check" by default
|
||||||
%bcond_without check
|
%bcond_without check
|
||||||
|
|
||||||
@ -111,7 +105,6 @@ 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 .sparse-stat-detection
|
|
||||||
|
|
||||||
autoreconf -v
|
autoreconf -v
|
||||||
|
|
||||||
@ -170,6 +163,9 @@ fi
|
|||||||
%{_infodir}/tar.info*
|
%{_infodir}/tar.info*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 18 2013 Pavel Raiskup <praiskup@redhat.com> - 1.27.1-1
|
||||||
|
- minor version update to 1.27.1
|
||||||
|
|
||||||
* Tue Oct 29 2013 Pavel Raiskup <praiskup@redhat.com> - 1.27-2
|
* Tue Oct 29 2013 Pavel Raiskup <praiskup@redhat.com> - 1.27-2
|
||||||
- sparse file detection based on fstat() fix (#1024095)
|
- sparse file detection based on fstat() fix (#1024095)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user