- build again on SLE-11-SP4 by ignoring some dependencies that are
not available in the official OBS repository: python-paramiko, python-Jinja2, python-PyYAML, python-pycrypto OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=52
This commit is contained in:
parent
a4b427897c
commit
281ba96cdd
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 11 16:11:02 UTC 2015 - lars@linux-schulserver.de
|
||||
|
||||
- build again on SLE-11-SP4 by ignoring some dependencies that are
|
||||
not available in the official OBS repository: python-paramiko,
|
||||
python-Jinja2, python-PyYAML, python-pycrypto
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 10 12:10:59 UTC 2015 - lars@linux-schulserver.de
|
||||
|
||||
|
@ -28,17 +28,19 @@ Url: http://ansible.com/
|
||||
Source: https://pypi.python.org/packages/source/a/ansible/ansible-%{version}.tar.gz
|
||||
Source99: ansible-rpmlintrc
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: python-devel
|
||||
%if 0%{?suse_version} >= 01130
|
||||
BuildRequires: python-paramiko
|
||||
Requires: python-paramiko
|
||||
BuildRequires: python-Jinja2
|
||||
Requires: python-Jinja2
|
||||
BuildRequires: python-PyYAML
|
||||
Requires: python-PyYAML
|
||||
BuildRequires: python-setuptools
|
||||
Requires: python-setuptools
|
||||
BuildRequires: python-pycrypto >= 2.6
|
||||
Requires: python-pycrypto >= 2.6
|
||||
%endif
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-setuptools
|
||||
Requires: python-setuptools
|
||||
Recommends: python-dopy
|
||||
Recommends: python-pywinrm
|
||||
Recommends: sshpass
|
||||
|
Loading…
Reference in New Issue
Block a user