rpms/udev-extras/F-10 udev-extras.spec,1.2,1.3

Daniel Williams dcbw at fedoraproject.org
Fri Feb 20 12:43:35 UTC 2009


Author: dcbw

Update of /cvs/pkgs/rpms/udev-extras/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19169

Modified Files:
	udev-extras.spec 
Log Message:
* Fri Feb 20 2009 Dan Williams <dcbw at redhat.com> 20090125-0.3.20090129git
- Remove modem prober; handled elsewhere for now




Index: udev-extras.spec
===================================================================
RCS file: /cvs/pkgs/rpms/udev-extras/F-10/udev-extras.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- udev-extras.spec	16 Feb 2009 19:47:42 -0000	1.2
+++ udev-extras.spec	20 Feb 2009 12:43:05 -0000	1.3
@@ -3,7 +3,7 @@
 Summary: Extra rules and tools for udev
 Name: udev-extras
 Version: 20090125
-Release: 0.2.20090129git%{?dist}
+Release: 0.3.20090129git%{?dist}
 # Source from http://git.kernel.org/?p=linux/hotplug/udev-extras.git
 Source: udev-extras-20090125-git20090129.tar.bz2
 License: GPLv2 and GPLv2+
@@ -33,6 +33,11 @@
 
 make install DESTDIR=$RPM_BUILD_ROOT
 
+# Don't install modem prober for now; that's handled by NM at this time and
+# in the future will be handled by ModemManager instead
+rm -f $RPM_BUILD_ROOT%{udev_scriptdir}/modem-probe
+rm -f $RPM_BUILD_ROOT%{_mandir}/man8/modem-probe*.8*
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -41,13 +46,14 @@
 %doc COPYING TODO 
 #%doc README ChangeLog
 %attr(0755,root,root) %{udev_scriptdir}/modem-modeswitch
-%attr(0755,root,root) %{udev_scriptdir}/modem-probe
 %attr(0755,root,root) %{udev_scriptdir}/usbdev_id
 %attr(0644,root,root) %{udev_scriptdir}/rules.d/*.rules
 %attr(0644,root,root) %{_mandir}/man8/modem-modeswitch*.8*
-%attr(0644,root,root) %{_mandir}/man8/modem-probe*.8*
 
 %changelog
+* Fri Feb 20 2009 Dan Williams <dcbw at redhat.com> 20090125-0.3.20090129git
+- Remove modem prober; handled elsewhere for now
+
 * Mon Feb 16 2009 Dan Williams <dcbw at redhat.com> 20090125-0.2.20090129git
 - Match udev requirement to distro's shipped udev
 




More information about the fedora-extras-commits mailing list