Accepting request 317653 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/317653 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/salt?expand=0&rev=49
This commit is contained in:
parent
f6266d478f
commit
88945b4134
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 20 12:22:26 UTC 2015 - bwiedemann@suse.com
|
||||||
|
|
||||||
|
- only require git-core to not pull in git-web and gitk
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 8 08:47:32 UTC 2015 - aboe76@gmail.com
|
Wed Jul 8 08:47:32 UTC 2015 - aboe76@gmail.com
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: salt
|
Name: salt
|
||||||
Version: 2015.5.3
|
Version: 2015.5.3
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -39,8 +40,8 @@ BuildRequires: python-msgpack-python > 0.3
|
|||||||
BuildRequires: python-psutil
|
BuildRequires: python-psutil
|
||||||
BuildRequires: python-pycrypto
|
BuildRequires: python-pycrypto
|
||||||
BuildRequires: python-pyzmq >= 2.2.0
|
BuildRequires: python-pyzmq >= 2.2.0
|
||||||
BuildRequires: python-tornado
|
|
||||||
BuildRequires: python-requests >= 1.0.0
|
BuildRequires: python-requests >= 1.0.0
|
||||||
|
BuildRequires: python-tornado
|
||||||
BuildRequires: python-yaml
|
BuildRequires: python-yaml
|
||||||
|
|
||||||
%if 0%{?sles_version}
|
%if 0%{?sles_version}
|
||||||
@ -69,12 +70,12 @@ Requires: python-PyYAML
|
|||||||
Requires: python-apache-libcloud
|
Requires: python-apache-libcloud
|
||||||
Requires: python-msgpack-python
|
Requires: python-msgpack-python
|
||||||
Requires: python-psutil
|
Requires: python-psutil
|
||||||
|
Requires: python-pycrypto
|
||||||
|
Requires: python-pyzmq
|
||||||
Requires: python-tornado
|
Requires: python-tornado
|
||||||
Requires: python-xml
|
Requires: python-xml
|
||||||
Requires: python-yaml
|
Requires: python-yaml
|
||||||
Requires: python-zypp
|
Requires: python-zypp
|
||||||
Requires: python-pyzmq
|
|
||||||
Requires: python-pycrypto
|
|
||||||
Requires(pre): %fillup_prereq
|
Requires(pre): %fillup_prereq
|
||||||
%if 0%{?suse_version} < 1210
|
%if 0%{?suse_version} < 1210
|
||||||
Requires(pre): %insserv_prereq
|
Requires(pre): %insserv_prereq
|
||||||
@ -148,7 +149,7 @@ Summary: Management component for salt, a parallel remote execution syste
|
|||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
%if 0%{?suse_version} == 1315
|
%if 0%{?suse_version} == 1315
|
||||||
Recommends: git
|
Recommends: git-core
|
||||||
Recommends: python-pygit2
|
Recommends: python-pygit2
|
||||||
%else
|
%else
|
||||||
Requires: git
|
Requires: git
|
||||||
|
Loading…
Reference in New Issue
Block a user