hguemar pushed to python-novaclient (f22). "Fix typo in some conditionals"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Mar 27 13:14:56 UTC 2015


>From bb3578e01ff90ef6b04ae757dd0c105552fa0e4b Mon Sep 17 00:00:00 2001
From: Haikel Guemar <hguemar at fedoraproject.org>
Date: Fri, 27 Mar 2015 14:14:39 +0100
Subject: Fix typo in some conditionals


diff --git a/python-novaclient.spec b/python-novaclient.spec
index 421a7d0..6152285 100644
--- a/python-novaclient.spec
+++ b/python-novaclient.spec
@@ -42,7 +42,7 @@ the OpenStack Nova API.
 Summary:          Documentation for OpenStack Nova API Client
 Group:            Documentation
 
-%if 0%{?rhel} && %{?rhel} <= 6
+%if 0%{?rhel} && 0%{?rhel} <= 6
 BuildRequires:    python-sphinx10
 %else
 BuildRequires:    python-sphinx
@@ -84,7 +84,7 @@ install -pm 644 tools/nova.bash_completion \
 # Delete tests
 rm -fr %{buildroot}%{python_sitelib}/novaclient/tests
 export PYTHONPATH="$( pwd ):$PYTHONPATH"
-%if 0%{?rhel} && %{?rhel} <= 6
+%if 0%{?rhel} && 0%{?rhel} <= 6
 sphinx-1.0-build -b html doc/source html
 sphinx-1.0-build -b man doc/source man
 %else
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-novaclient.git/commit/?h=f22&id=bb3578e01ff90ef6b04ae757dd0c105552fa0e4b


More information about the scm-commits mailing list