another fix of tar-1.15.1-xattrs.patch from James Antill
This commit is contained in:
parent
2bb473d750
commit
6fb2349631
@ -1998,7 +1998,7 @@
|
||||
+ goto next_attr; /* only store normal xattrs */
|
||||
+
|
||||
+ while (((fd == -1) ?
|
||||
+ ((xret = getxattr (file_name, attr, val, asz)) == -1) :
|
||||
+ ((aret = getxattr (file_name, attr, val, asz)) == -1) :
|
||||
+ ((aret = fgetxattr (fd, attr, val, asz)) == -1)) &&
|
||||
+ (errno == ERANGE))
|
||||
+ {
|
||||
|
5
tar.spec
5
tar.spec
@ -2,7 +2,7 @@ Summary: A GNU file archiving program.
|
||||
Name: tar
|
||||
Epoch: 2
|
||||
Version: 1.15.1
|
||||
Release: 19
|
||||
Release: 20
|
||||
License: GPL
|
||||
Group: Applications/Archiving
|
||||
URL: http://www.gnu.org/software/tar/
|
||||
@ -113,6 +113,9 @@ fi
|
||||
%{_infodir}/tar.info*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 09 2006 Peter Vrabec <pvrabec@redhat.com> 2:1.15.1-20
|
||||
- another fix of tar-1.15.1-xattrs.patch from James Antill
|
||||
|
||||
* Wed Oct 04 2006 Peter Vrabec <pvrabec@redhat.com> 2:1.15.1-19
|
||||
- another fix of tar-1.15.1-xattrs.patch from James Antill
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user