rpms/module-init-tools/devel module-init-tools.spec, 1.38, 1.39 weak-modules, 1.11, 1.12

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Aug 1 09:55:34 UTC 2006


Author: jcm

Update of /cvs/dist/rpms/module-init-tools/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23815

Modified Files:
	module-init-tools.spec weak-modules 
Log Message:
Remove a silly warning



Index: module-init-tools.spec
===================================================================
RCS file: /cvs/dist/rpms/module-init-tools/devel/module-init-tools.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- module-init-tools.spec	1 Aug 2006 09:44:43 -0000	1.38
+++ module-init-tools.spec	1 Aug 2006 09:55:32 -0000	1.39
@@ -2,7 +2,7 @@
 Summary: Kernel module management utilities.
 Name: module-init-tools
 Version: 3.3
-Release: 0.pre1.4.13
+Release: 0.pre1.4.14
 License: GPL
 Group: System Environment/Kernel
 Source: http://ftp.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-%{version}%{preversion}.tar.bz2
@@ -98,25 +98,10 @@
 %ghost %config %verify(not md5 size mtime) /etc/modprobe.conf
 
 %changelog
-* Tue Aug  1 2006 Jon Masters <jcm at redhat.com> - 3.3-0.pre1.4.13
-- Fix remove of modules in weak-modules (for broken module locations).
-
-* Tue Aug  1 2006 Jon Masters <jcm at redhat.com> - 3.3-0.pre1.4.12
+* Tue Aug  1 2006 Jon Masters <jcm at redhat.com> - 3.3-0.pre1.4.14
 - Fix remove of modules in weak-modules (broken symlinks).
-
-* Tue Aug  1 2006 Jon Masters <jcm at redhat.com> - 3.3-0.pre1.4.11
 - Fix depmod handling so we only call once per kernel.
-
-* Tue Aug  1 2006 Jon Masters <jcm at redhat.com> - 3.3-0.pre1.4.10
-- Cleanup module removal process.
-
-* Tue Aug  1 2006 Jon Masters <jcm at redhat.com> - 3.3-0.pre1.4.9
 - Check explicitly if we're trying to install a non-SMP module on an SMP kernel.
-
-* Tue Aug  1 2006 Jon Masters <jcm at redhat.com> - 3.3-0.pre1.4.8
-- Make the script executable again.
-
-* Tue Aug  1 2006 Jon Masters <jcm at redhat.com> - 3.3-0.pre1.4.7
 - Change dependency calculation in weak-modules so it doesn't use RPM.
 
 * Sun Jul 30 2006 Jon Masters <jcm at redhat.com> - 3.3-0.pre1.4.6


Index: weak-modules
===================================================================
RCS file: /cvs/dist/rpms/module-init-tools/devel/weak-modules,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- weak-modules	1 Aug 2006 09:44:43 -0000	1.11
+++ weak-modules	1 Aug 2006 09:55:32 -0000	1.12
@@ -12,8 +12,8 @@
 # General Public License (GPL).
 
 __author__ = "Jon Masters <jcm at redhat.com>"
-__version__ = "2.5"
-__date__ = "2006/08/01 10:43:00"
+__version__ = "2.6"
+__date__ = "2006/08/01 10:54:00"
 __copyright__ = "Copyright (C) 2006 Red Hat, Inc"
 __license__ = "GPL"
 
@@ -393,7 +393,6 @@
 	
 	weakup_dir = "/lib/modules/"+kernel+"/weak-updates"
 	if not os.path.isdir(weakup_dir):
-		print "No weak updates directory found."
 		sys.exit(0)
 
 	if verbose == "yes":




More information about the fedora-cvs-commits mailing list