rpms/bodhi/F-8 bodhi.spec,1.14,1.15 sources,1.13,1.14

Luke Macken lmacken at fedoraproject.org
Wed Sep 3 04:57:47 UTC 2008


Author: lmacken

Update of /cvs/pkgs/rpms/bodhi/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28311

Modified Files:
	bodhi.spec sources 
Log Message:
0.5.2


Index: bodhi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bodhi/F-8/bodhi.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- bodhi.spec	22 Aug 2008 21:51:38 -0000	1.14
+++ bodhi.spec	3 Sep 2008 04:57:17 -0000	1.15
@@ -2,7 +2,7 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           bodhi
-Version:        0.5.1
+Version:        0.5.2
 Release:        1%{?dist}
 Summary:        A modular framework that facilitates publishing software updates
 Group:          Applications/Internet
@@ -82,6 +82,8 @@
 %{__install} -m 640 %{name}/config/*mash* %{buildroot}%{_sysconfdir}/%{name}/
 %{__install} apache/%{name}.wsgi %{buildroot}%{_datadir}/%{name}/%{name}.wsgi
 
+%{__install} %{name}/tools/client.py %{buildroot}%{_bindir}/%{name}
+
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -93,20 +95,28 @@
 %{python_sitelib}/%{name}/
 %{_bindir}/start-%{name}
 %{_bindir}/%{name}-*
-%{python_sitelib}/%{name}-%{version}-py%{pyver}.egg-info/
 %{_sysconfdir}/httpd/conf.d/bodhi.conf
 %attr(-,apache,root) %{_datadir}/%{name}
 %attr(-,apache,root) %config(noreplace) %{_sysconfdir}/bodhi/*
 %attr(-,apache,root) %{_localstatedir}/log/bodhi
+%{python_sitelib}/%{name}-%{version}-py%{pyver}.egg-info/
 
 
 %files client
-%doc COPYING README
 %{_bindir}/bodhi
 %{_mandir}/man1/bodhi.1.gz
 
 
 %changelog
+* Wed Sep 03 2008 Luke Macken <lmacken at redhat.com> - 0.5.2-1
+- Latest upstream bugfix release
+
+* Fri Aug 29 2008 Luke Macken <lmacken at redhat.com> - 0.5.1-3
+- Fix some setuptools issues with our client subpackage
+
+* Mon Aug 25 2008 Luke Macken <lmacken at redhat.com> - 0.5.1-2
+- Include the egg-info in the client subpackage.
+
 * Fri Aug 22 2008 Luke Macken <lmacken at redhat.com> - 0.5.1-1
 - Latest upstream release
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bodhi/F-8/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	22 Aug 2008 21:51:38 -0000	1.13
+++ sources	3 Sep 2008 04:57:17 -0000	1.14
@@ -1 +1 @@
-a964c5fa799a186417b7b4039c4a94a7  bodhi-0.5.1.tar.bz2
+3406f588f7f414bfa82a332456f0afbc  bodhi-0.5.2.tar.bz2




More information about the fedora-extras-commits mailing list