rpms/i8kutils/devel i8kbuttons.init,1.6,1.7 i8kutils.spec,1.8,1.9

Matthias Saou (thias) fedora-extras-commits at redhat.com
Tue Mar 14 11:04:10 UTC 2006


Author: thias

Update of /cvs/extras/rpms/i8kutils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19594

Modified Files:
	i8kbuttons.init i8kutils.spec 
Log Message:
FC5 rebuild and silence possible kernel module insertion error.



Index: i8kbuttons.init
===================================================================
RCS file: /cvs/extras/rpms/i8kutils/devel/i8kbuttons.init,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- i8kbuttons.init	23 Aug 2005 16:29:05 -0000	1.6
+++ i8kbuttons.init	14 Mar 2006 11:04:08 -0000	1.7
@@ -24,7 +24,7 @@
 case "$1" in
   start)
 	echo -n $"Starting $prog: "
-	/sbin/modprobe i8k force=1
+	/sbin/modprobe i8k force=1 &>/dev/null
 	if pidofproc $prog &>/dev/null; then
 		echo_failure
 		RETVAL=1


Index: i8kutils.spec
===================================================================
RCS file: /cvs/extras/rpms/i8kutils/devel/i8kutils.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- i8kutils.spec	9 Feb 2006 15:21:52 -0000	1.8
+++ i8kutils.spec	14 Mar 2006 11:04:10 -0000	1.9
@@ -4,7 +4,7 @@
 Summary: Dell laptop (Inspiron 8000 and others) SMM BIOS support tools
 Name: i8kutils
 Version: 1.25
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPL
 Group: System Environment/Base
 URL: http://people.debian.org/~dz/i8k/
@@ -83,6 +83,10 @@
 
 
 %changelog
+* Tue Mar 14 2006 Matthias Saou <http://freshrpms.net/> 1.25-6
+- FC5 rebuild.
+- Silence possible kernel module insertion error in the init script.
+
 * Thu Feb  9 2006 Matthias Saou <http://freshrpms.net/> 1.25-5
 - Rebuild for new gcc/glibc.
 




More information about the fedora-extras-commits mailing list