diff --git a/.cvsignore b/.cvsignore index e69de29..2ee97db 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +bodhi-0.4.0.tar.bz2 diff --git a/bodhi.spec b/bodhi.spec index f87eb70..f4df435 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.3.2 -Release: 2%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: A modular framework that facilitates publishing software updates Group: Applications/Internet License: GPLv2+ @@ -15,13 +15,18 @@ BuildArch: noarch BuildRequires: python-setuptools-devel TurboGears %description -Bodhi is a modular frameworkthat facilitates the process of publishing +Bodhi is a modular framework that facilitates the process of publishing updates for a software distribution. +A modular piece of the Fedora Infrastructure stack +* Utilizes the Koji Buildsystem for tracking RPMs +* Creates the update repositories using Mash, which composes a repository based + on tagged builds in Koji. + %package client Summary: Bodhi Client Group: Applications/Internet -Requires: python-simplejson python-fedora +Requires: python-simplejson python-fedora koji yum %description client Client tools for interacting with bodhi @@ -42,7 +47,6 @@ updates for a software distribution. %setup -q rm -rf bodhi/tests bodhi/tools/test-bodhi.py - %build %{__python} setup.py build --install-conf=%{_sysconfdir} \ --install-data=%{_datadir} @@ -51,8 +55,8 @@ rm -rf bodhi/tests bodhi/tools/test-bodhi.py rm -rf $RPM_BUILD_ROOT %{__python} setup.py install --skip-build --install-conf=%{_sysconfdir} \ --install-data=%{_datadir} --root %{buildroot} -%{__install} -D bodhi/tools/bodhi-client.py $RPM_BUILD_ROOT/usr/bin/bodhi -chmod +x $RPM_BUILD_ROOT/%{_datadir}/%{name}/bodhi/tools/{bodhi-client,init,dev_init,pickledb}.py +%{__install} -D bodhi/tools/bodhi_client.py $RPM_BUILD_ROOT/usr/bin/bodhi +chmod +x $RPM_BUILD_ROOT/%{_datadir}/%{name}/bodhi/tools/{bodhi_client,init,dev_init,pickledb}.py %clean @@ -72,6 +76,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Nov 11 2007 Luke Macken - 0.4.0-1 +- Lots of bodhi-client features + +* Wed Nov 7 2007 Luke Macken - 0.3.3-1 +- 0.3.3 + * Thu Oct 18 2007 Luke Macken - 0.3.2-2 - Add TurboGears to BuildRequires - Make some scripts executable to silence rpmlint diff --git a/sources b/sources index e50d268..edd5f04 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7c429f58147267a1725c1a0df0a5e57f bodhi-0.3.2.tar.bz2 +e40b8a833ee8203a4984bfad12fce7bb bodhi-0.4.0.tar.bz2