[python-fedora/el5] Fix conditional

Toshio くらとみ toshio at fedoraproject.org
Wed Sep 4 17:13:26 UTC 2013


commit 045b85c36f0d659826ad74e87d34a7799ecb8e30
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Wed Sep 4 10:13:08 2013 -0700

    Fix conditional

 python-fedora.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-fedora.spec b/python-fedora.spec
index 30efd43..56b7716 100644
--- a/python-fedora.spec
+++ b/python-fedora.spec
@@ -31,7 +31,7 @@ BuildRequires:  python-bunch
 BuildRequires:  python-pycurl
 # Needed for tests and for the way we build docs
 BuildRequires: TurboGears python-repoze-who-friendlyform
-%if 0%{?fedora} || %0%{?rhel} >= 6
+%if 0%{?fedora} || 0%{?rhel} >= 6
 BuildRequires: Django
 %endif
 


More information about the scm-commits mailing list