diff --git a/python-fedora.spec b/python-fedora.spec index b3e5fcb..8cbf5fa 100644 --- a/python-fedora.spec +++ b/python-fedora.spec @@ -2,7 +2,7 @@ Name: python-fedora Version: 0.3.20 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python modules for talking to Fedora Infrastructure Services Group: Development/Languages @@ -16,15 +16,13 @@ BuildRequires: python-devel BuildRequires: python-setuptools-devel BuildRequires: python-paver >= 1.0 BuildRequires: python-sphinx -# Disable python-cherrypy2 until we get that package rebuilt for python-2.7 %if 0%{?fedora} >= 9 || 0%{?rhel} > 5 -#BuildRequires: python-cherrypy2 +BuildRequires: python-cherrypy2 %else -#BuildRequires: python-cherrypy +BuildRequires: python-cherrypy %endif BuildRequires: python-babel -# Disable the following until we get it built for python-2.7 -#BuildRequires: TurboGears2 +BuildRequires: TurboGears2 BuildRequires: python-nose Requires: python-simplejson Requires: python-bugzilla @@ -69,6 +67,9 @@ rm -rf %{buildroot} %{python_sitelib}/* %changelog +* Tue Aug 3 2010 Toshio Kuratomi - 0.3.20-4 +- Add the cherrypy and TG reqs back as their rebuilt now. + * Tue Jul 27 2010 Toshio Kuratomi - 0.3.20-3 - Remove some requires so that we will work on python-2.7. The other libraries have not yet been rebuilt for python-2.7