From abaaa392fccd304d87caec9e91ab60e81b65f1acca18f3db7ef5d92b2b7c08a3 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 22 Jul 2013 06:18:03 +0000 Subject: [PATCH] Accepting request 183773 from home:cberendt:Cloud_OpenStack_Master remove .buildinfo before installation to remove rpmlint warning OBS-URL: https://build.opensuse.org/request/show/183773 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-beautifulsoup4?expand=0&rev=26 --- python-beautifulsoup4.changes | 5 +++++ python-beautifulsoup4.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-beautifulsoup4.changes b/python-beautifulsoup4.changes index d8faebb..74d9d37 100644 --- a/python-beautifulsoup4.changes +++ b/python-beautifulsoup4.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 19 17:07:52 UTC 2013 - berendt@b1-systems.de + +- remove .buildinfo before installation + ------------------------------------------------------------------- Thu Jul 18 08:25:50 UTC 2013 - berendt@b1-systems.de diff --git a/python-beautifulsoup4.spec b/python-beautifulsoup4.spec index e2d8686..985057f 100644 --- a/python-beautifulsoup4.spec +++ b/python-beautifulsoup4.spec @@ -81,6 +81,7 @@ Documentation and help files for %{name} %build python setup.py build cd doc && make html +rm build/html/.buildinfo %install python setup.py install --prefix=%{_prefix} --root=%{buildroot}