diff --git a/.cvsignore b/.cvsignore index 04cae2d..79f7d6e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -bodhi-0.4.8.tar.bz2 +bodhi-0.4.10.tar.bz2 diff --git a/bodhi.spec b/bodhi.spec index 57b66aa..5828f8e 100644 --- a/bodhi.spec +++ b/bodhi.spec @@ -2,8 +2,8 @@ %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: bodhi -Version: 0.4.8 -Release: 1%{?dist} +Version: 0.4.10 +Release: 2%{?dist} Summary: A modular framework that facilitates publishing software updates Group: Applications/Internet License: GPLv2+ @@ -12,7 +12,7 @@ Source0: bodhi-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools-devel TurboGears python-genshi +BuildRequires: python-setuptools-devel TurboGears python-genshi python-elixir %description Bodhi is a modular framework that facilitates the process of publishing @@ -36,8 +36,6 @@ Client tools for interacting with bodhi Summary: A modular framework that facilitates publishing software updates Group: Applications/Internet Requires: TurboGears createrepo python-TurboMail intltool mash cvs python-fedora -# We need the --repofrompath option from yum-utils -Requires: yum-utils >= 1.1.7 %description server Bodhi is a modular framework that facilitates the process of publishing @@ -77,6 +75,16 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jan 25 2008 Luke Macken - 0.4.10-2 +- Add python-elixir to BuildRequires to make the new TG happy + +* Fri Jan 25 2008 Luke Macken - 0.4.10-1 +- 0.4.10 +- Remove yum-utils requirement from bodhi-server + +* Sun Jan 6 2008 Luke Macken - 0.4.9-1 +- 0.4.9 + * Sat Dec 7 2007 Luke Macken - 0.4.8-1 - 0.4.8 diff --git a/sources b/sources index 98b8756..72c095c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -79a98b416c1e9a0a5b41cc8f77e31715 bodhi-0.4.8.tar.bz2 +b567b445f7624ad5392c6ace48b767a9 bodhi-0.4.10.tar.bz2