Accepting request 706470 from home:marxin:branches:Virtualization
- Use %make_build in order to provide verbose output. OBS-URL: https://build.opensuse.org/request/show/706470 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=760
This commit is contained in:
parent
75c1043489
commit
9f3a69afcd
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 30 06:58:30 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Use %make_build in order to provide verbose output.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 23 17:07:21 UTC 2019 - Jim Fehlig <jfehlig@suse.com>
|
||||
|
||||
|
10
libvirt.spec
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user