- update HA cloud support package

This commit is contained in:
Oyvind Albrigtsen 2021-03-04 15:26:23 +01:00
parent e580fde041
commit 8397fcd288

View File

@ -213,7 +213,7 @@ if [ -z "$PYTHON " ]; then
fi
./autogen.sh
%{configure} PYTHONPATH="support/aliyun:support/aws:support/azure:support/google" --with-agents='%{supportedagents} %{testagents}'
%{configure} PYTHONPATH="support/aliyun:support/aws:support/azure:support/google:support/openstack" --with-agents='%{supportedagents} %{testagents}'
CFLAGS="$(echo '%{optflags}')" make %{_smp_mflags}
%install