- Don't restart haldaemon

- Update README.fedora to mention replugging to enable new HAL
- Don't tag HAL/PolicyKit files as %config (#427840)
This commit is contained in:
alexlan 2008-01-07 23:46:36 +00:00
parent cdf4b8884c
commit 2fcb53a368
2 changed files with 16 additions and 5 deletions

View File

@ -5,6 +5,13 @@ pilot-link-0.12.2-10.fc8 and later versions are configured to enable
the use of libusb for console users - permissions are now handled by
PolicyKit. For more information on libusb see README.libusb.
IMPORTANT:
If your Palm device is plugged in at the time of the upgrade (or you
are experiencing difficuly with having the Palm device recognized) you
should probably unplug and replugin in your device after the upgrade
for the new HAL configuration to take effect.
pilot-link libusb support is relatively new and may still be
incompatible with some handheld devices. If you experience such a
problem you may want to try the older "visor module" USB method
@ -45,4 +52,4 @@ on their serial port (e.g. /dev/ttyS0) or /dev/pilot can be symlinked to
the serial port.
Kevin R. Page, 2007-12-11
Alex Lancaster, 2008-01-07

View File

@ -3,7 +3,7 @@
Name: pilot-link
Version: 0.12.2
Release: 15%{?dist}
Release: 16%{?dist}
Epoch: 2
License: GPLv2 and GPLv2+ and LGPLv2+ and TCL
Group: Applications/Communications
@ -160,7 +160,6 @@ install -p -m644 %{SOURCE6} %{buildroot}%{_datadir}/pilot-link/udev
%post
/sbin/ldconfig
/sbin/service haldaemon condrestart >/dev/null 2>&1
if [ $1 = 2 ]; then
# only attempt to remove visor module on upgrade, not needed for fresh install
/sbin/modprobe -s -r visor > /dev/null 2>&1
@ -183,8 +182,8 @@ rm -rf %{buildroot}
%{_bindir}/*
%{_datadir}/pilot-link
%{_mandir}/man?/*
%config(noreplace) %{_datadir}/hal/fdi/policy/10osvendor/19-pam-acl-management.fdi
%config(noreplace) %{_datadir}/PolicyKit/policy/pilot-device-file.policy
%{_datadir}/hal/fdi/policy/10osvendor/19-pam-acl-management.fdi
%{_datadir}/PolicyKit/policy/pilot-device-file.policy
%config(noreplace) %{_sysconfdir}/modprobe.d/blacklist-visor
%files devel
@ -196,6 +195,11 @@ rm -rf %{buildroot}
%{_datadir}/aclocal/*.m4
%changelog
* Mon Jan 7 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 2:0.12.2-16
- Don't restart haldaemon
- Update README.fedora to mention replugging to enable new HAL
- Don't tag HAL/PolicyKit files as %config (#427840)
* 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)