rpms/udev/devel start_udev,1.62,1.63 udev.spec,1.207,1.208

Harald Hoyer (harald) fedora-extras-commits at redhat.com
Sat Jul 14 10:13:20 UTC 2007


Author: harald

Update of /cvs/pkgs/rpms/udev/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18356

Modified Files:
	start_udev udev.spec 
Log Message:
- do not collect modprobes (bug #222542), because firmware
  loading seems to depend on it.



Index: start_udev
===================================================================
RCS file: /cvs/pkgs/rpms/udev/devel/start_udev,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- start_udev	9 Jul 2007 15:45:39 -0000	1.62
+++ start_udev	14 Jul 2007 10:12:48 -0000	1.63
@@ -197,10 +197,7 @@
         if strstr "$cmdline" fastudev; then
 		/sbin/udevcontrol env FASTUDEV=1
         fi
-	if strstr "$cmdline" nomcollect; then
-		# make module collection the default
-		:
-	else
+	if strstr "$cmdline" mcollect; then
 		/sbin/udevcontrol env MODPROBE_COLLECT=1
 		MODPROBE_COLLECT=1
 	fi


Index: udev.spec
===================================================================
RCS file: /cvs/pkgs/rpms/udev/devel/udev.spec,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -r1.207 -r1.208
--- udev.spec	9 Jul 2007 15:45:39 -0000	1.207
+++ udev.spec	14 Jul 2007 10:12:48 -0000	1.208
@@ -6,7 +6,7 @@
 Summary: A userspace implementation of devfs
 Name: udev
 Version: 113
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPL
 Group: System Environment/Base
 Provides: udev-persistent = %{version}-%{release}
@@ -343,6 +343,10 @@
 %{_libdir}/pkgconfig/libvolume_id.pc 
 
 %changelog
+* Sat Jul 14 2007 Harald Hoyer <harald at redhat.com> - 113-4
+- do not collect modprobes (bug #222542), because firmware
+  loading seems to depend on it.
+
 * Mon Jul  9 2007 Harald Hoyer <harald at redhat.com> - 113-3
 - speedup things a little bit
 




More information about the scm-commits mailing list