diff --git a/.gitignore b/.gitignore index 4bd15b6..815c486 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ bodhi-0.7.5.tar.bz2 bodhi-0.7.7.tar.bz2 /bodhi-0.7.8.tar.bz2 +bodhi-0.7.9.tar.bz2 diff --git a/bodhi.spec b/bodhi.spec index 7337659..3ac0706 100644 --- a/bodhi.spec +++ b/bodhi.spec @@ -2,7 +2,7 @@ %{!?pyver: %global pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: bodhi -Version: 0.7.8 +Version: 0.7.9 Release: 1%{?dist} Summary: A modular framework that facilitates publishing software updates Group: Applications/Internet @@ -121,6 +121,9 @@ rm -rf bodhi/tests bodhi/tools/test-bodhi.py %changelog +* Mon Sep 20 2010 Luke Macken - 0.7.9-1 +- 0.7.9 release + * Thu Aug 12 2010 Luke Macken - 0.7.8-1 - 0.7.8 release - Require python-kitchen diff --git a/sources b/sources index 1ff7792..63f9a53 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3991abe1480bc793bf745abe5e1b8854 bodhi-0.7.8.tar.bz2 +9ed96e528f42f1df80b1495f07abb433 bodhi-0.7.9.tar.bz2