rpms/tar/F-10 tar-1.14-loneZeroWarning.patch, 1.3, 1.4 tar.spec, 1.74, 1.75

Ondrej Vasik ovasik at fedoraproject.org
Fri Jul 10 08:33:24 UTC 2009


Author: ovasik

Update of /cvs/extras/rpms/tar/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15430

Modified Files:
	tar-1.14-loneZeroWarning.patch tar.spec 
Log Message:
add buildrequires for rsh(#475950), improve tar-1.14-loneZeroWarning.patch (#487315), ignore errors from setting utime() for source file on read-only filesystem (#500742)

tar-1.14-loneZeroWarning.patch:

Index: tar-1.14-loneZeroWarning.patch
===================================================================
RCS file: /cvs/extras/rpms/tar/F-10/tar-1.14-loneZeroWarning.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- tar-1.14-loneZeroWarning.patch	7 Jan 2005 11:04:21 -0000	1.3
+++ tar-1.14-loneZeroWarning.patch	10 Jul 2009 08:33:23 -0000	1.4
@@ -15,11 +15,12 @@
  	      char buf[UINTMAX_STRSIZE_BOUND];
  
  	      status = read_header (false);
-@@ -147,6 +155,7 @@
+@@ -147,6 +155,8 @@
  		break;
  	      WARN ((0, 0, _("A lone zero block at %s"),
  		     STRINGIFY_BIGINT (current_block_ordinal (), buf)));
 +#endif
++	      status = read_header (false);
  	      break;
  	    }
  	  status = prev_status;


Index: tar.spec
===================================================================
RCS file: /cvs/extras/rpms/tar/F-10/tar.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -p -r1.74 -r1.75
--- tar.spec	25 Nov 2008 11:08:11 -0000	1.74
+++ tar.spec	10 Jul 2009 08:33:23 -0000	1.75
@@ -2,7 +2,7 @@ Summary: A GNU file archiving program
 Name: tar
 Epoch: 2
 Version: 1.20
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv3+
 Group: Applications/Archiving
 URL: http://www.gnu.org/software/tar/
@@ -16,8 +16,9 @@ Patch4: tar-1.19-xattrs-conf.patch
 Patch5: tar-1.17-wildcards.patch
 Patch6: tar-1.19-null-terminator.patch
 Patch7: tar-1.16-multiVolLabels.patch
+Patch8: tar-1.22-atime-rofs.patch
 Prereq: info
-BuildRequires: autoconf automake gzip texinfo gettext libacl-devel libselinux-devel gawk
+BuildRequires: autoconf automake gzip texinfo gettext libacl-devel libselinux-devel gawk rsh
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
@@ -43,6 +44,7 @@ the rmt package.
 %patch5 -p1 -b .wildcards
 %patch6 -p1 -b .nullterm
 %patch7 -p1 -b .multiVolLabels
+%patch8 -p1 -b .rofs
 
 %build
 %configure --bindir=/bin --libexecdir=/sbin
@@ -93,6 +95,12 @@ fi
 %{_infodir}/tar.info*
 
 %changelog
+* Fri Jul 10 2009 Ondrej Vasik <ovasik at redhat.com> 2:1.20-6
+- add buildrequires for rsh(#475950)
+- improve tar-1.14-loneZeroWarning.patch (#487315)
+- ignore errors from setting utime() for source file
+  on read-only filesystem (#500742)
+
 * Fri Nov 21 2008 Ondrej Vasik <ovasik at redhat.com> 2:1.20-5
 - fix off-by-one errors in xattrs patch (#472355)
 




More information about the fedora-extras-commits mailing list