diff --git a/releasenotes/notes/opensuse-specfile-6498d91a98b65741.yaml b/releasenotes/notes/opensuse-specfile-6498d91a98b65741.yaml new file mode 100644 index 00000000..b93c41e8 --- /dev/null +++ b/releasenotes/notes/opensuse-specfile-6498d91a98b65741.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + Enable openSUSE build. diff --git a/service-mgmt-api/opensuse/sm-api.changes b/service-mgmt-api/opensuse/sm-api.changes index 581850af..2ad44d96 100644 --- a/service-mgmt-api/opensuse/sm-api.changes +++ b/service-mgmt-api/opensuse/sm-api.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 4 22:52:52 UTC 2019 - Abraham Arce - 4 + +- Runtime dependencies. + ------------------------------------------------------------------- Tue Sep 24 05:22:50 UTC 2019 - Abraham Arce - 3 diff --git a/service-mgmt-api/opensuse/sm-api.spec b/service-mgmt-api/opensuse/sm-api.spec index 5a35df0e..f2eb94e5 100644 --- a/service-mgmt-api/opensuse/sm-api.spec +++ b/service-mgmt-api/opensuse/sm-api.spec @@ -22,6 +22,9 @@ BuildRequires: systemd-sysvinit BuildRequires: insserv-compat %endif 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 Requires: aaa_base # Needed for %%{_sysconfdir}/pmon.d diff --git a/service-mgmt-client/opensuse/sm-client.changes b/service-mgmt-client/opensuse/sm-client.changes index 7a8665f2..4707ff3a 100644 --- a/service-mgmt-client/opensuse/sm-client.changes +++ b/service-mgmt-client/opensuse/sm-client.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 4 23:02:03 UTC 2019 - Abraham Arce - 3 + +- Runtime dependencies. + ------------------------------------------------------------------- Tue Sep 24 05:22:50 UTC 2019 - Abraham Arce - 2 diff --git a/service-mgmt-client/opensuse/sm-client.spec b/service-mgmt-client/opensuse/sm-client.spec index a43c4213..06d864a9 100644 --- a/service-mgmt-client/opensuse/sm-client.spec +++ b/service-mgmt-client/opensuse/sm-client.spec @@ -14,6 +14,10 @@ BuildRequires: python BuildRequires: python-setuptools BuildRequires: fdupes Requires: python-six +Requires: python-pyparsing +Requires: python-httplib2 +Requires: python-PrettyTable +Requires: python-keystoneclient %description Service Management Client and command line interface. diff --git a/service-mgmt-tools/opensuse/sm-tools.changes b/service-mgmt-tools/opensuse/sm-tools.changes index 8bf0d179..a803838b 100644 --- a/service-mgmt-tools/opensuse/sm-tools.changes +++ b/service-mgmt-tools/opensuse/sm-tools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 4 22:52:52 UTC 2019 - Abraham Arce - 2 + +- Runtime dependencies. + ------------------------------------------------------------------- Tue Jun 11 13:00:38 UTC 2019 - Abraham Arce - 1 diff --git a/service-mgmt-tools/opensuse/sm-tools.spec b/service-mgmt-tools/opensuse/sm-tools.spec index a39673f2..8ad1e7db 100644 --- a/service-mgmt-tools/opensuse/sm-tools.spec +++ b/service-mgmt-tools/opensuse/sm-tools.spec @@ -8,8 +8,9 @@ URL: https://opendev.org/starlingx/metal Source0: %{name}-%{version}.tar.gz BuildRequires: python -BuildRequires: python-pip +BuildRequires: python2-pip BuildRequires: python-setuptools +Requires: python-psutil BuildArch: noarch