From 275f75dc6ead670990082749e791b5c0e5e33e42 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Aug 29 2008 23:43:06 +0000 Subject: Fix some setuptools issues with our client subpackage --- diff --git a/bodhi.spec b/bodhi.spec index b673640..0cedc7d 100644 --- a/bodhi.spec +++ b/bodhi.spec @@ -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 @@ 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} @@ -98,20 +100,17 @@ rm -rf bodhi/tests bodhi/tools/test-bodhi.py %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 - 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. diff --git a/sources b/sources index 40cfb13..5859a39 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cef90c8832a363737225c0b006160da5 bodhi-0.5.1.tar.bz2 +f99a09797b5941e16ce4a3a4c0d75596 bodhi-0.5.1.tar.bz2