SPECS: rc-boot.spec, rescuecd.spec, memtest86+.spec - no need to c...

arvenil arvenil at pld-linux.org
Fri Jan 4 20:43:07 CET 2008


Author: arvenil                      Date: Fri Jan  4 19:43:07 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- no need to check if rc-boot binary exist becouse we require rc-boot

---- Files affected:
SPECS:
   rc-boot.spec (1.27 -> 1.28) , rescuecd.spec (1.2 -> 1.3) , memtest86+.spec (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: SPECS/rc-boot.spec
diff -u SPECS/rc-boot.spec:1.27 SPECS/rc-boot.spec:1.28
--- SPECS/rc-boot.spec:1.27	Thu Jan  3 19:24:31 2008
+++ SPECS/rc-boot.spec	Fri Jan  4 20:43:02 2008
@@ -56,14 +56,10 @@
 rm -rf $RPM_BUILD_ROOT
 
 %postun -n rc-boot-image-PLD
-if [ -x /sbin/rc-boot ]; then
-    /sbin/rc-boot 1>&2 || :
-fi
+/sbin/rc-boot 1>&2 || :
 
 %post -n rc-boot-image-PLD
-if [ -x /sbin/rc-boot ]; then
-    /sbin/rc-boot 1>&2 || :
-fi
+/sbin/rc-boot 1>&2 || :
 
 %files
 %defattr(644,root,root,755)
@@ -84,6 +80,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.28  2008-01-04 19:43:02  arvenil
+- no need to check if rc-boot binary exist becouse we require rc-boot
+
 Revision 1.27  2008-01-03 18:24:31  arvenil
 - added image config for rc-boot (default PLD image)
 - added patch - prefer PLD image when default is not selected

================================================================
Index: SPECS/rescuecd.spec
diff -u SPECS/rescuecd.spec:1.2 SPECS/rescuecd.spec:1.3
--- SPECS/rescuecd.spec:1.2	Thu Jan  3 20:13:25 2008
+++ SPECS/rescuecd.spec	Fri Jan  4 20:43:02 2008
@@ -72,14 +72,10 @@
 rm -rf $RPM_BUILD_ROOT
 
 %postun -n rc-boot-image-rescuecd
-if [ -x /sbin/rc-boot ]; then
-    /sbin/rc-boot 1>&2 || :
-fi
+/sbin/rc-boot 1>&2 || :
 
 %post -n rc-boot-image-rescuecd
-if [ -x /sbin/rc-boot ]; then
-    /sbin/rc-boot 1>&2 || :
-fi
+/sbin/rc-boot 1>&2 || :
 
 %files
 %defattr(644,root,root,755)
@@ -97,6 +93,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2008-01-04 19:43:02  arvenil
+- no need to check if rc-boot binary exist becouse we require rc-boot
+
 Revision 1.2  2008-01-03 19:13:25  arvenil
 - proper md5 for x86 sources
 - no epoch here (thanks to qbosh;))

================================================================
Index: SPECS/memtest86+.spec
diff -u SPECS/memtest86+.spec:1.20 SPECS/memtest86+.spec:1.21
--- SPECS/memtest86+.spec:1.20	Thu Jan  3 20:20:42 2008
+++ SPECS/memtest86+.spec	Fri Jan  4 20:43:02 2008
@@ -97,14 +97,10 @@
 rm -rf $RPM_BUILD_ROOT
 
 %postun -n rc-boot-image-memtest86+
-if [ -x /sbin/rc-boot ]; then
-	/sbin/rc-boot 1>&2 || :
-fi
+/sbin/rc-boot 1>&2 || :
 
 %post -n rc-boot-image-memtest86+
-if [ -x /sbin/rc-boot ]; then
-	/sbin/rc-boot 1>&2 || :
-fi
+/sbin/rc-boot 1>&2 || :
 
 %files
 %defattr(644,root,root,755)
@@ -121,6 +117,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2008-01-04 19:43:02  arvenil
+- no need to check if rc-boot binary exist becouse we require rc-boot
+
 Revision 1.20  2008-01-03 19:20:42  qboosh
 - updated i686-ld patch is back (just optflags now)
 - added -ffreestanding to CCFLAGS
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rc-boot.spec?r1=1.27&r2=1.28&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rescuecd.spec?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/memtest86+.spec?r1=1.20&r2=1.21&f=u



More information about the pld-cvs-commit mailing list