rpms/pilot-link/devel 69-pilot-link.rules, NONE, 1.1 README.fedora, 1.3, 1.4 pilot-link.spec, 1.87, 1.88

alexlan alexlan at fedoraproject.org
Sun Nov 15 10:52:19 UTC 2009


Author: alexlan

Update of /cvs/pkgs/rpms/pilot-link/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24387

Modified Files:
	README.fedora pilot-link.spec 
Added Files:
	69-pilot-link.rules 
Log Message:
* Sun Nov 15 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 2:0.12.4-3
- Install udev rules again, updated for new ACL handling by udev (#529259)



--- NEW FILE 69-pilot-link.rules ---
BUS=="usb", SYSFS{product}=="Palm Handheld*|Handspring*",ENV{ACL_MANAGE}="1"

Index: README.fedora
===================================================================
RCS file: /cvs/pkgs/rpms/pilot-link/devel/README.fedora,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- README.fedora	6 Jul 2008 01:59:21 -0000	1.3
+++ README.fedora	15 Nov 2009 10:52:18 -0000	1.4
@@ -29,6 +29,13 @@ https://bugzilla.redhat.com/
 Visor module setup
 ------------------
 
+ Note since F-12, the default access for libusb pilot-link has changed
+ again to use udev, so you may need to remove
+ /lib/udev/rules.d/69-pilot-link.rules before executing the following.
+ For more discussion see:
+
+ https://bugzilla.redhat.com/show_bug.cgi?id=529259
+
 The Visor module is a backwards compatibility solution to expose the USB
 connection of newer Palm handhelds as a serial device, which is what
 older versions of pilot-link and dependent packages require to work.
@@ -74,4 +81,4 @@ on their serial port (e.g. /dev/ttyS0) o
 the serial port.
 
 Kevin R. Page, 2007-12-11
-Alex Lancaster, 2008-01-07
+Alex Lancaster, 2009-11-15


Index: pilot-link.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pilot-link/devel/pilot-link.spec,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -p -r1.87 -r1.88
--- pilot-link.spec	26 Jul 2009 18:47:50 -0000	1.87
+++ pilot-link.spec	15 Nov 2009 10:52:18 -0000	1.88
@@ -2,7 +2,7 @@
 
 Name: pilot-link
 Version: 0.12.4
-Release: 2%{?dist}
+Release: 3%{?dist}
 Epoch: 2
 License: GPLv2 and GPLv2+ and LGPLv2+ and TCL
 Group: Applications/Communications
@@ -13,6 +13,7 @@ Source0: pilot-link-%{version}.tar.bz2
 Source3: blacklist-visor
 Source4: README.fedora
 Source5: 60-pilot.perms
+Source6: 69-pilot-link.rules
 
 ExcludeArch: s390 s390x
 #Patch1: pilot-link-0.11.0-perlmd5.patch  # May be still applied
@@ -141,6 +142,10 @@ cp %{SOURCE4} README.fedora
 # install visor configs to share/udev
 install -p -m644 %{SOURCE5} %{buildroot}%{_datadir}/pilot-link/udev
 
+# now that rules are moved out HAL, install to /lib/udev/
+install -d %{buildroot}/lib/udev/rules.d/
+install -p -m644 %{SOURCE6} %{buildroot}/lib/udev/rules.d/
+
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
@@ -154,6 +159,7 @@ rm -rf %{buildroot}
 %config(noreplace) %{_sysconfdir}/modprobe.d/blacklist-visor.conf
 %{_libdir}/*.so.*
 %{_bindir}/*
+/lib/udev/rules.d/69-pilot-link.rules
 %exclude %{_bindir}/pilot-ietf2datebook
 %exclude %{_bindir}/pilot-sync-plan
 %exclude %{_bindir}/pilot-undelete
@@ -179,6 +185,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Nov 15 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 2:0.12.4-3
+- Install udev rules again, updated for new ACL handling by udev (#529259)
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2:0.12.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the scm-commits mailing list