diff --git a/fm-api/opensuse/fm-api.spec b/fm-api/opensuse/fm-api.spec index 20a0d263..63080f79 100644 --- a/fm-api/opensuse/fm-api.spec +++ b/fm-api/opensuse/fm-api.spec @@ -10,6 +10,9 @@ Source0: %{name}-%{version}.tar.gz BuildRequires: python-setuptools BuildRequires: python2-pip +Requires: fm-common +Requires: python2-six + %description StarlingX platform Fault Management Client Library that provides APIs for applications to raise/clear/update active alarms. diff --git a/fm-mgr/opensuse/fm-mgr.spec b/fm-mgr/opensuse/fm-mgr.spec index 8c8617ac..ad44766a 100644 --- a/fm-mgr/opensuse/fm-mgr.spec +++ b/fm-mgr/opensuse/fm-mgr.spec @@ -11,6 +11,8 @@ Source0: %{name}-%{version}.tar.gz BuildRequires: fm-common-devel BuildRequires: libuuid-devel BuildRequires: systemd-devel +Requires: fm-common +Requires: fm-doc Requires: logrotate %if 0%{?suse_version} BuildRequires: gcc-c++ diff --git a/fm-rest-api/opensuse/fm-rest-api.spec b/fm-rest-api/opensuse/fm-rest-api.spec index 5f56445f..ca06f9de 100644 --- a/fm-rest-api/opensuse/fm-rest-api.spec +++ b/fm-rest-api/opensuse/fm-rest-api.spec @@ -17,10 +17,20 @@ BuildRequires: python2-oslo.log BuildRequires: python2-pip BuildRequires: systemd BuildRequires: systemd-rpm-macros +Requires: cgts-client +Requires: python2-oslo.policy +Requires: python2-pecan +Requires: python2-SQLAlchemy +Requires: python2-WSME +Requires: python-oslo.service +Requires: python-oslo.db +Requires: python-oslo.versionedobjects Requires: python-eventlet +Requires: python-keystonemiddleware Requires: python-paste Requires: python-webob Requires: systemd +Requires: tsconfig %description Fault Management Openstack REST API Service diff --git a/python-fmclient/opensuse/python-fmclient.spec b/python-fmclient/opensuse/python-fmclient.spec index e9cdb903..81ed6699 100644 --- a/python-fmclient/opensuse/python-fmclient.spec +++ b/python-fmclient/opensuse/python-fmclient.spec @@ -19,6 +19,10 @@ BuildRequires: python-setuptools BuildRequires: python2-pbr BuildRequires: python3-pbr Requires: bash-completion +Requires: python2-httplib2 +Requires: python2-pyOpenSSL +Requires: python2-PrettyTable +Requires: python2-python-dateutil Requires: python-keystoneauth1 >= 3.1.0 Requires: python-oslo.i18n >= 2.1.0 Requires: python-oslo.utils >= 3.20.0