- Removed unnecessary dependency on PyQt as we only use PyQt4 now.
This commit is contained in:
parent
a32ea4e630
commit
0517ab3433
@ -1,7 +1,7 @@
|
||||
Summary: HP Linux Imaging and Printing Project
|
||||
Name: hplip
|
||||
Version: 3.9.8
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: System Environment/Daemons
|
||||
Conflicts: system-config-printer < 0.6.132
|
||||
@ -57,7 +57,6 @@ Libraries needed by HPLIP.
|
||||
Summary: HPLIP graphical tools
|
||||
Group: Applications/System
|
||||
License: BSD
|
||||
Requires: PyQt
|
||||
Requires: PyQt4
|
||||
Requires: python-reportlab
|
||||
Requires(post): desktop-file-utils >= 0.2.92
|
||||
@ -314,6 +313,9 @@ fi
|
||||
exit 0
|
||||
|
||||
%changelog
|
||||
* Tue Aug 18 2009 Tim Waugh <twaugh@redhat.com> 3.9.8-5
|
||||
- Removed unnecessary dependency on PyQt as we only use PyQt4 now.
|
||||
|
||||
* Wed Aug 12 2009 Tim Waugh <twaugh@redhat.com> 3.9.8-4
|
||||
- Upstream patch to fix paper size order and LJColor device class
|
||||
color space.
|
||||
|
Loading…
Reference in New Issue
Block a user