From 707fa8026bd6dceb11e1a553b9fe83c31467b786 Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Aug 04 2010 05:01:14 +0000 Subject: Reenable the TurboGears bits --- diff --git a/bodhi.spec b/bodhi.spec index 220b580..0c2260a 100644 --- a/bodhi.spec +++ b/bodhi.spec @@ -1,9 +1,9 @@ -%{!?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 -Release: 1%{?dist} +Version: 0.7.7 +Release: 2%{?dist} Summary: A modular framework that facilitates publishing software updates Group: Applications/Internet License: GPLv2+ @@ -16,9 +16,11 @@ BuildArch: noarch 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 @@ -67,6 +69,7 @@ updates for a software distribution. %prep %setup -q + rm -rf bodhi/tests bodhi/tools/test-bodhi.py %build @@ -74,7 +77,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 +119,23 @@ rm -rf bodhi/tests bodhi/tools/test-bodhi.py %changelog +* 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..b0933ad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d6e107e5ecb81fa4be46edfc6e7d0407 bodhi-0.7.5.tar.bz2 +5859c49f187634fa4217b9244321db96 bodhi-0.7.7.tar.bz2