Merge "openSUSE: Runtime Dependencies"

This commit is contained in:
Zuul 2019-10-23 03:39:15 +00:00 committed by Gerrit Code Review
commit f69bba0b34
7 changed files with 28 additions and 1 deletions

View File

@ -0,0 +1,4 @@
---
features:
- |
Enable openSUSE build.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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