kmodtool kmodtool,1.7,1.8

Ville Skytta (scop) fedora-extras-commits at redhat.com
Thu Aug 10 15:12:24 UTC 2006


Author: scop

Update of /cvs/fedora/kmodtool
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30450

Modified Files:
	kmodtool 
Log Message:
Recognize plain "xen" (without 0 or U) variant.


Index: kmodtool
===================================================================
RCS file: /cvs/fedora/kmodtool/kmodtool,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- kmodtool	24 May 2006 17:56:49 -0000	1.7
+++ kmodtool	10 Aug 2006 15:12:21 -0000	1.8
@@ -26,8 +26,8 @@
 shopt -s extglob
 
 myprog="kmodtool"
-myver="0.10.10"
-knownvariants=@(BOOT|PAE|@(big|huge)mem|debug|enterprise|kdump|?(large)smp|uml|xen[0U]?(-PAE))
+myver="0.10.11"
+knownvariants=@(BOOT|PAE|@(big|huge)mem|debug|enterprise|kdump|?(large)smp|uml|xen?([0U])?(-PAE))
 kmod_name=
 kver=
 verrel=




More information about the fedora-extras-commits mailing list