[bodhi/f13/master] Reenable the TurboGears bits

Orcan Ogetbil oget at fedoraproject.org
Wed Aug 4 04:59:00 UTC 2010


commit 9c7bbce679096b8ae2212b968ab5d038d934e487
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Wed Aug 4 00:58:45 2010 -0400

    Reenable the TurboGears bits

 bodhi.spec |   36 ++++++++++++++++++++++++++++--------
 sources    |    2 +-
 2 files changed, 29 insertions(+), 9 deletions(-)
---
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 <oget[dot]fedora[at]gmail[dot]com> - 0.7.7-2
+- Reenable the TurboGears bits
+
+* Tue Aug 03 2010 Luke Macken <lmacken at redhat.com> - 0.7.7-1
+- 0.7.7 release
+
+* Sat Jul 31 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.7.5-4
+- A little strange, the tarball changed on us....
+
+* Tue Jul 27 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 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 <dmalcolm at redhat.com> - 0.7.5-2
+- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
+
 * Tue Jun 29 2010 Luke Macken <lmacken at redhat.com> - 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


More information about the scm-commits mailing list