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 - 0.4.0.9-2 +- No python-cups, use system-config-printer-libs on EL6 (bug #1056434) + * Wed Jan 8 2014 Orion Poplawski - 0.4.0.9-1 - Update to 0.4.0.9 - Add Requires python-cups