From 482fd1a14347d374ac2530c672208d5ea493673c Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Aug 13 2010 10:11:42 +0000 Subject: Merge branch 'f12' into f13 --- diff --git a/cups.init b/cups.init index b01c52a..c398bfc 100644 --- a/cups.init +++ b/cups.init @@ -74,11 +74,13 @@ start () { echo [ $RETVAL = 0 ] && touch $lockfile - udevadm trigger --subsystem-match=usb \ - --attr-match=bInterfaceClass=07 \ - --attr-match=bInterfaceSubClass=01 &>/dev/null || : - udevadm trigger --subsystem-match=usb \ - --property-match=DEVNAME="/dev/usb/lp*" &>/dev/null || : + udevadm trigger --subsystem-match=usb \ + --attr-match=bInterfaceClass=07 \ + --attr-match=bInterfaceSubClass=01 \ + --action=add &>/dev/null || : + udevadm trigger --subsystem-match=usb \ + --property-match=DEVNAME="/dev/usb/lp*" \ + --action=add &>/dev/null || : return 0 } diff --git a/cups.spec b/cups.spec index ffc4bf1..f97005c 100644 --- a/cups.spec +++ b/cups.spec @@ -8,7 +8,7 @@ Summary: Common Unix Printing System Name: cups Version: 1.4.4 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2 Group: System Environment/Daemons Source: http://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2 @@ -571,6 +571,9 @@ rm -rf $RPM_BUILD_ROOT %{php_extdir}/phpcups.so %changelog +* Fri Aug 13 2010 Tim Waugh 1:1.4.4-8 +- Specify udevadm trigger action in initscript (bug #623959). + * Tue Aug 3 2010 Tim Waugh - Merged F-12 change: - Use numeric addresses for interfaces unless HostNameLookups are