diff --git a/bodhi.spec b/bodhi.spec index 07b5761..9c7f850 100644 --- a/bodhi.spec +++ b/bodhi.spec @@ -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 @@ rm -rf bodhi/tests bodhi/tools/test-bodhi.py %{__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 @@ rm -rf bodhi/tests bodhi/tools/test-bodhi.py %{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 - 0.5.2-1 +- Latest upstream bugfix release + +* Fri Aug 29 2008 Luke Macken - 0.5.1-3 +- Fix some setuptools issues with our client subpackage + +* Mon Aug 25 2008 Luke Macken - 0.5.1-2 +- Include the egg-info in the client subpackage. + * Fri Aug 22 2008 Luke Macken - 0.5.1-1 - Latest upstream release diff --git a/sources b/sources index 85c41a0..32d4ea5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a964c5fa799a186417b7b4039c4a94a7 bodhi-0.5.1.tar.bz2 +3406f588f7f414bfa82a332456f0afbc bodhi-0.5.2.tar.bz2