rpms/hal-info/devel hal-info-20080317-sierra-mc5720.patch, NONE, 1.1 hal-info.spec, 1.19, 1.20

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Mon Mar 31 18:39:46 UTC 2008


Author: dcbw

Update of /cvs/pkgs/rpms/hal-info/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24627

Modified Files:
	hal-info.spec 
Added Files:
	hal-info-20080317-sierra-mc5720.patch 
Log Message:
* Mon Mar 31 2008 Dan Williams <dcbw at redhat.com> - 20080317-3
- Fix for Sierra MC5720 (rh #439753)



hal-info-20080317-sierra-mc5720.patch:

--- NEW FILE hal-info-20080317-sierra-mc5720.patch ---
diff --git a/fdi/information/10freedesktop/10-modem.fdi b/fdi/information/10freedesktop/10-modem.fdi
index 5735811..5efa8d8 100644
--- a/fdi/information/10freedesktop/10-modem.fdi
+++ b/fdi/information/10freedesktop/10-modem.fdi
@@ -36,8 +36,10 @@
       <match key="@info.parent:usb.vendor_id" int="0x0f30">
         <match key="@info.parent:usb.product_id" int="0x1b1d">
           <match key="@info.parent:usb.interface.number" int="0">
-            <append key="info.capabilities" type="strlist">modem</append>
-            <append key="modem.command_sets" type="strlist">IS-707-A</append>
+            <match key="serial.port" int="0">
+              <append key="info.capabilities" type="strlist">modem</append>
+              <append key="modem.command_sets" type="strlist">IS-707-A</append>
+            </match>
           </match>
         </match>
       </match>


Index: hal-info.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hal-info/devel/hal-info.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- hal-info.spec	28 Mar 2008 22:42:11 -0000	1.19
+++ hal-info.spec	31 Mar 2008 18:39:10 -0000	1.20
@@ -1,7 +1,7 @@
 Summary: Device information files for HAL
 Name: hal-info
 Version: 20080317
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: AFL or GPLv2
 Group: System Environment/Libraries
 URL: http://www.freedesktop.org/Software/hal
@@ -12,6 +12,9 @@
 # Upstream already; commit a931edfebb28da0a9fa6e39224e11b3e43c410e3
 Patch0: hal-info-20080317-sierra-595U.patch
 
+# Upstream already; commit 275667335e95670863e979e714f8e537c6db4e52
+Patch0: hal-info-20080317-sierra-mc5720.patch
+
 Requires: hal >= 0.5.10
 BuildRequires: hal-devel >= 0.5.10
 
@@ -41,6 +44,9 @@
 %{_datadir}/hal/fdi/preprobe/10osvendor/*.fdi
 
 %changelog
+* Mon Mar 31 2008 Dan Williams <dcbw at redhat.com> - 20080317-3
+- Fix for Sierra MC5720 (rh #439753)
+
 * Fri Mar 28 2008 Dan Williams <dcbw at redhat.com> - 20080317-2
 - Fix for Sierra 595U and others (rh #439536)
 




More information about the fedora-extras-commits mailing list