diff --git a/libvirt.changes b/libvirt.changes index 5faf314..e72b9fa 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 30 06:58:30 UTC 2019 - Martin Liška + +- Use %make_build in order to provide verbose output. + ------------------------------------------------------------------- Thu May 23 17:07:21 UTC 2019 - Jim Fehlig diff --git a/libvirt.spec b/libvirt.spec index f6964c2..ac0c6a3 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -1100,12 +1100,12 @@ export PYTHON=%{_bindir}/python3 ac_cv_path_SHOWMOUNT=/usr/sbin/showmount \ ac_cv_path_PARTED=/usr/sbin/parted \ ac_cv_path_QEMU_BRIDGE_HELPER=/usr/lib/qemu-bridge-helper -make V=1 %{?_smp_mflags} HTML_DIR=%{_docdir}/%{name} +%make_build HTML_DIR=%{_docdir}/%{name} gzip -9 ChangeLog %install %make_install SYSTEMD_UNIT_DIR=%{_unitdir} HTML_DIR=%{_docdir}/%{name} -make %{?_smp_mflags} -C examples distclean +%make_build -C examples distclean cp examples/lxcconvert/virt-lxc-convert %{buildroot}/%{_bindir} rm -f %{buildroot}/%{_libdir}/*.la %if %{with_wireshark} @@ -1244,9 +1244,9 @@ do rm -f $i printf 'int main(void) { return 0; }' > $i.c done -make %{?_smp_mflags} +%make_build -if ! make %{?_smp_mflags} check VIR_TEST_DEBUG=1 +if ! %make_build check VIR_TEST_DEBUG=1 then cat test-suite.log || true exit 1