summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@eurephia.org>2020-07-30 21:39:48 +0200
committerDavid Sommerseth <dazo@eurephia.org>2020-07-30 22:02:15 +0200
commitb49881d71d5c2653b26a34f852576263713bde95 (patch)
tree4dc74c4f8c13d45e86c863176309fdca8f44b8a2
parent6e5f225464496b655d4cb6a2189a89fc70dc329f (diff)
downloadlogactio-b49881d71d5c2653b26a34f852576263713bde95.tar.gz
logactio-b49881d71d5c2653b26a34f852576263713bde95.tar.xz
logactio-b49881d71d5c2653b26a34f852576263713bde95.zip
rpm: Fix typo in rhel 6 condition check
Signed-off-by: David Sommerseth <dazo@eurephia.org>
-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