diff --git a/libvirt.changes b/libvirt.changes index 886c5bc..588b312 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 @@ -28,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 4b934af..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 @@ -1727,7 +1732,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