Merge "openSUSE: Runtime Dependencies"
This commit is contained in:
commit
f69bba0b34
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- |
|
||||||
|
Enable openSUSE build.
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 4 22:52:52 UTC 2019 - Abraham Arce <abraham.arce.moreno@intel.com> - 4
|
||||||
|
|
||||||
|
- Runtime dependencies.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 24 05:22:50 UTC 2019 - Abraham Arce <abraham.arce.moreno@intel.com> - 3
|
Tue Sep 24 05:22:50 UTC 2019 - Abraham Arce <abraham.arce.moreno@intel.com> - 3
|
||||||
|
|
||||||
|
@ -22,6 +22,9 @@ BuildRequires: systemd-sysvinit
|
|||||||
BuildRequires: insserv-compat
|
BuildRequires: insserv-compat
|
||||||
%endif
|
%endif
|
||||||
Requires: python2-six
|
Requires: python2-six
|
||||||
|
Requires: python-eventlet
|
||||||
|
Requires: python-pecan
|
||||||
|
Requires: python-keystonemiddleware
|
||||||
# Needed for %%{_sysconfdir}/init.d, can be removed when we go fully systemd
|
# Needed for %%{_sysconfdir}/init.d, can be removed when we go fully systemd
|
||||||
Requires: aaa_base
|
Requires: aaa_base
|
||||||
# Needed for %%{_sysconfdir}/pmon.d
|
# Needed for %%{_sysconfdir}/pmon.d
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 4 23:02:03 UTC 2019 - Abraham Arce <abraham.arce.moreno@intel.com> - 3
|
||||||
|
|
||||||
|
- Runtime dependencies.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 24 05:22:50 UTC 2019 - Abraham Arce <abraham.arce.moreno@intel.com> - 2
|
Tue Sep 24 05:22:50 UTC 2019 - Abraham Arce <abraham.arce.moreno@intel.com> - 2
|
||||||
|
|
||||||
|
@ -14,6 +14,10 @@ BuildRequires: python
|
|||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
|
Requires: python-pyparsing
|
||||||
|
Requires: python-httplib2
|
||||||
|
Requires: python-PrettyTable
|
||||||
|
Requires: python-keystoneclient
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Service Management Client and command line interface.
|
Service Management Client and command line interface.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 4 22:52:52 UTC 2019 - Abraham Arce <abraham.arce.moreno@intel.com> - 2
|
||||||
|
|
||||||
|
- Runtime dependencies.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 11 13:00:38 UTC 2019 - Abraham Arce <abraham.arce.moreno@intel.com> - 1
|
Tue Jun 11 13:00:38 UTC 2019 - Abraham Arce <abraham.arce.moreno@intel.com> - 1
|
||||||
|
|
||||||
|
@ -8,8 +8,9 @@ URL: https://opendev.org/starlingx/metal
|
|||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
BuildRequires: python-pip
|
BuildRequires: python2-pip
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
|
Requires: python-psutil
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user