rpms/kernel-xen-2.6/devel/scripts rebase.sh,1.2,1.3

Mark McLoughlin (markmc) fedora-extras-commits at redhat.com
Tue Apr 1 10:39:02 UTC 2008


Author: markmc

Update of /cvs/pkgs/rpms/kernel-xen-2.6/devel/scripts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11887/scripts

Modified Files:
	rebase.sh 
Log Message:
* Tue Apr  1 2008 Mark McLoughlin <markmc at redhat.com>
- Update to kernel-2_6_25-0_182_rc7_git6_fc9
- Fix oops when dlclose()ing some prelink libs (#436453)
- Drop the patch to make hvc0 the preferred console (#437706, #434761)



Index: rebase.sh
===================================================================
RCS file: /cvs/pkgs/rpms/kernel-xen-2.6/devel/scripts/rebase.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rebase.sh	6 Mar 2008 13:59:34 -0000	1.2
+++ rebase.sh	1 Apr 2008 10:38:18 -0000	1.3
@@ -155,9 +155,9 @@
   cvs add patch-$NEW.bz2.sign
   if [ "$OLDGIT" -ne 0 ]; then
     rm -f patch-$OLD.bz2
+    rm -f patch-$OLD.bz2.sign
+    cvs remove patch-$OLD.bz2.sign
   fi
-  rm -f patch-$OLD.bz2.sign
-  cvs remove patch-$OLD.bz2.sign
 fi
 
 if [ "$OLDRC" != "$NEWRC" -o "$OLDGIT" != "$NEWGIT" ]; then




More information about the fedora-extras-commits mailing list