diff --git a/python-wsme.spec b/python-wsme.spec index 2612b70..c520e9b 100644 --- a/python-wsme.spec +++ b/python-wsme.spec @@ -4,7 +4,7 @@ Name: python-%{lpypi_name} Version: 0.5b5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Web Services Made Easy License: MIT @@ -28,8 +28,6 @@ manipulate the request and the response objects. %prep %setup -q -n %{pypi_name}-%{version} -# Remove bundled egg-info -rm -rf %{pypi_name}.egg-info %build @@ -45,6 +43,9 @@ rm -rf %{pypi_name}.egg-info %{python_sitelib} %changelog +* Thu Oct 10 2013 Dan Prince - 0.5b5-2 +- Don't remove egg.info required by pbr + * Thu Oct 10 2013 Pádraig Brady - 0.5b5-1 - Latest upstream