rpms/hal-info/devel hal-info-20080215-kpc650.patch, NONE, 1.1 hal-info.spec, 1.12, 1.13

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Wed Mar 5 23:59:38 UTC 2008


Author: dcbw

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

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/devel/hal-info.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- hal-info.spec	15 Feb 2008 23:24:34 -0000	1.12
+++ hal-info.spec	5 Mar 2008 23:59:01 -0000	1.13
@@ -1,16 +1,18 @@
 Summary: Device information files for HAL
 Name: hal-info
 Version: 20080215
-Release: 1%{?dist}
-License: AFL or GPLv2
+Release: 2%{?dist}
+License: AFL/GPL
 Group: System Environment/Libraries
 URL: http://www.freedesktop.org/Software/hal
 Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch: noarch
 
-Requires: hal >= 0.5.10
-BuildRequires: hal-devel >= 0.5.10
+Patch0: hal-info-20080215-kpc650.patch
+
+#Requires: hal >= 0.5.10
+#BuildRequires: hal-devel >= 0.5.10
 
 %description 
 The hal-info package contains various device information files (also
@@ -19,6 +21,8 @@
 %prep
 %setup -q
 
+%patch -p1 -b .kpc650
+
 %build
 %configure
 
@@ -36,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