summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rpm/SPECS/logactio.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpm/SPECS/logactio.spec b/rpm/SPECS/logactio.spec
index 1274385..2e7d3eb 100644
--- a/rpm/SPECS/logactio.spec
+++ b/rpm/SPECS/logactio.spec
@@ -33,7 +33,7 @@ Requires(preun): chkconfig
Requires(preun): initscripts
%endif
-%if 0%{rhel} <= 6
+%if 0%{?rhel} <= 6
BuildRequires: python-sphinx10
%else
BuildRequires: python3-sphinx
@@ -51,7 +51,7 @@ in Python and can easily be extended with specific actions.
%build
%py3_build
pushd docs
-%if 0%{rhel} > 6
+%if 0%{?rhel} > 6
make text man
%else
make text man SPHINXBUILD=sphinx-1.0-build