From 4f721e2d8aada6d1ee385f54d5353aff72246828257796b1d90f61866b4276aa Mon Sep 17 00:00:00 2001 From: Alberto Planas Dominguez Date: Fri, 30 Jan 2015 14:29:06 +0000 Subject: [PATCH] Accepting request 283469 from home:aplanas:branches:devel:languages:python - Fix %defattr, fixing SLE11SP3 building OBS-URL: https://build.opensuse.org/request/show/283469 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sh?expand=0&rev=7 --- python-sh.changes | 5 +++++ python-sh.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) 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