[bodhi] Bodhi 0.7.8 release

Luke Macken lmacken at fedoraproject.org
Thu Aug 12 22:03:28 UTC 2010


commit 7c198c915ce4c5c7a615417acc69b0cde2f84d11
Author: Luke Macken <lmacken at redhat.com>
Date:   Thu Aug 12 18:03:18 2010 -0400

    Bodhi 0.7.8 release

 .gitignore |    1 +
 bodhi.spec |   10 ++++++++--
 sources    |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
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 <lmacken at redhat.com> - 0.7.8-1
+- 0.7.8 release
+- Require python-kitchen
+
 * Wed Aug 04 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 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


More information about the scm-commits mailing list