diff options
-rw-r--r-- | openstack-sig-tool.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openstack-sig-tool.spec b/openstack-sig-tool.spec index dbdf9bd..f076ff5 100644 --- a/openstack-sig-tool.spec +++ b/openstack-sig-tool.spec @@ -51,6 +51,11 @@ Requires: python3-pyyaml Requires: python3-requests Requires: python3-xmltodict +%ifarch aarch64 +# aarch64 启动libvirt服务时报错 提前安装对应软件包 /usr/sbin/libvirtd: symbol lookup error: +# /usr/lib64/libgnutls.so.30: undefined symbol: nettle_siv_gcm_aes256_decrypt_message, version NETTLE_8 +Requires: nettle +%endif %description The command line tool for openEuler OpenStack SIG |