Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2014-05-23 08:08:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvirt (Old)
 and      /work/SRC/openSUSE:Factory/.libvirt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvirt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2014-05-21 
16:19:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes     2014-05-23 
08:08:51.000000000 +0200
@@ -1,0 +2,6 @@
+Tue May 20 15:13:22 MDT 2014 - [email protected]
+
+- spec: libvirt-daemon package owns /etc/libvirt, not libvirt-client
+  bnc#878056
+
+-------------------------------------------------------------------
@@ -29,0 +36,5 @@
+
+-------------------------------------------------------------------
+Wed Apr 16 07:46:52 UTC 2014 - [email protected]
+
+- blacklist one more unit test for qemu_linux_user builds

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libvirt.spec ++++++
--- /var/tmp/diff_new_pack.ZBwZFX/_old  2014-05-23 08:08:53.000000000 +0200
+++ /var/tmp/diff_new_pack.ZBwZFX/_new  2014-05-23 08:08:53.000000000 +0200
@@ -1330,7 +1330,12 @@
 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 @@
 %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

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to