[x2goclient/epel7] Add conditional for rhel 7

Orion Poplawski orion at fedoraproject.org
Mon Jan 27 15:54:57 UTC 2014


commit 6f1c0cd23c39b72f5e4c12bb42afb2451ea5950a
Author: Orion Poplawski <orion at nwra.com>
Date:   Mon Jan 27 08:55:19 2014 -0700

    Add conditional for rhel 7

 x2goclient.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/x2goclient.spec b/x2goclient.spec
index 603a74c..7759db8 100644
--- a/x2goclient.spec
+++ b/x2goclient.spec
@@ -14,7 +14,7 @@ BuildRequires:  cups-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  libssh-devel
 BuildRequires:  libXpm-devel
-%if 0%{?fedora}
+%if 0%{?fedora} || 0%{?rhel} >= 7
 BuildRequires:  man2html-core
 %else
 BuildRequires:  man


More information about the scm-commits mailing list