SPECS (rpm-4_4_9): rpm.spec - mv -f just in case

glen glen at pld-linux.org
Fri Jan 11 21:24:39 CET 2008


Author: glen                         Date: Fri Jan 11 20:24:39 2008 GMT
Module: SPECS                         Tag: rpm-4_4_9
---- Log message:
- mv -f just in case

---- Files affected:
SPECS:
   rpm.spec (1.837.2.26 -> 1.837.2.27) 

---- Diffs:

================================================================
Index: SPECS/rpm.spec
diff -u SPECS/rpm.spec:1.837.2.26 SPECS/rpm.spec:1.837.2.27
--- SPECS/rpm.spec:1.837.2.26	Fri Jan 11 21:13:13 2008
+++ SPECS/rpm.spec	Fri Jan 11 21:24:33 2008
@@ -1030,7 +1030,7 @@
 %pretrans
 # this needs to be a dir
 if [ -f %{_sysconfdir}/rpm/sysinfo ]; then
-	mv %{_sysconfdir}/rpm/sysinfo{,.rpmsave}
+	mv -f %{_sysconfdir}/rpm/sysinfo{,.rpmsave}
 	mkdir %{_sysconfdir}/rpm/sysinfo
 fi
 
@@ -1257,6 +1257,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.837.2.27  2008-01-11 20:24:33  glen
+- mv -f just in case
+
 Revision 1.837.2.26  2008-01-11 20:13:13  patrys
 - use the new format, don't care about old contents
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rpm.spec?r1=1.837.2.26&r2=1.837.2.27&f=u



More information about the pld-cvs-commit mailing list