From c865cd391d508a386ff70247f50a7658c6ee1bff Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Wed, 16 Oct 2019 12:34:49 -0700 Subject: [PATCH] Add missing runtime dependencies to sysinv-agent opensuse spec These runtime dependencies are added since they are missing and caused the execution of the scripts to fail. Story: 2006723 Task: 37137 Change-Id: I521f10aaaac5d385e4315bec66571cfb0788f664 Signed-off-by: Saul Wold --- sysinv/sysinv-agent/opensuse/sysinv-agent.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sysinv/sysinv-agent/opensuse/sysinv-agent.spec b/sysinv/sysinv-agent/opensuse/sysinv-agent.spec index 52d6c5cb49..4f55b7b53e 100644 --- a/sysinv/sysinv-agent/opensuse/sysinv-agent.spec +++ b/sysinv/sysinv-agent/opensuse/sysinv-agent.spec @@ -9,6 +9,10 @@ Source0: %{name}-%{version}.tar.gz BuildRequires: systemd-devel +Requires: python-django +Requires: python-oslo.messaging +Requires: python-retrying + BuildArch: noarch %description @@ -33,9 +37,6 @@ install -d -m 755 %{buildroot}%{local_etc_pmond} install -p -D -m 644 sysinv-agent.conf %{buildroot}%{local_etc_pmond}/sysinv-agent.conf install -p -D -m 644 sysinv-agent.service %{buildroot}%{_unitdir}/sysinv-agent.service -#%%post -#/usr/bin/systemctl enable sysinv-agent.service >/dev/null 2>&1 - %clean rm -rf $RPM_BUILD_ROOT