rpms/bodhi/devel bodhi.spec,1.19,1.20 sources,1.16,1.17

Luke Macken lmacken at fedoraproject.org
Fri Aug 29 23:43:36 UTC 2008


Author: lmacken

Update of /cvs/pkgs/rpms/bodhi/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4147

Modified Files:
	bodhi.spec sources 
Log Message:
Fix some setuptools issues with our client subpackage


Index: bodhi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bodhi/devel/bodhi.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- bodhi.spec	26 Aug 2008 01:49:17 -0000	1.19
+++ bodhi.spec	29 Aug 2008 23:43:06 -0000	1.20
@@ -3,7 +3,7 @@
 
 Name:           bodhi
 Version:        0.5.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A modular framework that facilitates publishing software updates
 Group:          Applications/Internet
 License:        GPLv2+
@@ -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}
@@ -98,20 +100,17 @@
 %attr(-,apache,root) %config(noreplace) %{_sysconfdir}/bodhi/*
 %attr(-,apache,root) %{_localstatedir}/log/bodhi
 %{python_sitelib}/%{name}-%{version}-py%{pyver}.egg-info/
-%{python_sitelib}/%{name}/__init__.py*
 
 
 %files client
-%doc COPYING README
 %{_bindir}/bodhi
 %{_mandir}/man1/bodhi.1.gz
-%{python_sitelib}/%{name}/tools
-%{python_sitelib}/%{name}/__init__.py*
-%{python_sitelib}/%{name}/release.py*
-%{python_sitelib}/%{name}-%{version}-py%{pyver}.egg-info/
 
 
 %changelog
+* 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.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bodhi/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources	26 Aug 2008 01:49:17 -0000	1.16
+++ sources	29 Aug 2008 23:43:06 -0000	1.17
@@ -1 +1 @@
-cef90c8832a363737225c0b006160da5  bodhi-0.5.1.tar.bz2
+f99a09797b5941e16ce4a3a4c0d75596  bodhi-0.5.1.tar.bz2




More information about the fedora-extras-commits mailing list