rpms/bodhi/F-8 .cvsignore, 1.1, 1.2 bodhi.spec, 1.1, 1.2 sources, 1.2, 1.3

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Mon Nov 12 02:08:18 UTC 2007


Author: lmacken

Update of /cvs/pkgs/rpms/bodhi/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18950

Modified Files:
	.cvsignore bodhi.spec sources 
Log Message:
0.4.0


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bodhi/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Oct 2007 17:28:25 -0000	1.1
+++ .cvsignore	12 Nov 2007 02:07:46 -0000	1.2
@@ -0,0 +1 @@
+bodhi-0.4.0.tar.bz2


Index: bodhi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bodhi/F-8/bodhi.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bodhi.spec	21 Oct 2007 23:37:59 -0000	1.1
+++ bodhi.spec	12 Nov 2007 02:07:46 -0000	1.2
@@ -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 @@
 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 @@
 %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 $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 @@
 
 
 %changelog
+* Sun Nov 11 2007 Luke Macken <lmacken at redhat.com> - 0.4.0-1
+- Lots of bodhi-client features
+
+* Wed Nov  7 2007 Luke Macken <lmacken at redhat.com> - 0.3.3-1
+- 0.3.3
+
 * Thu Oct 18 2007 Luke Macken <lmacken at redhat.com> - 0.3.2-2
 - Add TurboGears to BuildRequires
 - Make some scripts executable to silence rpmlint


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bodhi/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	21 Oct 2007 23:37:59 -0000	1.2
+++ sources	12 Nov 2007 02:07:46 -0000	1.3
@@ -1 +1 @@
-7c429f58147267a1725c1a0df0a5e57f  bodhi-0.3.2.tar.bz2
+e40b8a833ee8203a4984bfad12fce7bb  bodhi-0.4.0.tar.bz2




More information about the fedora-extras-commits mailing list