diff --git a/python-sh.changes b/python-sh.changes index c92b825..12b64c3 100644 --- a/python-sh.changes +++ b/python-sh.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 28 08:57:03 UTC 2015 - aplanas@suse.com + +- Fix %defattr, fixing SLE11SP3 building + ------------------------------------------------------------------- Fri Jan 2 10:58:53 UTC 2015 - aplanas@suse.com diff --git a/python-sh.spec b/python-sh.spec index 30cdbcf..e6e2c77 100644 --- a/python-sh.spec +++ b/python-sh.spec @@ -1,7 +1,7 @@ # # spec file for package python-sh # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -34,7 +34,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %else BuildArch: noarch %endif - BuildRequires: python-setuptools %description @@ -65,7 +64,7 @@ python setup.py install \ python test.py %files -%defattr(0644,root,root) +%defattr(-,root,root) %doc AUTHORS.md CHANGELOG.md LICENSE.txt README.md %{python_sitelib}/sh.py %{python_sitelib}/sh.pyc