From b4c27ca858a2ea58eff01ba21b7513492acaf33d Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Oct 11 2013 16:02:25 +0000 Subject: don't remove egg.info required by pbr This is required for pbr to reference everything --- 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