SPECS: util-vserver.spec - don't overwrtite new poldek.conf with o...
baggins
baggins at pld-linux.org
Sat Jan 21 14:18:05 CET 2006
Author: baggins Date: Sat Jan 21 13:18:05 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- don't overwrtite new poldek.conf with old one in trigger as the format
of the file has changed, just save it as .rpmsave in proper place
---- Files affected:
SPECS:
util-vserver.spec (1.95 -> 1.96)
---- Diffs:
================================================================
Index: SPECS/util-vserver.spec
diff -u SPECS/util-vserver.spec:1.95 SPECS/util-vserver.spec:1.96
--- SPECS/util-vserver.spec:1.95 Fri Jan 20 16:54:30 2006
+++ SPECS/util-vserver.spec Sat Jan 21 14:18:00 2006
@@ -476,7 +476,7 @@
%triggerpostun build -- %{name}-build < 0.30.209-2.1
if [ -f /etc/vservers/.distributions/pld2.0/poldek/poldek.conf.rpmsave ]; then
- mv -f /etc/vservers/.distributions/{pld2.0/poldek/poldek.conf.rpmsave,pld-ac/poldek/poldek.conf}
+ mv -f /etc/vservers/.distributions/{pld2.0,pld-ac}/poldek/poldek.conf.rpmsave
fi
%files
@@ -679,6 +679,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.96 2006/01/21 13:18:00 baggins
+- don't overwrtite new poldek.conf with old one in trigger as the format
+ of the file has changed, just save it as .rpmsave in proper place
+
Revision 1.95 2006/01/20 15:54:30 baggins
- fixed running %pre/%post scripts in vrpm
- updated poldek config to 0.20 style
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/util-vserver.spec?r1=1.95&r2=1.96&f=u
More information about the pld-cvs-commit
mailing list