[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/hotplug/devel hotplug.spec,1.32,1.33
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/hotplug/devel hotplug.spec,1.32,1.33
- Date: Thu, 14 Jul 2005 00:18:31 -0400
Author: notting
Update of /cvs/dist/rpms/hotplug/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15337
Modified Files:
hotplug.spec
Log Message:
remove pci, usb hotplug agents
Index: hotplug.spec
===================================================================
RCS file: /cvs/dist/rpms/hotplug/devel/hotplug.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- hotplug.spec 23 May 2005 16:55:12 -0000 1.32
+++ hotplug.spec 14 Jul 2005 04:18:28 -0000 1.33
@@ -1,7 +1,7 @@
Summary: A helper application which loads modules for USB devices.
Name: hotplug
Version: 2004_09_23
-Release: 7
+Release: 8
Epoch: 3
Group: System Environment/Kernel
License: GPL
@@ -55,7 +55,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Prereq: chkconfig
-Requires: hwdata >= 0.140-1, initscripts >= 8.11-1
+Requires: hwdata >= 0.140-1, initscripts >= 8.11-1, udev >= 062
%description
The term "hotplugging" refers to the dynamic reconfiguration performed
@@ -118,9 +118,14 @@
# We don't use this
rm -f $RPM_BUILD_ROOT/etc/init.d/hotplug
-# Put this in hwdata
+# This is in the module configuration now, provided in the hwdata
+# package.
rm -f $RPM_BUILD_ROOT/etc/hotplug/blacklist
+rm -rf $RPM_BUILD_ROOT/etc/hotplug/usb*
+
+rm -rf $RPM_BUILD_ROOT/etc/hotplug/pci*
+
%clean
rm -fr $RPM_BUILD_ROOT
@@ -136,11 +141,12 @@
%dir /etc/hotplug
%dir /etc/hotplug.d
%config /etc/hotplug.d/*
-%config(noreplace) /etc/hotplug/usb.usermap
-%dir /var/run/usb
%{_mandir}/*/*
%changelog
+* Thu Jul 14 2005 Bill Nottingham <notting redhat com> 3:2004_09_23-8
+- remove pci*, usb* in favor of udev
+
* Mon May 23 2005 Bill Nottingham <notting redhat com> 3:2004_09_23-7
- fix path to /sbin/ifrename (#158564)
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]