From b77dd189db7a591a0ee1a54a6deef7d5eb0c40a1 Mon Sep 17 00:00:00 2001 From: Dan Callaghan Date: Tue, 11 Feb 2014 09:29:17 +1000 Subject: [PATCH] really fix sphinx requirement --- python-sphinxcontrib-httpdomain.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-sphinxcontrib-httpdomain.spec b/python-sphinxcontrib-httpdomain.spec index f8c75f6..f4a66da 100644 --- a/python-sphinxcontrib-httpdomain.spec +++ b/python-sphinxcontrib-httpdomain.spec @@ -7,7 +7,7 @@ Name: python-%{upstream_name} Version: 1.1.8 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Sphinx domain for documenting HTTP APIs License: BSD URL: http://packages.python.org/sphinxcontrib-httpdomain/ @@ -23,7 +23,7 @@ Group: Development/Libraries BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) %endif -%if 0%{?rhel} <= 6 +%if 0%{?rhel} > 0 && 0%{?rhel} <= 6 # This extension does not work with Sphinx 0.6 as shipped in RHEL6, # only with Sphinx 1.0 in EPEL. Requires: python-sphinx10 @@ -61,6 +61,9 @@ rm -rf %{buildroot} %{python_sitelib}/* %changelog +* Tue Feb 11 2014 Dan Callaghan - 1.1.8-5 +- really fix sphinx requirement + * Mon Feb 10 2014 Pádraig Brady - 1.1.8-4 - fix sphinx requirement on RHEL 7