diff --git a/.gitignore b/.gitignore index 0660d79..5efd8a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ bodhi-0.7.5.tar.bz2 +bodhi-0.7.7.tar.bz2 +/bodhi-0.7.8.tar.bz2 +bodhi-0.7.9.tar.bz2 +bodhi-0.7.10.tar.bz2 diff --git a/bodhi.spec b/bodhi.spec index 220b580..2cc1f71 100644 --- a/bodhi.spec +++ b/bodhi.spec @@ -1,8 +1,8 @@ -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} +%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%{!?pyver: %global pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: bodhi -Version: 0.7.5 +Version: 0.7.10 Release: 1%{?dist} Summary: A modular framework that facilitates publishing software updates Group: Applications/Internet @@ -17,8 +17,11 @@ BuildRequires: python-setuptools BuildRequires: python-setuptools-devel BuildRequires: python-devel -BuildRequires: TurboGears python-bugzilla -BuildRequires: python-fedora python-TurboMail TurboGears yum koji +BuildRequires: TurboGears +BuildRequires: python-TurboMail +BuildRequires: python-bugzilla +BuildRequires: python-fedora +BuildRequires: yum koji %description Bodhi is a web application that facilitates the process of publishing @@ -35,6 +38,7 @@ Summary: Bodhi Client Group: Applications/Internet Requires: python-simplejson koji yum Requires: python-fedora >= 0.3.5 +Requires: python-kitchen %description client Client tools for interacting with bodhi @@ -59,6 +63,7 @@ Requires: python-decorator Requires: mod_wsgi Requires: httpd Requires: python-markdown +Requires: python-kitchen %description server @@ -67,6 +72,7 @@ updates for a software distribution. %prep %setup -q + rm -rf bodhi/tests bodhi/tools/test-bodhi.py %build @@ -74,7 +80,7 @@ rm -rf bodhi/tests bodhi/tools/test-bodhi.py %install %{__rm} -rf %{buildroot} -%{__python} setup.py install -O1 --skip-build \ +%{__python} setup.py install --skip-build \ --install-data=%{_datadir} --root %{buildroot} %{__mkdir_p} %{buildroot}/var/lib/bodhi @@ -116,6 +122,32 @@ rm -rf bodhi/tests bodhi/tools/test-bodhi.py %changelog +* Mon Jan 10 2011 Luke Macken - 0.7.10-1 +- 0.7.10 release + +* Wed Sep 22 2010 Luke Macken - 0.7.9-2 +- Require python-kitchen + +* Mon Sep 20 2010 Luke Macken - 0.7.9-1 +- 0.7.9 release + +* Wed Aug 04 2010 Orcan Ogetbil - 0.7.7-2 +- Reenable the TurboGears bits + +* Tue Aug 03 2010 Luke Macken - 0.7.7-1 +- 0.7.7 release + +* Sat Jul 31 2010 Toshio Kuratomi - 0.7.5-4 +- A little strange, the tarball changed on us.... + +* Tue Jul 27 2010 Toshio Kuratomi - 0.7.5-3 +- Disable Requirements that are necessary for operation of hte server. This is + a temporary change to get the package building on python-2.7. Need to revert + this once the TG stack is rebuilt + +* Wed Jul 21 2010 David Malcolm - 0.7.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild + * Tue Jun 29 2010 Luke Macken - 0.7.5-1 - 0.7.5 release diff --git a/sources b/sources index b1f9ff5..323a43b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d6e107e5ecb81fa4be46edfc6e7d0407 bodhi-0.7.5.tar.bz2 +b12b5a401ac1551667bcbe25d8ee069a bodhi-0.7.10.tar.bz2