]> git.pld-linux.org Git - packages/libvirt.git/commitdiff
- up to 0.10.1; 0.9.13 is on libvirt-0.9 branch
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 20 Sep 2012 15:54:46 +0000 (17:54 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 20 Sep 2012 15:54:46 +0000 (17:54 +0200)
- updated sasl patch
- lxc patch needs action (if still needed; upstream changes were not trivial); thus release 0.1

libvirt-sasl.patch
libvirt.spec

index 5162910c4e01d52ccc3e23bcee1d3ba52f1753ca..0f59060f02acb42752791c98afad986a797ead0f 100644 (file)
@@ -187,15 +187,14 @@ diff -ru libvirt-0.8.8/tests/qemuxml2argvdata/qemuxml2argv-graphics-vnc-tls.args
  -smp 1 -monitor unix:/tmp/test-monitor,server,nowait -no-acpi -boot c -hda \
  /dev/HostVG/QEMUGuest1 -net none -serial none -parallel none -usb -vnc \
  127.0.0.1:3,tls,x509verify=/etc/pki/tls/qemu,sasl
-diff -ru libvirt-0.8.8/tests/qemuxml2argvtest.c libvirt-0.8.8-sasl/tests/qemuxml2argvtest.c
---- libvirt-0.8.8/tests/qemuxml2argvtest.c     2011-02-11 10:46:59.000000000 +0100
-+++ libvirt-0.8.8-sasl/tests/qemuxml2argvtest.c        2011-04-28 11:45:46.767741165 +0200
-@@ -335,7 +335,7 @@
-     DO_TEST("graphics-vnc-socket", 0, false);
+--- libvirt-0.10.1/tests/qemuxml2argvtest.c.orig       2012-08-22 05:19:44.000000000 +0200
++++ libvirt-0.10.1/tests/qemuxml2argvtest.c    2012-09-02 14:17:43.448454451 +0200
+@@ -507,7 +507,7 @@
+     DO_TEST("graphics-vnc-socket", NONE);
  
      driver.vncSASL = 1;
 -    driver.vncSASLdir = strdup("/root/.sasl2");
 +    driver.vncSASLdir = strdup("/root/.sasl");
-     DO_TEST("graphics-vnc-sasl", false, QEMU_CAPS_VGA);
+     DO_TEST("graphics-vnc-sasl", QEMU_CAPS_VGA);
      driver.vncTLS = 1;
      driver.vncTLSx509verify = 1;
index 68c59d7f2be5f4fd8f1f653671991e447179a055..d4cb577282165006cdb4919a68d14b3a227654c6 100644 (file)
 Summary:       Toolkit to interact with virtualization capabilities
 Summary(pl.UTF-8):     Narzędzia współpracujące z funkcjami wirtualizacji
 Name:          libvirt
-Version:       0.9.13
-Release:       1
+Version:       0.10.1
+Release:       0.1
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       ftp://ftp.libvirt.org/libvirt/%{name}-%{version}.tar.gz
-# Source0-md5: 86cbe53ee662e3b9e8bb0c63c737ba27
+# Source0-md5: 5f628e53437b0b0e78477904ba3310af
 Source1:       %{name}.init
 Source2:       %{name}.tmpfiles
 Patch0:                %{name}-sasl.patch
@@ -398,7 +398,8 @@ biblioteki libvirt.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
+# TODO
+#patch1 -p1
 %patch2 -p1
 %patch3 -p1
 
This page took 0.143046 seconds and 4 git commands to generate.