[pyhoca-gui] No python-cups, use system-config-printer-libs on EL6 (bug #1056434)

Orion Poplawski orion at fedoraproject.org
Wed Jan 22 16:12:39 UTC 2014


commit 5435246720ab737c996de53f65635882ba15737a
Author: Orion Poplawski <orion at nwra.com>
Date:   Wed Jan 22 09:12:59 2014 -0700

    No python-cups, use system-config-printer-libs on EL6 (bug #1056434)

 pyhoca-gui.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/pyhoca-gui.spec b/pyhoca-gui.spec
index 86bf303..6d080d0 100644
--- a/pyhoca-gui.spec
+++ b/pyhoca-gui.spec
@@ -1,6 +1,6 @@
 Name:           pyhoca-gui
 Version:        0.4.0.9
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Graphical X2Go client written in (wx)Python
 
 Group:          Applications/Communications
@@ -14,7 +14,11 @@ BuildRequires:  python-setuptools
 BuildRequires:  python-distutils-extra
 BuildRequires:  desktop-file-utils
 BuildRequires:  intltool
+%if 0%{?rhel} < 7
+Requires:       system-config-printer-libs
+%else
 Requires:       python-cups
+%endif
 Requires:       python-setproctitle
 Requires:       python-x2go
 Requires:       notify-python
@@ -74,6 +78,9 @@ fi
 
 
 %changelog
+* Wed Jan 22 2014 Orion Poplawski <orion at cora.nwra.com> - 0.4.0.9-2
+- No python-cups, use system-config-printer-libs on EL6 (bug #1056434)
+
 * Wed Jan 8 2014 Orion Poplawski <orion at cora.nwra.com> - 0.4.0.9-1
 - Update to 0.4.0.9
 - Add Requires python-cups


More information about the scm-commits mailing list