[pyhoca-gui] Upload 0.5.0.0; Fix rhel conditional

Orion Poplawski orion at fedoraproject.org
Mon Oct 20 15:03:04 UTC 2014


commit 104888f492062396747e22e221f991d48fafb392
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Mon Oct 20 09:03:05 2014 -0600

    Upload 0.5.0.0; Fix rhel conditional

 .gitignore      |    1 +
 pyhoca-gui.spec |    2 +-
 sources         |    2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 607a53a..c62df43 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /pyhoca-gui-0.4.0.8.tar.gz
 /pyhoca-gui-0.4.0.9.tar.gz
+/pyhoca-gui-0.5.0.0.tar.gz
diff --git a/pyhoca-gui.spec b/pyhoca-gui.spec
index fcf3774..b9b30a7 100644
--- a/pyhoca-gui.spec
+++ b/pyhoca-gui.spec
@@ -15,7 +15,7 @@ BuildRequires:  python-distutils-extra
 BuildRequires:  desktop-file-utils
 BuildRequires:  gettext
 BuildRequires:  intltool
-%if 0%{?rhel} < 7
+%if 0{?rhel} && 0%{?rhel} < 7
 Requires:       system-config-printer-libs
 Requires:       python-argparse
 %else
diff --git a/sources b/sources
index 4e7ac2c..9bf7f5c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7b093e85f0d5ac0b239b7cd574307c73  pyhoca-gui-0.4.0.9.tar.gz
+aaf4bb2a8cbb9a91346ae0f1cf1aef8f  pyhoca-gui-0.5.0.0.tar.gz


More information about the scm-commits mailing list