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
This commit is contained in:
parent
aa66e97ec0
commit
4f721e2d8a
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user