diff --git a/tar-1.15.1-xattrs.patch b/tar-1.15.1-xattrs.patch index 5f9eb79..72a7401 100644 --- a/tar-1.15.1-xattrs.patch +++ b/tar-1.15.1-xattrs.patch @@ -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)) + { diff --git a/tar.spec b/tar.spec index d073a4f..1db3f59 100644 --- a/tar.spec +++ b/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 2:1.15.1-20 +- another fix of tar-1.15.1-xattrs.patch from James Antill + * Wed Oct 04 2006 Peter Vrabec 2:1.15.1-19 - another fix of tar-1.15.1-xattrs.patch from James Antill