diff --git a/.gitignore b/.gitignore index c2cf0fe..4bd15b6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ bodhi-0.7.5.tar.bz2 bodhi-0.7.7.tar.bz2 +/bodhi-0.7.8.tar.bz2 diff --git a/bodhi.spec b/bodhi.spec index 0c2260a..7337659 100644 --- a/bodhi.spec +++ b/bodhi.spec @@ -2,8 +2,8 @@ %{!?pyver: %global pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: bodhi -Version: 0.7.7 -Release: 2%{?dist} +Version: 0.7.8 +Release: 1%{?dist} Summary: A modular framework that facilitates publishing software updates Group: Applications/Internet License: GPLv2+ @@ -37,6 +37,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 @@ -61,6 +62,7 @@ Requires: python-decorator Requires: mod_wsgi Requires: httpd Requires: python-markdown +Requires: python-kitchen %description server @@ -119,6 +121,10 @@ rm -rf bodhi/tests bodhi/tools/test-bodhi.py %changelog +* Thu Aug 12 2010 Luke Macken - 0.7.8-1 +- 0.7.8 release +- Require python-kitchen + * Wed Aug 04 2010 Orcan Ogetbil - 0.7.7-2 - Reenable the TurboGears bits diff --git a/sources b/sources index b0933ad..1ff7792 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5859c49f187634fa4217b9244321db96 bodhi-0.7.7.tar.bz2 +3991abe1480bc793bf745abe5e1b8854 bodhi-0.7.8.tar.bz2