diff --git a/libvirt.spec b/libvirt.spec index 01d79139869a224028ae91497f715f1400539c79..430de83f6a0ab283575d94cc1d56bf51254a5c28 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -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 +- add --without-firewalld-zone to configure commandline for old firewalld version + * Wed Oct 14 2020 Huawei Technologies Co., Ltd - rpc: gendispatch: handle empty flags - rpc: add support for filtering @acls by uint params