Merge branch 'f13' into f14
This commit is contained in:
commit
5979326f1f
@ -76,9 +76,11 @@ start () {
|
||||
|
||||
udevadm trigger --subsystem-match=usb \
|
||||
--attr-match=bInterfaceClass=07 \
|
||||
--attr-match=bInterfaceSubClass=01 &>/dev/null || :
|
||||
--attr-match=bInterfaceSubClass=01 \
|
||||
--action=add &>/dev/null || :
|
||||
udevadm trigger --subsystem-match=usb \
|
||||
--property-match=DEVNAME="/dev/usb/lp*" &>/dev/null || :
|
||||
--property-match=DEVNAME="/dev/usb/lp*" \
|
||||
--action=add &>/dev/null || :
|
||||
|
||||
return 0
|
||||
}
|
||||
|
@ -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 <twaugh@redhat.com> 1:1.4.4-8
|
||||
- Specify udevadm trigger action in initscript (bug #623959).
|
||||
|
||||
* Tue Aug 3 2010 Tim Waugh <twaugh@redhat.com>
|
||||
- Merged F-12 change:
|
||||
- Use numeric addresses for interfaces unless HostNameLookups are
|
||||
|
Loading…
Reference in New Issue
Block a user