[hplip] Requires python3-PyQt4, not PyQt4.

Tim Waugh twaugh at fedoraproject.org
Fri Mar 13 13:04:41 UTC 2015


commit d7015966afa47962f3fc1705cbca2cba09fda799
Author: Tim Waugh <twaugh at redhat.com>
Date:   Fri Mar 13 13:03:59 2015 +0000

    Requires python3-PyQt4, not PyQt4.

 hplip.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/hplip.spec b/hplip.spec
index 7235e9c..30e7435 100644
--- a/hplip.spec
+++ b/hplip.spec
@@ -7,7 +7,7 @@
 Summary: HP Linux Imaging and Printing Project
 Name: hplip
 Version: 3.15.2
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+ and MIT
 
 Url: http://hplip.sourceforge.net/
@@ -90,7 +90,7 @@ Libraries needed by HPLIP.
 Summary: HPLIP graphical tools
 Group: Applications/System
 License: BSD
-Requires: PyQt4
+Requires: python3-PyQt4
 Requires: python3-reportlab
 # hpssd.py
 Requires: python3-gobject
@@ -473,6 +473,9 @@ rm -f ppds-all
 %postun libs -p /sbin/ldconfig
 
 %changelog
+* Fri Mar 13 2015 Tim Waugh <twaugh at redhat.com> - 3.15.2-5
+- Requires python3-PyQt4, not PyQt4.
+
 * Thu Mar 12 2015 Jiri Popelka <jpopelka at redhat.com> - 3.15.2-4
 - Make reportlab.patch Python3 compatible (bug #1201088).
 


More information about the scm-commits mailing list