rpms/tar/F-10 tar-1.22-atime-rofs.patch,NONE,1.1

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


Author: ovasik

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

Added Files:
	tar-1.22-atime-rofs.patch 
Log Message:
forgot to add patch

tar-1.22-atime-rofs.patch:

--- NEW FILE tar-1.22-atime-rofs.patch ---
diff -urNp tar-1.22-orig/src/create.c tar-1.22/src/create.c
--- tar-1.22-orig/src/create.c	2009-05-15 10:50:38.000000000 +0200
+++ tar-1.22/src/create.c	2009-05-15 10:51:52.000000000 +0200
@@ -1691,7 +1691,8 @@ dump_file0 (struct tar_stat_info *st, co
 		exit_status = TAREXIT_DIFFERS;
 	    }
 	  else if (atime_preserve_option == replace_atime_preserve
-		   && set_file_atime (fd, p, restore_times) != 0)
+		   && set_file_atime (fd, p, restore_times) != 0
+		   && errno != EROFS )
 	    utime_error (p);
 	}
 




More information about the fedora-extras-commits mailing list