!43 spec: add --without-firewalld-zone to configure commandline for old firewalld version

From: @zhendongchen
Reviewed-by: @yorifang
Signed-off-by: @yorifang
This commit is contained in:
openeuler-ci-bot 2020-12-09 08:54:47 +08:00 committed by Gitee
commit 50183dc7eb

View File

@ -56,7 +56,7 @@
%define with_sanlock 0%{!?_without_sanlock:1}
%define with_numad 0%{!?_without_numad:0}
%define with_firewalld 0%{!?_without_firewalld:1}
%define with_firewalld_zone 0%{!?_without_firewalld_zone:1}
%define with_firewalld_zone 0%{!?_without_firewalld_zone:0}
%define with_libssh2 0%{!?_without_libssh2:1}
%define with_wireshark 0%{!?_without_wireshark:1}
%define with_libssh 0%{!?_without_libssh:1}
@ -99,7 +99,7 @@
Summary: Library providing a simple virtualization API
Name: libvirt
Version: 6.2.0
Release: 8
Release: 9
License: LGPLv2+
URL: https://libvirt.org/
@ -1867,6 +1867,9 @@ exit 0
%changelog
* Tue Dec 8 2020 Huawei Technologies Co., Ltd <alex.chen@huawei.com>
- add --without-firewalld-zone to configure commandline for old firewalld version
* Wed Oct 14 2020 Huawei Technologies Co., Ltd <alex.chen@huawei.com>
- rpc: gendispatch: handle empty flags
- rpc: add support for filtering @acls by uint params