rpms/pilot-link/F-8 pilot-link.spec, 1.72, 1.73 README.fedora, 1.1, 1.2 60-pilot.rules, 1.3, 1.4

Alex Lancaster (alexlan) fedora-extras-commits at redhat.com
Mon Jan 7 10:10:03 UTC 2008


Author: alexlan

Update of /cvs/extras/rpms/pilot-link/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7144

Modified Files:
	pilot-link.spec README.fedora 60-pilot.rules 
Log Message:
* Mon Jan  7 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 2:0.12.2-15
- Fixed README.fedora and use "ttyUSB%n" for 60-pilot.rules 
  (#280251 comment #36)



Index: pilot-link.spec
===================================================================
RCS file: /cvs/extras/rpms/pilot-link/F-8/pilot-link.spec,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- pilot-link.spec	4 Jan 2008 10:27:11 -0000	1.72
+++ pilot-link.spec	7 Jan 2008 10:09:24 -0000	1.73
@@ -3,7 +3,7 @@
 
 Name: pilot-link
 Version: 0.12.2
-Release: 14%{?dist}
+Release: 15%{?dist}
 Epoch: 2
 License: GPLv2 and GPLv2+ and LGPLv2+ and TCL
 Group: Applications/Communications
@@ -196,6 +196,10 @@
 %{_datadir}/aclocal/*.m4
 
 %changelog
+* Mon Jan  7 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 2:0.12.2-15
+- Fixed README.fedora and use "ttyUSB%n" for 60-pilot.rules 
+  (#280251 comment #36)
+
 * Fri Jan  4 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 2:0.12.2-14
 - Restart hal daemon if running and remove visor module if currently
   loaded (#280251)


Index: README.fedora
===================================================================
RCS file: /cvs/extras/rpms/pilot-link/F-8/README.fedora,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.fedora	4 Jan 2008 09:21:48 -0000	1.1
+++ README.fedora	7 Jan 2008 10:09:24 -0000	1.2
@@ -1,4 +1,3 @@
-
 Additional information for Fedora pilot-link users
 ==================================================
 
@@ -27,7 +26,7 @@
 /etc/modprobe.d/blacklist-visor
 
 2) Configure udev to detect the Palm and create /dev/pilot: copy
-60-pilot.rules from /usr/share/doc/pilot-link/udev/ to /etc/udev/rules.d/
+60-pilot.rules from /usr/share/pilot-link/udev/ to /etc/udev/rules.d/
 
 3) Configure permissions so that a console user can access /dev/pilot:
 copy 60-pilot.perms from /usr/share/pilot-link/udev/ to
@@ -45,6 +44,5 @@
 on their serial port (e.g. /dev/ttyS0) or /dev/pilot can be symlinked to
 the serial port.
 
-
-Kevin R. Page, 20071211
+Kevin R. Page, 2007-12-11
 


Index: 60-pilot.rules
===================================================================
RCS file: /cvs/extras/rpms/pilot-link/F-8/60-pilot.rules,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- 60-pilot.rules	4 Jan 2008 09:21:48 -0000	1.3
+++ 60-pilot.rules	7 Jan 2008 10:09:24 -0000	1.4
@@ -1 +1 @@
-BUS=="usb", SYSFS{product}=="Palm Handheld*|Handspring*",KERNEL=="ttyUSB[13579]", SYMLINK="pilot", GROUP="uucp", MODE="0660"
+BUS=="usb", SYSFS{product}=="Palm Handheld*|Handspring*",KERNEL=="ttyUSB*",NAME="ttyUSB%n", SYMLINK="pilot", GROUP="uucp", MODE="0660"




More information about the fedora-extras-commits mailing list