Hello community,

here is the log from the commit of package libguestfs for openSUSE:Factory 
checked in at 2013-09-26 11:48:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libguestfs (Old)
 and      /work/SRC/openSUSE:Factory/.libguestfs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libguestfs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libguestfs/libguestfs.changes    2013-09-02 
17:02:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libguestfs.new/libguestfs.changes       
2013-09-26 11:48:14.000000000 +0200
@@ -1,0 +2,48 @@
+Mon Sep 23 15:35:28 CEST 2013 - oher...@suse.de
+
+- Remove BuildRequires: qemu-tools
+
+-------------------------------------------------------------------
+Mon Sep 23 11:40:31 CEST 2013 - oher...@suse.de
+
+- Add static 169.254.0.0/16 network addresses (bnc#835949)
+
+-------------------------------------------------------------------
+Thu Sep 19 20:20:44 CEST 2013 - oher...@suse.de
+
+- Update to version 1.22.6
+  * Initialize CLEANUP_* stack variables with NULL in various places.
+  * daemon: sh: Fix missing initializer which caused segfault (RHBZ#1000121).
+  * fish: Document that guestfish --remote --add won't work as expected 
(RHBZ#998513).
+  * launch: direct: Don't try to wait for qemu if parent process forked 
(RHBZ#998482).
+  * list-filesystems: Don't fail if there are no filesystems found 
(RHBZ#995711).
+  * virt-list-filesystems: Fix to use $g->canonical_device_name instead of 
homebrew function.
+  * daemon: If /proc/modules doesn't exist, linuxmodules optgroup is disabled.
+  * launch: direct: Print \n after printing qemu command line.
+  * conn: Make sure we display all log messages when qemu goes away.
+  * lib: Turn 'random_chars' function used by libvirt backend into utility 
function.
+  * daemon: ldm: Don't return an error if /dev/mapper doesn't exist.
+  * daemon: Move all RESOLVE macros to daemon/stubs.c.
+  * proto: Fix --enable-packet-dump mode.
+  * daemon: Close augeas, hivex handles in unmount_all.
+  * Fix parsing of boot flag in do_part_get_bootable()
+  * Update gnulib to latest version.
+  * augeas: Improve error reporting.
+  * launch: direct: Add drives after machine parameters.
+  * fish: Fix guestfish so it can recognize sheepdog://... as a valid URI.
+  * resize: Move isatty_stdout function to separate module (TTY.isatty_stdout).
+  * daemon: cap-get-file: Return empty string if no capability on file 
(RHBZ#989356).
+  * src/file.c: Be sure to call guestfs___lazy_make_tmpdir before using 
g->tmpdir.
+  * generator: Fix the case where a daemon function has one FileIn/FileOut 
parameter and no other parameters.
+
+-------------------------------------------------------------------
+Thu Sep 19 15:43:53 CEST 2013 - oher...@suse.de
+
+- Create symlink from /etc/mtab to /proc/self/mounts (bnc#840662)
+
+-------------------------------------------------------------------
+Mon Sep  2 13:59:21 CEST 2013 - dval...@suse.com
+
+- add ppc64 to Exclusive arch 
+
+-------------------------------------------------------------------

Old:
----
  libguestfs-1.22.5.tar.xz

New:
----
  libguestfs-1.22.6.tar.xz

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

Other differences:
------------------
++++++ libguestfs.spec ++++++
--- /var/tmp/diff_new_pack.DJRlaD/_old  2013-09-26 11:48:15.000000000 +0200
+++ /var/tmp/diff_new_pack.DJRlaD/_new  2013-09-26 11:48:15.000000000 +0200
@@ -17,7 +17,7 @@
 #
 
 
-Version:        1.22.5
+Version:        1.22.6
 Release:        0
 
 %define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
@@ -93,9 +93,8 @@
 %define guestfs_docdir %{_defaultdocdir}/%{name}
 #
 Name:           libguestfs
-BuildRequires:  qemu-tools
 %if "%{?_ignore_exclusive_arch}" == ""
-ExclusiveArch:  %ix86 x86_64
+ExclusiveArch:  %ix86 x86_64 ppc64
 %endif
 BuildRequires:  aaa_base
 BuildRequires:  attr-devel

++++++ 1000-force-virtio_blk-in-old-guest-kernel.patch ++++++
--- /var/tmp/diff_new_pack.DJRlaD/_old  2013-09-26 11:48:15.000000000 +0200
+++ /var/tmp/diff_new_pack.DJRlaD/_new  2013-09-26 11:48:15.000000000 +0200
@@ -17,9 +17,9 @@
 --- libguestfs-1.22.5.orig/fish/options.c
 +++ libguestfs-1.22.5/fish/options.c
 @@ -286,7 +286,10 @@ add_drives (struct drv *drv, char next_d
+ {
    int r;
    struct guestfs_add_drive_opts_argv ad_optargs;
-   char **server;
 -
 +  int use_virtio_blk = 0;
 +#ifdef GUESTFS_QEMU_NO_VIRTIO_BLK

++++++ libguestfs-1.22.5.tar.xz -> libguestfs-1.22.6.tar.xz ++++++
++++ 140294 lines of diff (skipped)

++++++ libguestfs.mkinitrd.boot.sh ++++++
--- /var/tmp/diff_new_pack.DJRlaD/_old  2013-09-26 11:48:18.000000000 +0200
+++ /var/tmp/diff_new_pack.DJRlaD/_new  2013-09-26 11:48:18.000000000 +0200
@@ -87,6 +87,7 @@
 #%programs: modprobe
 #%programs: lvm
 #%programs: grep
+#%programs: ln
 #%programs: ls
 #%programs: head
 #%programs: cat
@@ -112,6 +113,8 @@
 # run_all.sh will load them after this script is sourced
 load_modules
 
+ln -sfbn ../proc/self/mounts /etc/mtab
+
 # from libguestfs-1.19.34/appliance/init:
 
 # Disk optimizations.
@@ -120,6 +123,15 @@
 # https://access.redhat.com/site/solutions/5427
 for f in /sys/block/{h,s,ub,v}d*/queue/scheduler; do if test -w $f ; then echo 
noop > $f; fi; done
 
+# Set up the network.
+ip addr add 127.0.0.1/8 brd + dev lo scope host
+ip link set dev lo up
+
+ip addr add 169.254.2.10/16 brd + dev eth0 scope global
+ip link set dev eth0 up
+
+ip route add default via 169.254.2.2
+
 # Scan for MDs.
 mdadm -As --auto=yes --run
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to