Hello community,

here is the log from the commit of package libguestfs for openSUSE:Factory 
checked in at 2014-01-08 20:07:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-12-19 
12:14:38.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libguestfs.new/libguestfs.changes       
2014-01-08 20:07:51.000000000 +0100
@@ -1,0 +2,28 @@
+Tue Jan  7 14:22:52 CET 2014 - [email protected]
+
+- Update to version 1.24.4
+  * ruby: Fix .new method (RHBZ#1046509).
+  * RHEL 6: ruby: Fix fallback to rake/rdoctask for old rake.
+  * inspect: fix detection of newer CirrOS versions (RHBZ#1045450).
+  * launch: libvirt: Clearer message when libvirt screws up.
+  * fish: Fix memory leak in inspect/-i code (detected by valgrind).
+  * appliance: Create an /etc/resolv.conf file referring to qemu user network 
nameserver (RHBZ#1044585).
+  * fish: Move -d option parsing to common function.
+  * fish: Deprecate the -D option (prefer --no-dest-paths instead).
+  * daemon: Improve error message for readlink call.
+  * generator: Fix bug in documentation of guestfs_free_* functions.
+  * fish: Ensure print_inspect_prompt can only be called by guestfish.
+  * inspector: Ensure low-level inspection functions can only be called by 
virt-inspector.
+  * virt-cat, virt-filesystems, virt-ls don't use libconfig.
+  * resize: Move roundup64 function into common utilities.
+  * fuse: provide a stub "flush" implementation (RHBZ#660687).
+  * recipes: Use new style -a/-d options in virt-edit example.
+  * daemon: mkfs: Use -I option to force mkfs.fat to write a filesystem over a 
whole device (RHBZ#1039995).
+  * proto: Remove another error message which hides earlier error.
+  * proto: Remove error message which hides earlier error.
+  * lib: fix newline in error output (RHBZ#923355).
+  * recipes: Add a recipe for masking a systemd service.
+  * launch: direct: Pass -enable-fips option if qemu supports it.
+  * fish: improve the command error messages
+
+-------------------------------------------------------------------

Old:
----
  libguestfs-1.24.2.tar.xz

New:
----
  libguestfs-1.24.4.tar.xz

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

Other differences:
------------------
++++++ libguestfs.spec ++++++
--- /var/tmp/diff_new_pack.3I9dGF/_old  2014-01-08 20:07:53.000000000 +0100
+++ /var/tmp/diff_new_pack.3I9dGF/_new  2014-01-08 20:07:53.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libguestfs
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Michal Hrusecky <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,7 +17,7 @@
 #
 
 
-Version:        1.24.2
+Version:        1.24.4
 Release:        0
 
 %define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)

++++++ libguestfs-1.24.2.tar.xz -> libguestfs-1.24.4.tar.xz ++++++
++++ 61770 lines of diff (skipped)

++++++ libguestfs.mkinitrd.boot.sh ++++++
--- /var/tmp/diff_new_pack.3I9dGF/_old  2014-01-08 20:07:57.000000000 +0100
+++ /var/tmp/diff_new_pack.3I9dGF/_new  2014-01-08 20:07:57.000000000 +0100
@@ -132,6 +132,8 @@
 
 ip route add default via 169.254.2.2
 
+echo nameserver 169.254.2.3 >> /etc/resolv.conf
+
 # Scan for MDs.
 mdadm -As --auto=yes --run
 
@@ -145,6 +147,7 @@
 if grep -sq guestfs_verbose=1 /proc/cmdline; then
     ls -lR /dev
     head -n 1234 \
+       /etc/resolv.conf \
        /proc/mounts \
        /proc/modules \
        /proc/cpuinfo \
@@ -156,8 +159,8 @@
         echo "# lvm $i:"
         lvm $i
     done
-#   ip a
-#   ip r
+    ip a
+    ip r
     date
     echo "These commands might be called by guestfsd, but they were not 
available at buildtime:"
     echo "missing commands: $missing_commands"

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

Reply via email to