From 6fb23496318060f842a8acc4e7f261bc82cb98b7 Mon Sep 17 00:00:00 2001 From: Peter Vrabec Date: Mon, 9 Oct 2006 10:11:12 +0000 Subject: [PATCH] another fix of tar-1.15.1-xattrs.patch from James Antill --- tar-1.15.1-xattrs.patch | 2 +- tar.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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