[python-celery/f18] - build python3-package only on f19 and later, as python3-pytz is missing on earlier versions

Matthias Runge mrunge at fedoraproject.org
Tue Oct 16 11:04:17 UTC 2012


commit bf98c620fa11f1a380ca710ed4fa1d73888a15b8
Author: Matthias Runge <mrunge at redhat.com>
Date:   Tue Oct 16 13:03:31 2012 +0200

    - build python3-package only on f19 and later, as python3-pytz is missing on earlier versions

 python-celery.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-celery.spec b/python-celery.spec
index 6ef8864..b906e61 100644
--- a/python-celery.spec
+++ b/python-celery.spec
@@ -1,4 +1,4 @@
-%if 0%{?fedora} > 12 || 0%{?rhel} > 6
+%if 0%{?fedora} > 18 || 0%{?rhel} > 6
 %global with_python3 1
 %else
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")}


More information about the scm-commits mailing list