kmodtool kmodtool,1.8,1.9

Ville Skytta (scop) fedora-extras-commits at redhat.com
Mon Feb 19 16:29:29 UTC 2007


Author: scop

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

Modified Files:
	kmodtool 
Log Message:
Add PAE-debug to known variants.


Index: kmodtool
===================================================================
RCS file: /cvs/fedora/kmodtool/kmodtool,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- kmodtool	10 Aug 2006 15:12:21 -0000	1.8
+++ kmodtool	19 Feb 2007 16:29:27 -0000	1.9
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 # kmodtool - Helper script for building kernel module RPMs
-# Copyright (c) 2003-2006 Ville Skyttä <ville.skytta at iki.fi>,
+# Copyright (c) 2003-2007 Ville Skyttä <ville.skytta at iki.fi>,
 #                         Thorsten Leemhuis <fedora at leemhuis.info>
 #
 # Permission is hereby granted, free of charge, to any person obtaining
@@ -26,8 +26,8 @@
 shopt -s extglob
 
 myprog="kmodtool"
-myver="0.10.11"
-knownvariants=@(BOOT|PAE|@(big|huge)mem|debug|enterprise|kdump|?(large)smp|uml|xen?([0U])?(-PAE))
+myver="0.10.12"
+knownvariants=@(BOOT|PAE?(-debug)|@(big|huge)mem|debug|enterprise|kdump|?(large)smp|uml|xen?([0U])?(-PAE))
 kmod_name=
 kver=
 verrel=




More information about the scm-commits mailing list