From 321518b18361fb2d46de590750799ed62a677c36c8c54fc8a078d0d8182de0e9 Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Tue, 20 May 2014 21:17:11 +0000 Subject: [PATCH 1/2] - spec: libvirt-daemon package owns /etc/libvirt, not libvirt-client bnc#878056 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=374 --- libvirt.changes | 6 ++++++ libvirt.spec | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libvirt.changes b/libvirt.changes index 886c5bc..a6e6a11 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 20 15:13:22 MDT 2014 - jfehlig@suse.com + +- spec: libvirt-daemon package owns /etc/libvirt, not libvirt-client + bnc#878056 + ------------------------------------------------------------------- Mon May 12 15:22:08 MDT 2014 - jfehlig@suse.com diff --git a/libvirt.spec b/libvirt.spec index 4b934af..8b173e5 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -1727,7 +1727,6 @@ fi %doc %{_mandir}/man1/virt-xml-validate.1* %doc %{_mandir}/man1/virt-pki-validate.1* %doc %{_mandir}/man1/virt-host-validate.1* -%dir %attr(0700, root, root) %{_sysconfdir}/%{name} %config(noreplace) %{_sysconfdir}/%{name}/libvirt.conf %{_bindir}/virsh %{_bindir}/virt-xml-validate From c4fe5060ef06d5fe244ea87d82fd0808cd788e27b0da49fa5b3c0af8493df265 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bosdonnat?= Date: Thu, 22 May 2014 14:28:52 +0000 Subject: [PATCH 2/2] Accepting request 235109 from devel:ARM:Factory - blacklist one more unit test for qemu_linux_user builds OBS-URL: https://build.opensuse.org/request/show/235109 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=376 --- libvirt.changes | 5 +++++ libvirt.spec | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/libvirt.changes b/libvirt.changes index a6e6a11..588b312 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -34,6 +34,11 @@ Mon May 5 16:47:43 MDT 2014 - jfehlig@suse.com d6b27d3e-CVE-2014-0179.patch bnc#873705 +------------------------------------------------------------------- +Wed Apr 16 07:46:52 UTC 2014 - dmueller@suse.com + +- blacklist one more unit test for qemu_linux_user builds + ------------------------------------------------------------------- Tue Apr 8 09:44:50 MDT 2014 - jfehlig@suse.com diff --git a/libvirt.spec b/libvirt.spec index 8b173e5..4dc29eb 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -1330,7 +1330,12 @@ rm -rf $RPM_BUILD_ROOT cd tests make # These tests don't current work in a mock build root -for i in nodeinfotest seclabeltest +# virnetsockettest: needs unsupported linux-user syscalls +EXTRA="" +%if 0%{?qemu_user_space_build:1} +EXTRA="$EXTRA virnetsockettest" +%endif +for i in nodeinfotest seclabeltest $EXTRA do rm -f $i printf 'int main(void) { return 0; }' > $i.c