From c526082ce82065c50a6929141b936ebe9bbca19a5350f21c46432cb0e978b205 Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Tue, 3 Dec 2019 17:04:04 +0000 Subject: [PATCH] build fix OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=787 --- libvirt.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libvirt.spec b/libvirt.spec index f7f3149..4843f2e 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -1247,7 +1247,7 @@ done cd ../%{_vpath_builddir} if ! %make_build check VIR_TEST_DEBUG=1 then - cat test-suite.log || true + cat tests/test-suite.log || true exit 1 fi @@ -1612,6 +1612,7 @@ fi %dir %{_libdir}/%{name}/connection-driver %{_libdir}/%{name}/connection-driver/libvirt_driver_network.so %if %{with_firewalld_zone} +%dir %{_prefix}/lib/firewalld/zones/ %{_prefix}/lib/firewalld/zones/libvirt.xml %endif