diff --git a/python-pylint.changes b/python-pylint.changes index 12651d6..c1de67f 100644 --- a/python-pylint.changes +++ b/python-pylint.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 16 22:47:49 CEST 2009 - poeml@suse.de + +- fix build on SLE10 by not including %{py_sitedir}/*egg-info in + the filelist there + ------------------------------------------------------------------- Wed Sep 9 21:08:26 CEST 2009 - dmueller@suse.de diff --git a/python-pylint.spec b/python-pylint.spec index 3a29bcd..4006221 100644 --- a/python-pylint.spec +++ b/python-pylint.spec @@ -85,6 +85,8 @@ rm -rf $RPM_BUILD_ROOT %doc TODO README ChangeLog examples/ doc/ %{_bindir}/* %{py_sitedir}/pylint +%if 0%suse_version > 1010 %{py_sitedir}/*egg-info +%endif %changelog