diff --git a/python-Beaker.changes b/python-Beaker.changes index eac86e1..d61188b 100644 --- a/python-Beaker.changes +++ b/python-Beaker.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 19 17:12:05 UTC 2013 - berendt@b1-systems.de + +- added fdupes to remove rpmlint warning + ------------------------------------------------------------------- Sat Sep 22 20:26:45 UTC 2012 - os-dev@jacraig.com diff --git a/python-Beaker.spec b/python-Beaker.spec index 7dd8a1f..db1ec74 100644 --- a/python-Beaker.spec +++ b/python-Beaker.spec @@ -27,6 +27,7 @@ Source: http://pypi.python.org/packages/source/B/Beaker/Beaker-%{version BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-distribute +BuildRequires: fdupes Provides: python-beaker = %{version} Obsoletes: python-beaker < %{version} %if 0%{?suse_version} && 0%{?suse_version} <= 1110 @@ -75,6 +76,7 @@ python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} +%fdupes %buildroot/%_prefix %files %defattr(-,root,root,-)