rpms/hal-info/F-8 hal-info-20080215-kpc650.patch, NONE, 1.1 hal-info.spec, 1.11, 1.12

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Thu Mar 6 00:03:37 UTC 2008


Author: dcbw

Update of /cvs/pkgs/rpms/hal-info/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9720

Modified Files:
	hal-info.spec 
Added Files:
	hal-info-20080215-kpc650.patch 
Log Message:
* Wed Mar  5 2008 Dan Williams <dcbw at redhat.com> - 20080215-2
- Fix modem tags for Kyocera KPC-650



hal-info-20080215-kpc650.patch:

--- NEW FILE hal-info-20080215-kpc650.patch ---
diff -up hal-info-20080215/fdi/information/10freedesktop/10-modem.fdi.kpc650 hal-info-20080215/fdi/information/10freedesktop/10-modem.fdi
--- hal-info-20080215/fdi/information/10freedesktop/10-modem.fdi.kpc650	2008-03-05 18:49:21.000000000 -0500
+++ hal-info-20080215/fdi/information/10freedesktop/10-modem.fdi	2008-03-05 18:49:44.000000000 -0500
@@ -260,8 +260,10 @@
       <match key="@info.parent:usb.vendor_id" int="0x0c88">
         <match key="@info.parent:usb.product_id" int="0x17da">
           <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/F-8/hal-info.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- hal-info.spec	15 Feb 2008 23:28:04 -0000	1.11
+++ hal-info.spec	6 Mar 2008 00:02:59 -0000	1.12
@@ -1,7 +1,7 @@
 Summary: Device information files for HAL
 Name: hal-info
 Version: 20080215
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: AFL/GPL
 Group: System Environment/Libraries
 URL: http://www.freedesktop.org/Software/hal
@@ -9,6 +9,8 @@
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch: noarch
 
+Patch0: hal-info-20080215-kpc650.patch
+
 Requires: hal >= 0.5.10
 BuildRequires: hal-devel >= 0.5.10
 
@@ -19,10 +21,13 @@
 %prep
 %setup -q
 
+%patch -p1 -b .kpc650
+
 %build
 %configure
 
 %install
+rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
 %clean
@@ -35,6 +40,9 @@
 %{_datadir}/hal/fdi/preprobe/10osvendor/*.fdi
 
 %changelog
+* Wed Mar  5 2008 Dan Williams <dcbw at redhat.com> - 20080215-2%{?dist}
+- Fix modem tags for Kyocera KPC-650
+
 * Fri Feb 15 2008 Dan Williams <dcbw at redhat.com> - 20080215-1%{?dist}
 - Update to latest upstream release (mainly for mobile broadband updates)
 




More information about the fedora-extras-commits mailing list