rpms/udev/devel udev.spec,1.268,1.269

Harald Hoyer harald at fedoraproject.org
Wed Apr 1 13:30:00 UTC 2009


Author: harald

Update of /cvs/pkgs/rpms/udev/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1225

Modified Files:
	udev.spec 
Log Message:
* Wed Apr 01 2009 Harald Hoyer <harald at redhat.com> 139-3
- renamed modprobe /etc/modprobe.d/floppy-pnp to
  /etc/modprobe.d/floppy-pnp.conf (bug #492732 #488768)
- Resolves: rhbz#492732



Index: udev.spec
===================================================================
RCS file: /cvs/pkgs/rpms/udev/devel/udev.spec,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -r1.268 -r1.269
--- udev.spec	3 Mar 2009 13:11:08 -0000	1.268
+++ udev.spec	1 Apr 2009 13:29:30 -0000	1.269
@@ -6,7 +6,7 @@
 Summary: A userspace implementation of devfs
 Name: udev
 Version: 139
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2
 Group: System Environment/Base
 Provides: udev-persistent = %{version}-%{release}
@@ -191,7 +191,7 @@
 mkdir -p -m 0755 $RPM_BUILD_ROOT%{firmwaredir}
 
 mkdir -p -m 0755 $RPM_BUILD_ROOT%{_sysconfdir}/modprobe.d
-cat > $RPM_BUILD_ROOT%{_sysconfdir}/modprobe.d/floppy-pnp <<EOF
+cat > $RPM_BUILD_ROOT%{_sysconfdir}/modprobe.d/floppy-pnp.conf <<EOF
 alias pnp:dPNP0700 floppy
 EOF
 
@@ -313,7 +313,7 @@
 #%config(missingok) %{_sysconfdir}/hotplug.d/default/10-udev.hotplug
 %config(noreplace) %attr(0644,root,root) %{_sysconfdir}/scsi_id.config
 
-%config %attr(0644,root,root) %{_sysconfdir}/modprobe.d/floppy-pnp
+%config %attr(0644,root,root) %{_sysconfdir}/modprobe.d/floppy-pnp.conf
 
 %dir %attr(0755,root,root) %{firmwaredir}
 %attr(0644,root,root) %{_mandir}/man8/udev*.8*
@@ -379,6 +379,11 @@
 
 
 %changelog
+* Wed Apr 01 2009 Harald Hoyer <harald at redhat.com> 139-3
+- renamed modprobe /etc/modprobe.d/floppy-pnp to
+  /etc/modprobe.d/floppy-pnp.conf (bug #492732 #488768)
+- Resolves: rhbz#492732
+
 * Tue Mar 03 2009 Harald Hoyer <harald at redhat.com> 139-2
 - speedup of start_udev by doing make_extra_nodes in parallel to 
   the daemon start




More information about the fedora-extras-commits mailing list