- Update hplip.fdi for Fedora 9: info.bus -> info.subsystem.
This commit is contained in:
parent
9a6924d3b9
commit
e5e04ebffa
@ -3,7 +3,7 @@
|
|||||||
<deviceinfo version="0.2">
|
<deviceinfo version="0.2">
|
||||||
<device>
|
<device>
|
||||||
<!-- HPLIP-driven printers and scanners -->
|
<!-- HPLIP-driven printers and scanners -->
|
||||||
<match key="info.bus" contains="usb_device">
|
<match key="info.subsystem" contains="usb_device">
|
||||||
<match key="usb_device.vendor_id" int="0x03f0">
|
<match key="usb_device.vendor_id" int="0x03f0">
|
||||||
<append key="info.capabilities" type="strlist">scanner</append>
|
<append key="info.capabilities" type="strlist">scanner</append>
|
||||||
<append key="access_control.grant_group" type="strlist">lp</append>
|
<append key="access_control.grant_group" type="strlist">lp</append>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: HP Linux Imaging and Printing Project
|
Summary: HP Linux Imaging and Printing Project
|
||||||
Name: hplip
|
Name: hplip
|
||||||
Version: 2.8.2
|
Version: 2.8.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Conflicts: system-config-printer < 0.6.132
|
Conflicts: system-config-printer < 0.6.132
|
||||||
@ -278,7 +278,8 @@ fi
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Apr 4 2008 Tim Waugh <twaugh@redhat.com>
|
* Fri Apr 4 2008 Tim Waugh <twaugh@redhat.com> 2.8.2-2
|
||||||
|
- Update hplip.fdi for Fedora 9: info.bus -> info.subsystem.
|
||||||
- Images in docdir should not be executable (bug #440552).
|
- Images in docdir should not be executable (bug #440552).
|
||||||
|
|
||||||
* Tue Mar 4 2008 Tim Waugh <twaugh@redhat.com> 2.8.2-1
|
* Tue Mar 4 2008 Tim Waugh <twaugh@redhat.com> 2.8.2-1
|
||||||
|
Loading…
Reference in New Issue
Block a user