forked from pool/libguestfs
		
	* generator: Allow StringList(Pathname) parameters * generator: Implement StringList for OCaml functions * daemon: sysroot: Avoid copying the path every time we call sysroot () * daemon: sysroot: Avoid double-/ when creating sysroot paths in OCaml * docs: Fix dead ntfs-3g doc links * appliance/init: Add lsblk and blkid output to verbose log * daemon: Add contents of /etc/fstab to verbose log * lib: libvirt: Sleep before retrying virDomainDestroyFlags * lib: libvirt: Debug error from virDomainDestroyFlags * appliance: Ignore sit0 network device in the guest OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=638
		
			
				
	
	
		
			2754 lines
		
	
	
		
			110 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			2754 lines
		
	
	
		
			110 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| -------------------------------------------------------------------
 | |
| Tue Aug 19 16:31:54 MDT 2025 - carnold@suse.com
 | |
| 
 | |
| - Update to version 1.56.2 (jsc#PED-12706)
 | |
|   * generator: Allow StringList(Pathname) parameters
 | |
|   * generator: Implement StringList for OCaml functions
 | |
|   * daemon: sysroot: Avoid copying the path every time we call sysroot ()
 | |
|   * daemon: sysroot: Avoid double-/ when creating sysroot paths in OCaml
 | |
|   * docs: Fix dead ntfs-3g doc links
 | |
|   * appliance/init: Add lsblk and blkid output to verbose log
 | |
|   * daemon: Add contents of /etc/fstab to verbose log
 | |
|   * lib: libvirt: Sleep before retrying virDomainDestroyFlags
 | |
|   * lib: libvirt: Debug error from virDomainDestroyFlags
 | |
|   * appliance: Ignore sit0 network device in the guest
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Aug  5 13:58:45 MDT 2025 - carnold@suse.com
 | |
| 
 | |
| - bsc#1247578 - [glibc2.42] initviocons fails to build
 | |
|   drop-initviocons-from-package-list.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Jun 24 10:59:19 MDT 2025 - carnold@suse.com
 | |
| 
 | |
| - Update to version 1.56.1 (jsc#PED-12706)
 | |
|   * lib: Enable ACPI for the libvirt backend for x86_64 and arm
 | |
| - Only build the inspect-icons RPM for Tumbleweed. Tumbleweed is
 | |
|   the only place where icoutils package exists which it requires.
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Jun 13 06:40:24 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
 | |
| 
 | |
| - Drop gzip mtime from base.tar.gz (bsc#1216986)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Jun 11 13:37:01 MDT 2025 - carnold@suse.com
 | |
| 
 | |
| - Update to version 1.56.0 (jsc#PED-12706)
 | |
|   * Add support for Windows 2025 (thanks Ming Xie).
 | |
|   * Add support for TencentOS (Denise Cheng).
 | |
|   * Inspection of Ubuntu 22+ guests that use a split /usr
 | |
|     configuration now works properly (thanks Jaroslav Spanko,
 | |
|     Daniel Berrange).
 | |
|   * Inspecting guests that have duplicated root mountpoints now
 | |
|     works.
 | |
|   * Inspection of SUSE Linux guests using btrfs snapshots now
 | |
|     ignores snapshots that mirror content in the root filesystem
 | |
|     (thanks Ming Xie).
 | |
|   * Inspection of SUSE Linux >= 15 now returns the correct osinfo
 | |
|     short name (eg. "sle15") (thanks Ming Xie).
 | |
|   * New command_out and sh_out APIs which allow you to capture
 | |
|     output from guest commands that generate more output than the
 | |
|     protocol limit allows.
 | |
|   * New btrfs_scrub_full API which runs a full Btrfs scrub,
 | |
|     synchronously. It works more like fsck for other filesystems.
 | |
|   * The fstrim API has been modified to work around several issues
 | |
|     in upstream and RHEL 9 kernels related to XFS support (Eric
 | |
|     Sandeen, Dave Chinner).
 | |
|   * The existing e2fsck API has a new FORCENO option enabling use
 | |
|     of the command line -n flag.
 | |
|   * json-c is now required. This replaces Jansson which was
 | |
|     previously used for parsing JSON input files.
 | |
|   * OCaml ≥ 4.08 is now required.
 | |
|   * When using ./configure --disable-daemon we no longer require
 | |
|     augeas and hivex (thanks Mohamed Akram).
 | |
|   * zfs-fuse support has been dropped. The project is unmaintained
 | |
|     upstream (thanks Paul Bolle, Gwyn Ciesla, Timothée Ravier).
 | |
|   * Fix compatibility with GNU gettext 0.25.
 | |
|   * Fix dhcpcd failing on systemd-resolved stub (Thomas Wouters).
 | |
|   * Add support for dhcpcd and sfdisk on Debian (Daniel Gomez).
 | |
|   * Print the kernel utsname in debug output.
 | |
|   * We no longer emit a false warning about BLKDISCARD when
 | |
|     creating a block device.
 | |
|   * If qemu-img(1) commands fail during snapshot creation, make
 | |
|     sure we capture and print stderr from the qemu command (Cole
 | |
|     Robinson).
 | |
|   * For a complete list of changes and bug fixes see,
 | |
|     https://libguestfs.org/guestfs-release-notes-1.56.1.html
 | |
| - bsc#1216986 - libguestfs: embeds /etc/hosts
 | |
|   reproducible-builds.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Jun  6 11:18:27 MDT 2025 - carnold@suse.com
 | |
| 
 | |
| - Update to version 1.55.14 (jsc#PED-12706)
 | |
|   * lib/create.c: Capture and raise qemu-img stderr
 | |
|   * inspection: Ignore btrfs snapshots of roots
 | |
| - Drop patches contained in new tarball
 | |
|   004-Add-more-debugging-to-list_filesystems.patch
 | |
|   005-Pipeline-style-when-mapping-and-filtering-filesystems.patch
 | |
|   007-inspection-Ignore-btrfs-snapshots-of-roots.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed May 28 09:50:06 MDT 2025 - carnold@suse.com
 | |
| 
 | |
| - Upstream bug fix for BTRFS based images (SLES and openSUSE)
 | |
|   004-Add-more-debugging-to-list_filesystems.patch
 | |
|   005-Pipeline-style-when-mapping-and-filtering-filesystems.patch
 | |
|   007-inspection-Ignore-btrfs-snapshots-of-roots.patch
 | |
| - Adjustment to use fusermount3 when fuse3 is required by distro.
 | |
|   use-fuse3-for-build.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue May 27 08:43:54 MDT 2025 - carnold@suse.com
 | |
| 
 | |
| - bsc#1243351 - guestfs-appliance still requires ISC dhcp
 | |
|   Conditionally replace usage of dhcp-client with dhcpcd in
 | |
|   libguestfs.spec
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed May 21 05:42:04 MDT 2025 - carnold@suse.com
 | |
| 
 | |
| - Update to version 1.55.13 (jsc#PED-12706)
 | |
|   * appliance: Remove zfs-fuse
 | |
|   * Various updates to common submodule
 | |
|   * ocaml-dep.sh.in: Remove mlgettext subdirectory
 | |
|   * New API: Replace btrfs-fsck with btrfs-scrub-full
 | |
|   * daemon: Implement e2fsck -n flag (as FORCENO option)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue May 13 11:48:35 MDT 2025 - carnold@suse.com
 | |
| 
 | |
| - Update to version 1.55.11 (jsc#PED-12706)
 | |
|   * daemon/fstrim.c: Run the fstrim command twice
 | |
|   * lib/create.c: Fix check after BLKDISCARD
 | |
|   * daemon: inspect: Remove duplicate root mountpoints in /etc/fstab
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon May 12 14:17:21 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
 | |
| 
 | |
| - Use FUSE3 starting with suse_version 1600 (aka CODE16): Release
 | |
|   CODE16 from the beginning without relying on FUSE 2.
 | |
| - Do not add the patch conditionally to the .src.rpm, but only
 | |
|   apply the patch conditionally: allows to reuse src.rpm across
 | |
|   codestreams.
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Apr 30 14:41:53 MDT 2025 - carnold@suse.com
 | |
| 
 | |
| - bsc#1242082 - libguestfs: migration to fuse 3 and deprecation of
 | |
|   fuse (1)
 | |
|   use-fuse3-for-build.patch
 | |
| - Update to version 1.55.10 (jsc#PED-8910)
 | |
|   * mltools: decouple and simplify osinfo device support checks
 | |
|   * mlcustomize: disable `--inject-virtio-win osinfo`
 | |
|   * mltools: Fix de-oUnit-ized tests
 | |
|   * mltools: Unreference various objects
 | |
|   * Revert "mltools: Unreference various objects"
 | |
|   * generator: Implement struct FDevice type
 | |
|   * mltools: Fix memory leak in OCaml binding of libosinfo
 | |
|   * mlstdutils: Implement String.implode
 | |
|   * daemon: Rewrite {pvs,vgs,lvs}-full APIs in OCaml
 | |
|   * daemon: inspect: Resolve Ubuntu 22+ /dev/disk/by-id/dm-uuid-LVM-... in fstab
 | |
|   * Various build improvements
 | |
|   * daemon/fstrim.c: Issue sync_disks after fstri
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Apr  3 15:04:42 MDT 2025 - carnold@suse.com
 | |
| 
 | |
| - Update to version 1.55.8 (jsc#PED-8910)
 | |
|   * Various build improvements
 | |
|   * Updated translations for several languages
 | |
|   * lib/launch-libvirt.c: Remove fallback <emulator> for Arm
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Mar 24 21:17:18 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
 | |
| 
 | |
| - libguestfs-appliance: drop incorrect requireson libpcre1,
 | |
|   package was converted to pcre2 by 1.44.2
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Mar 12 13:37:32 MDT 2025 - carnold@suse.com
 | |
| 
 | |
| - Update to version 1.55.7 (jsc#PED-8910)
 | |
|   * libguestfs: Rust binding build error and warning fixes
 | |
|   * support TencentOS
 | |
|   * lib: Print kernel utsname in debug output
 | |
|   * daemon: Fix loongarch64 detection on RHEL 9
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Feb 19 10:08:10 MST 2025 - carnold@suse.com
 | |
| 
 | |
| - Update to version 1.55.6 (jsc#PED-8910)
 | |
|   * appliance: add dhcpcd support on Debian
 | |
|   * appliance: add support for sfdisk on Debian
 | |
|   * mlcustomize, mltools: Replace $TEST_FUNCTIONS
 | |
|   * ruby: Make sure all object files are cleaned up
 | |
|   * daemon: New command_out and sh_out APIs
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Feb 12 15:34:38 MST 2025 - carnold@suse.com
 | |
| 
 | |
| - Update to version 1.55.4 (jsc#PED-8910)
 | |
|   * appliance/init: Fix /usr/sbin symlinks in Fedora 42+
 | |
|   * Various translation updates
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Jan 30 10:29:58 MST 2025 - carnold@suse.com
 | |
| 
 | |
| - Update to version 1.55.3 (jsc#PED-8910)
 | |
|   * build: Move baseline OCaml to 4.08
 | |
|   * Various translation updates
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Jan  3 14:09:24 MST 2025 - carnold@suse.com
 | |
| 
 | |
| - Update to version 1.55.2 (jsc#PED-8910)
 | |
|   * lib/inspect-osinfo.c: Add Windows Server 2025 osinfo
 | |
|   * appliance: Use stable owner, group and mtime in appliance
 | |
|     tarballs
 | |
|   * mltools: Replace jansson with json-c
 | |
|   * lib/info.c: Replace jansson with json-c
 | |
|   * lib/qemu.c: Replace jansson with json-c
 | |
|   * lib: direct: Remove test for qemu mandatory locking
 | |
|   * Various language translations
 | |
|   * Fix dhcpcd failing on systemd-resolved stub
 | |
|   * mlcustomize: Add heuristic support for Windows Server 2025
 | |
|   * mlcustomize/customize_run.ml: Move 'in' to new line
 | |
|   * mlstdutils/guestfs_config: Define host_os
 | |
|   * mlcustomize, mltools: Check guest OS is compatible before
 | |
|     allowing --run
 | |
|   * generator: Remove common/mlv2v/uefi.ml{,i} files
 | |
|   * qemuopts: Add ability to add raw, unquoted output to qemu
 | |
|     scripts
 | |
|   * qemuopts: Fix missing break statement
 | |
|   * mlstdutils: Remove Option module
 | |
|   * Remove test for caml_alloc_initialized_string
 | |
|   * build: Move baseline OCaml to 4.08
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Oct 10 07:06:04 MDT 2024 - carnold@suse.com
 | |
| 
 | |
| - Update to version 1.54.0 (jsc#PED-8910)
 | |
|   * Add detection of Circle Linux (Bella Zhang).
 | |
|   * Add support for LoongArch (liuxiang).
 | |
|   * Add detection of Kylin (grass-lu).
 | |
|   * Add detection of openEuler (Wang Guoquan).
 | |
|   * PARTUUID and PARTLABEL are now resolved in guest /etc/fstab.
 | |
|   * New APIs findfs_partuuid and findfs_partlabel. These can be
 | |
|     used to efficiently look up a filesystem by its GPT partition
 | |
|     UUID or label.
 | |
|   * Support for the following inactive or infrequently used device
 | |
|     types has been removed: Gluster, Sheepdog, TFTP.
 | |
|   * Add GOST R34.11-94 message digest algorithm to checksum APIs
 | |
|     (Alexey Shabalin).
 | |
|   * Allow nbd+unix:// URIs (NBD over Unix domain socket) in
 | |
|     guestfish and other places.
 | |
|   * Various part_* (partition) APIs related to GPT have been
 | |
|     reimplemented to use util-linux sfdisk instead of sgdisk.
 | |
|     Util-linux is more widely available, so this reduces
 | |
|     dependencies in the common case. One optional API remains that
 | |
|     still uses sgdisk. (Thanks Yongkui Guo).
 | |
|   * Add cipher suboption to cryptsetup_open (Jonatan Pålsson).
 | |
|   * Because of a bug, the part_get_gpt_attributes API could
 | |
|     truncate the return value from 64 to 32 bits. This has been
 | |
|     fixed.
 | |
|   * Libguestfs will now no longer recommend using
 | |
|     LIBGUESTFS_BACKEND=direct. This was shown previously when
 | |
|     libvirt failed to start the appliance. However it is felt that
 | |
|     this now does more harm than good.
 | |
|   * Fix generation of virt-customize --chown parameter (Yongkui Guo)
 | |
|   * In the appliance, reduce boot time when dhcp isn't needed
 | |
|     (Olaf Hering).
 | |
|   * A deadlock in the appliance caused by a regression in Linux
 | |
|     6.11 has been worked around. The deadlock was also fixed in
 | |
|     Linux 6.12.
 | |
| - Bug fixes
 | |
|   * Fix rare hangs while starting the appliance, at 'echo noop'
 | |
|     into /sys/block/{h,s,ub,v}d*/queue/scheduler
 | |
|   * Drop dependency from libguestfs -> gdisk
 | |
|   * libguestfs inspection does not know about /etc/fstab
 | |
|     PARTLABEL=<label>
 | |
|   * btrfs related c_api/tests are failing (unable to create quota
 | |
|     group: Invalid argument)
 | |
|   * Python how-to incorrect exception name
 | |
|   * Rust test 410_close_event fails
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Aug 29 15:06:57 MDT 2024 - carnold@suse.com
 | |
| 
 | |
| - Update to version 1.53.6 (jsc#PED-8910)
 | |
|   * Various MacOS fixes and enhancements
 | |
|   * ocaml: INSTALL_OCAMLLIB Makefile parameter
 | |
|   * appliance/init: Don't set impossible "noop" disk scheduler
 | |
|   * Pull in some fixes from the common submodule.
 | |
|     mlcustomize: Add Inject_virtio_win.inject_blnsvr implementation
 | |
|     mlcustomize: firstboot: Use Linux path for Powershell script path
 | |
|     mlcustomize: firstboot: Use powershell.exe instead of path
 | |
|     mlcustomize: firstboot: Use Powershell -NoProfile flag
 | |
|     mlcustomize: Revert delay installation of qemu-ga MSI
 | |
|     mldrivers/linux_kernels.ml: Prefix general information with ^info:
 | |
|     mlcustomize: Use Start-Process -Wait to run qemu-ga installer
 | |
|     mlcustomize: Add Firstboot.firstboot_dir function
 | |
|     mlcustomize: Place powershell scripts into <firstboot_dir>\Temp
 | |
|     mlcustomize: Inject qemu-ga & blnsvr into <firstboot_dir>/Temp
 | |
|     mlcustomize: Write qemu-ga log file name to log.txt
 | |
|     mlcustomize: Add some comments to firstboot batch file
 | |
|     mlcustomize: Reboot Windows between each firstboot script
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Jul 16 13:15:45 MDT 2024 - carnold@suse.com
 | |
| 
 | |
| - Update to version 1.53.5 (jsc#PED-6305)
 | |
|   * generator/customize.ml: Split --chown parameter on ':' character
 | |
|   * daemon: Add gost checksum command support
 | |
|   * Add detection support for Circle Linux
 | |
|   * Add support for LoongArch.
 | |
|   * daemon: Fix file architecture translation for LoongArch
 | |
|   * options: Allow nbd+unix:// URIs
 | |
|   * daemon/parted: Assume sfdisk --part-type exists
 | |
|   * daemon: Reimplement partition GPT functions using sfdisk
 | |
|   * appliance: only wait for resolv.conf update if dhcpcd succeeded
 | |
|   * generator/customize.ml: Add virt-customize --inject-blnsvr operation
 | |
|   * lib: libvirt: Stop recommending LIBGUESTFS_BACKEND=direct
 | |
|   * daemon: cryptsetup_open: Add --cipher
 | |
|   * rust: Handle null pointer when creating slice
 | |
|   * Remove gluster support
 | |
|   * Remove sheepdog support
 | |
|   * Remove tftp drive support
 | |
|   * generator/daemon: Don't truncate 64 bit results from OCaml functions
 | |
|   * daemon: Fix parsing in part_get_gpt_attributes
 | |
|   * New APIs: findfs_partuuid and findfs_partlabel
 | |
|   * inspection: Resolve PARTUUID= and PARTLABEL= in /etc/fstab
 | |
|   * generator/actions_core.ml: Fix version field for new APIs
 | |
|   * Kylin is centos derivative
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu May 16 13:02:34 MDT 2024 - carnold@suse.com
 | |
| 
 | |
| - Update to version 1.52.1 bug fix release (jsc#PED-6305)
 | |
|   * There are no upstream release notes for verion 1.52.x
 | |
|   * Several python fixes
 | |
|   * Rework Std_utils.Option so it works like the OCaml stdlib module
 | |
|   * Update common submodule to latest
 | |
| - Drop patches contained in new tarball
 | |
|   Split-chown-parameter-on-character.patch
 | |
|   Initialise-bar-fp-as-NULL.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed May  8 12:42:02 MDT 2024 - carnold@suse.com
 | |
| 
 | |
| - Set Recommends on zerofree and ntfsprogs for libguestfs-appliance
 | |
|   (bsc#1223444)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue May  7 10:27:25 MDT 2024 - carnold@suse.com
 | |
| 
 | |
| - Switch Recommends to Requires for several packages in the
 | |
|   libguestfs-appliance which is where the tools from these
 | |
|   packages are used. (bsc#1223444)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Apr 15 13:11:57 MDT 2024 - carnold@suse.com
 | |
| 
 | |
| - Require ntfs-3g for libguestfs-winsupport
 | |
|   libguestfs.spec
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Mar 29 13:13:41 MDT 2024 - carnold@suse.com
 | |
| 
 | |
| - Upstream bug fixes
 | |
|   Split-chown-parameter-on-character.patch
 | |
|   Initialise-bar-fp-as-NULL.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Feb  5 14:24:08 MST 2024 - carnold@suse.com
 | |
| 
 | |
| - bsc#1206361 - SLES 15 SP5 Beta2 - virt-customize ssh-inject fails
 | |
|   (s390x/kvm/libvirt) (-> Server-Applications module)
 | |
|   use-rtc-driftfix-slew-for-x86-only.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Feb  1 04:30:27 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
 | |
| 
 | |
| - BuildRequire pkgconfig(libzstd) additionaly to zstd: we need the
 | |
|   devel package. In the past, it was pulled in by indirect deps.
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Jan 11 15:45:00 MST 2024 - carnold@suse.com
 | |
| 
 | |
| - Copy sorted packagelist to packages during supermin appliance
 | |
|   setup. (bsc#1215586)
 | |
|   libguestfs.spec
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Jan  4 13:10:51 MST 2024 - carnold@suse.com
 | |
| 
 | |
| - Update to version 1.52.0 (jsc#PED-6305)
 | |
|   * The Python bindings now use bytes (instead of str) for the
 | |
|     event callback message, since it may contain arbitrary 8 bit
 | |
|     data
 | |
|     Fix a rare crash, and avoid memory leaks in event callbacks
 | |
|   * Support for OCaml 5, and OCaml ≥ 4.07 is now the minimum
 | |
|   * The OCaml bindings now release the runtime lock around calls
 | |
|     to guestfs_close, since that call might be long-running (for
 | |
|     example it might have to shut down the appliance and synch disks).
 | |
|   * Support OpencloudOS
 | |
|   * SELinux relabelling now runs in parallel, meaning it's a lot
 | |
|     quicker
 | |
|   * Add support for lzma and zstd compression methods in tar APIs
 | |
|     (like guestfs_tar_in)
 | |
|   * guestfs_pvs_full previously didn't always return the correct
 | |
|     device names. This has now been fixed.
 | |
|   * guestfs_btrfs_filesystem_balance fixed so it now works with
 | |
|     more modern btrfs tools (Jürgen Hötzel).
 | |
|   * The guestfish(1) --key option now recognizes LVM names like
 | |
|     /dev/mapper/rhel_bootp--73--75--123-root
 | |
|   * guestfish --key option also supports a new --key all:...
 | |
|     selector to try the same key on all devices.
 | |
|   * In guestmount(1) avoid calling fclose(NULL) on error paths,
 | |
|     which might have caused a crash on some platforms.
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Dec 19 09:00:54 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
 | |
| 
 | |
| - Provide a tar-wrapper that creates bit-reproducible output (boo#1218191)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Dec 12 12:12:12 UTC 2023 - ohering@suse.de
 | |
| 
 | |
| - Use ocaml-rpm-macros to track OCaml ABI
 | |
| - Remove unused perl_gen_filelist
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Dec 11 12:39:30 MST 2023 - carnold@suse.com
 | |
| 
 | |
| - Update to version 1.51.9
 | |
|   * Include <libxml/parser.h> for xmlReadMemory
 | |
|   * Language translations
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Nov 30 22:22:22 UTC 2023 - olaf@aepfle.de
 | |
| 
 | |
| - Require OCaml 4.07+
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Nov 28 11:13:44 MST 2023 - carnold@suse.com
 | |
| 
 | |
| - Update to version 1.51.8
 | |
|   * There are no upstream release notes for verion 1.51.x
 | |
|   * Dropped the virt-dib tool
 | |
|   * Add support for lzma and zstd compression methods.
 | |
|   * Add --chown option for virt-customize
 | |
|   * Add new virt-customize --tar-in operation
 | |
|   * Various bug fixes and language translations
 | |
| - Drop patch contained in new tarball
 | |
|   Omit-file--S-option-on-older-distros-that-lack-support.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Sep 25 14:51:13 MDT 2023 - carnold@suse.com
 | |
| 
 | |
| - bsc#1215543 - guestfs regression: file: Use -S option with -z
 | |
|   Omit-file--S-option-on-older-distros-that-lack-support.patch
 | |
|   See also bsc#1215461
 | |
| - bsc#1215586 - guestfs regression: non functional network due to
 | |
|   missing sysconfig-netconfig
 | |
|   libguestfs.spec
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Jul  5 11:32:37 MDT 2023 - carnold@suse.com
 | |
| 
 | |
| - bsc#1212972 - cannot find any suitable libguestfs supermin
 | |
|   libguestfs.spec (see also bsc#1215664)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Mar 23 15:49:09 UTC 2023 - Martin Liška <mliska@suse.cz>
 | |
| 
 | |
| - Enable LTO as it works fine now (use FAT lto objects for static libs).
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Mar 15 07:33:43 UTC 2023 - Vasily Ulyanov <vasily.ulyanov@suse.com>
 | |
| 
 | |
| - bsc#1213243 - KubeVirt needs libguestfs with the support of qcow2
 | |
|   appliances
 | |
| - Configure with --enable-appliance-format-auto to allow
 | |
|   qcow2-format fixed appliances.
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Feb 22 13:14:38 MST 2023 - carnold@suse.com
 | |
| 
 | |
| - Update to version 1.50.1
 | |
|   * This is a bug fix release. No upstream changelog.
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Feb  9 12:55:46 MST 2023 - carnold@suse.com
 | |
| 
 | |
| - Update to version 1.50.0
 | |
|   * https://libguestfs.org/guestfs-release-notes-1.50.1.html
 | |
|   * Inspection
 | |
|     When listing the packages in RPM-based guests, the inspection
 | |
|     API no longer checks package signatures. This is because the
 | |
|     newer librpm used by libguestfs does not understand signatures
 | |
|     stored in older guests, such as SHA1 used by RHEL 6 (thanks
 | |
|     Panu Matilainen).
 | |
|     "guestfs_inspect_get_hostname" in guestfs(3) can now handle
 | |
|     /etc/hostname files containing comments (thanks Dawid Zamirski).
 | |
|     "guestfs_file_architecture" in guestfs(3) can now parse files
 | |
|     using zstd compression.
 | |
|     "guestfs_inspect_get_osinfo" in guestfs(3) now returns the
 | |
|     correct osinfo field for Windows 11. However because of
 | |
|     decisions made by Microsoft, these guests still return product
 | |
|     name and other strings identifying as Windows 10 (thanks Yaakov
 | |
|     Selkowitz, Yongkui Guo).
 | |
|   * New APIs
 | |
|     "guestfs_device_name" in guestfs(3) is a new API to read the
 | |
|     device name associated with a drive, for example calling this
 | |
|     with 0 will return /dev/sda.
 | |
|     "guestfs_clevis_luks_unlock" in guestfs(3) is a new API for
 | |
|     unlocking disks using the Clevis/Tang network-based full disk
 | |
|     encryption scheme. Furthermore implement this in guestfish and
 | |
|     guestmount (Laszlo Ersek).
 | |
|     "guestfs_inspect_get_build_id" in guestfs(3) is a new API for
 | |
|     reading the build ID from some Linux and Windows guests. It is
 | |
|     not widely used on Linux, but for Windows it is vital for
 | |
|     identifying Windows 11.
 | |
|   * Other API changes
 | |
|     In the "guestfs_add_drive" in guestfs(3) API, the name and
 | |
|     iface fields are not used. name has not been used since around
 | |
|     2017, but the documentation has only just been updated to reflect
 | |
|     this. iface was never allowed for the libvirt backend and
 | |
|     didn't work reliably with the direct backend (Laszlo Ersek).
 | |
|     "guestfs_readdir" in guestfs(3) is no longer limited to the
 | |
|     maximum message size but can read a directory of any size
 | |
|     (Laszlo Ersek).
 | |
|   * Numerous build changes, internal improvements, and bug fixes
 | |
|     Note that the Augeas bindings for libguestfs are no longer
 | |
|     bundled with libguestfs and must be built separately. 
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Dec 16 09:08:08 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
 | |
| 
 | |
| - Fix build with RPM 4.18: rpm wants to do a proper cleanup, and
 | |
|   fails on the design choice to have /usr/lib64 without write
 | |
|   permission. As we already tar'ed the content up, we can simply
 | |
|   change the permissions of winsupport's content to allow proper
 | |
|   erasing.
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Nov 30 14:34:58 UTC 2022 - Andreas Schwab <schwab@suse.de>
 | |
| 
 | |
| - Enable build on riscv64
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Nov 29 11:45:36 MST 2022 - carnold@suse.com
 | |
| 
 | |
| - Update to version 1.48.6
 | |
|   * jsc#PED-2113
 | |
|   * This is a bug fix release. No upstream changelog.
 | |
| - Drop f162e47e-m4-Fix-configure-disable-ocaml.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Oct 20 13:40:22 UTC 2022 - Ludwig Nussel <lnussel@suse.de>
 | |
| 
 | |
| - Drop reiserfs (boo#1191092)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Oct 14 08:50:07 MDT 2022 - carnold@suse.com
 | |
| 
 | |
| - Drop requirement for icoutils in SLE as this package is not
 | |
|   available.
 | |
|   libguestfs.spec
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Oct  4 14:00:46 MDT 2022 - carnold@suse.com
 | |
| 
 | |
| - jsc#PED-2113 [Virt Tools] Refresh Virtualization Tools for Xen
 | |
|   and KVM Management
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Sep  6 10:36:25 MDT 2022 - carnold@suse.com
 | |
| 
 | |
| - Upstream patch to fix running configure --disable-ocaml
 | |
|   f162e47e-m4-Fix-configure-disable-ocaml.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Jul 12 15:53:22 MDT 2022 - carnold@suse.com
 | |
| 
 | |
| - Update to version 1.48.4
 | |
|   * This is a bug fix release
 | |
| - Drop patches included in new tarball
 | |
|   CVE-2022-2211-docs-guestfs-security-document.patch
 | |
|   CVE-2022-2211-options-fix-buffer-overflow-in-get_keys.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Jun 29 09:51:03 MDT 2022 - carnold@suse.com
 | |
| 
 | |
| - bsc#1201064 - Libguestfs: Buffer overflow in get_keys leads
 | |
|   to DOS - CVE-2022-2211
 | |
|   CVE-2022-2211-options-fix-buffer-overflow-in-get_keys.patch
 | |
|   CVE-2022-2211-docs-guestfs-security-document.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Jun  3 15:28:15 MDT 2022 - carnold@suse.com
 | |
| 
 | |
| - bsc#1190501 - virt-builder fails to install packages when
 | |
|   building an image. Add Recommends: dhcp-client for the appliance.
 | |
|   libguestfs.spec
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Jun  1 09:29:15 MDT 2022 - carnold@suse.com
 | |
| 
 | |
| - Update to version 1.48.3
 | |
|   * Several bugs fixed in this release since version 1.48.1
 | |
|   * Updated language files
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Apr 18 15:35:53 MDT 2022 - carnold@suse.com
 | |
| 
 | |
| - Update to version 1.48.1
 | |
|   * Updated language files
 | |
|   * A few bug fixes in this release
 | |
|   * Drop requirement for newer ocaml required by Bytes.get_uint8.
 | |
|     It is replaced with a local implementation.
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Apr 13 22:37:33 UTC 2022 - Hans-Peter Jansen <hpj@urpla.net>
 | |
| 
 | |
| - Add relevant %post{,un} sections
 | |
| - Add another rpmlint filter
 | |
| - Add uk man dirs
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Apr 13 20:48:37 UTC 2022 - Hans-Peter Jansen <hpj@urpla.net>
 | |
| 
 | |
| - Avoid useless builds, if ocaml version isn't up to the task
 | |
|   libguestfs uses get_uint8(), available since ocaml 4.13.0
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Mar 17 15:45:02 MDT 2022 - carnold@suse.com
 | |
| 
 | |
| - Update to version 1.48.0
 | |
|   * Fix allocation and deallocation of string lists in golang
 | |
|     bindings (Laszlo Ersek).
 | |
|   * Multiple fixes to the OCaml bindings:
 | |
|   * Add support for Kylin (Laszlo Ersek).
 | |
|   * Add support for Rocky Linux (Neil Hanlon).
 | |
|   * Inspection of guests which use LUKS encryption on top of LVM
 | |
|     logical volumes should now work (Laszlo Ersek).
 | |
|   * "guestfs_list_9p" and "guestfs_mount_9p" are deprecated and
 | |
|     now return errors.
 | |
|   * "guestfs_remove_drive" has been deprecated and now returns an
 | |
|     error.
 | |
|   * "guestfs_add_drive" no longer supports hotplugging
 | |
|   * In "guestfs_xfs_admin" the "lazycounter" parameter is deprecated
 | |
|     because it is no longer supported in recent versions of XFS.
 | |
|   * The User-mode Linux ("uml") backend has been removed.
 | |
|   * Partition APIs now cope with the broken MBR partition tables
 | |
|     created by dosfstools ≥ 4.2 (Laszlo Ersek).
 | |
|   * Various bug fixes
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Feb 16 09:33:31 MST 2022 - carnold@suse.com
 | |
| 
 | |
| - Update to version 1.46.2
 | |
|   * This release has moved many virt tools like virt-builder,
 | |
|     virt-cat, virt-customize, virt-df, etc. to the guestfs-tools
 | |
|     project. This makes libguestfs a bit easier to build and manage.
 | |
|   * The build now uses and requires PCRE2 (instead of PCRE).
 | |
|   * This version requires libvirt ≥ 7.1.0, if libvirt is enabled.
 | |
|   * gnulib is no longer bundled with libguestfs, making builds from
 | |
|     git much simpler.
 | |
|   * Perl Sys::Virt (libvirt bindings for Perl) are no longer
 | |
|     required by libguestfs.
 | |
|   * The code has been compiled with both LTO and GCC -fanalyzer and
 | |
|     many bugs and warnings fixed.
 | |
|   * Various fixes for qemu 6.1.
 | |
|   * Update appliance packages on SUSE and several other improvements
 | |
|     to the init script (Olaf Hering).
 | |
|   * We now use the qemu / libvirt feature -cpu max to select the
 | |
|     best CPU to run the appliance.
 | |
|   * When passing the appliance filesystem UUID to supermin we now
 | |
|     read it directly out of the appliance instead of using the
 | |
|     file(1) program. This is more reliable.
 | |
|   * The qemu -enable-fips option is no longer used. It was not
 | |
|     needed and has been deprecated by qemu.
 | |
|   * We no longer use qemu's sga (Serial Graphics Adapter) option
 | |
|     ROM, instead using the equivalent seabios feature.
 | |
|   * Various bug fixes
 | |
| - Package changes
 | |
|   * New libguestfs.spec file.
 | |
|   * Moved guestfs-tools to a new and separate project and package
 | |
|   * Renamed packages
 | |
|     guestfs-winsupport -> libguestfs-winsupport
 | |
|     guestfsd -> libguestfsd
 | |
|   * New packages
 | |
|     libguestfs, libguestfs-typelib-Guestfs,
 | |
|     libguestfs-gobject, libguestfs-gobject-devel
 | |
|     libguestfs-rescue, libguestfs-rsync, libguestfs-xfs
 | |
|   * Dropped package libguestfs-test
 | |
| - Dropped scripts and patches
 | |
|   Pod-Simple-3.23.tar.xz
 | |
|   libguestfs.test.simple.create-opensuse-guest-crypt-on-lvm.sh
 | |
|   libguestfs.test.simple.create-opensuse-guest.sh
 | |
|   libguestfs.test.simple.create-sles12-guest-crypt-on-lvm.sh
 | |
|   libguestfs.test.simple.create-sles12-guest.sh
 | |
|   libguestfs.test.simple.run-libugestfs-test-tool.sh
 | |
|   0001-Introduce-a-wrapper-around-xmlParseURI.patch
 | |
|   0002-common-extract-UTF-8-conversion-function.patch
 | |
|   0003-inspector-rpm-summary-and-description-may-not-be-utf.patch
 | |
|   489b14b7-ocaml-examples-Link-examples-to-gnulib.patch
 | |
|   63c9cd93-m4-guestfs-ocaml.m4-Fix-deprecated-warning-format.patch
 | |
|   68a02c2f-customize--resize--sparsify--sysprep-Link-explicitly-with-pthread.patch
 | |
|   9db0c98c-appliance-enable-bashs-Process-Substitution-feature.patch
 | |
|   a4930f5f-customize-Suppress-OCaml-warning.patch
 | |
|   c0de4de9-appliance-add-reboot-and-netconfig-for-SUSE.patch
 | |
|   e26cfa44-daemon-Build-with--pthread.patch
 | |
|   f47e0bb6-appliance-reorder-mounting-of-special-filesystems-in-init.patch
 | |
|   appliance.patch
 | |
|   libguestfs.env.patch
 | |
|   makefile-ocaml-find-guestfs.patch
 | |
|   netconfig.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Feb  7 15:23:07 MST 2022 - carnold@suse.com
 | |
| 
 | |
| - bsc#1195415 - libguestfs: consider dropping build requirement on
 | |
|   systemd-sysvinit 
 | |
|   libguestfs.spec
 | |
|  
 | |
| -------------------------------------------------------------------
 | |
| Tue Dec 14 14:14:14 UTC 2021 - ohering@suse.de
 | |
| 
 | |
| - Add python-rpm-macros (bsc#1180125)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Oct 26 20:44:52 MDT 2021 - carnold@suse.com
 | |
| 
 | |
| - Fix build errors in Factory
 | |
|   * Alert ocaml_deprecated_cli: Setting a warning with a sequence
 | |
|     of lowercase or uppercase letters, like 'CDEFLMPSUVYZX', is
 | |
|     deprecated.
 | |
|   63c9cd93-m4-guestfs-ocaml.m4-Fix-deprecated-warning-format.patch
 | |
|   * Error (warning 6 [labels-omitted]): label verbose was omitted
 | |
|     in the application of this function.
 | |
|   a4930f5f-customize-Suppress-OCaml-warning.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Oct  5 15:53:39 MDT 2021 - carnold@suse.com
 | |
| 
 | |
| - Update spec file licenses to GPL-2.0-or-later
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Sep 15 10:31:29 MDT 2021 - carnold@suse.com
 | |
| 
 | |
| - bsc#1190501 - virt-builder fails to install packages when
 | |
|   building an image
 | |
|   9db0c98c-appliance-enable-bashs-Process-Substitution-feature.patch
 | |
| - Upstream bug fixes
 | |
|   c0de4de9-appliance-add-reboot-and-netconfig-for-SUSE.patch
 | |
|   f47e0bb6-appliance-reorder-mounting-of-special-filesystems-in-init.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Sep 13 16:34:08 MDT 2021 - carnold@suse.com
 | |
| 
 | |
| - Newer cpio versions must be told to extract over symlinks
 | |
|   libguestfs.test.simple.create-opensuse-guest-crypt-on-lvm.sh
 | |
|   libguestfs.test.simple.create-opensuse-guest.sh
 | |
|   libguestfs.test.simple.create-sles12-guest-crypt-on-lvm.sh
 | |
|   libguestfs.test.simple.create-sles12-guest.sh
 | |
| - Allow the use busybox dhcp client
 | |
|   appliance.patch
 | |
|   netconfig.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Sep 13 15:02:23 MDT 2021 - carnold@suse.com
 | |
| 
 | |
| - Update to version 1.44.2
 | |
|   makefile-ocaml-find-guestfs.patch
 | |
|   * Port libguestfs to use pcre2 instead of pcre
 | |
|   * inspection: More reliable detection of Linux split /usr configurations
 | |
|   * python: Relicense setup.py to LGPLv2+ (originally GPLv2+)
 | |
|   * lib: qemu: Don't use -enable-fips option.
 | |
|   * rust: Fix deprecated use of panic!(format!(...))
 | |
|   * point users to Libera Chat rather than FreeNode
 | |
|   * python: Don't leak fields when creating Python structs
 | |
|   * appliance: Add IBM850 iconv converter for syslinux
 | |
|   * launch: board model for RISC-V
 | |
|   * lib: Add osinfo information for Windows Server 2022 Datacenter
 | |
|   * lib: Autodetect backing format for qemu-img create -b
 | |
|   * appliance: Fix searching for shared libraries on usr-merged Debian systems
 | |
|   * appliance: Add mount package for Debian
 | |
|   * m4/guestfs-appliance.m4: Add support for Alma and Cloud Linux
 | |
|   * daemon/luks.c: Ignore bogus GCC -fanalyzer double-free warning
 | |
|   * daemon/xattr.c: Increase size of temporary buffer for %zu
 | |
|   * daemon/utils.c: Fix potential unbounded stack usage
 | |
|   * Various other bug fixes
 | |
| - Upstream bug fixes post 1.44.2
 | |
|   e26cfa44-daemon-Build-with--pthread.patch
 | |
|   489b14b7-ocaml-examples-Link-examples-to-gnulib.patch
 | |
|   68a02c2f-customize--resize--sparsify--sysprep-Link-explicitly-with-pthread.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Jul 19 01:01:01 UTC 2021 - ohering@suse.de
 | |
| 
 | |
| - Remove obsolete yajl
 | |
| - Add conditional to ocaml_preserve_bytecode
 | |
| - Remove traces of python2 code
 | |
| - Use pkgconfig(python3) to refer to variants of python3
 | |
| - Remove obsolete 0004-python-include-dirs.patch and related
 | |
|   workaround in spec file
 | |
| - Use autosetup
 | |
| - Use _udevrulesdir
 | |
| - Remove BuildRoot and defattr
 | |
| - Remove Group tags
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri May 28 10:20:30 UTC 2021 - ohering@suse.de
 | |
| 
 | |
| - For unknown reasons the appliance build fails randomly
 | |
|   Workaround it by retrying the build once
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Apr 13 13:13:13 UTC 2021 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.44.1
 | |
|   * lib/appliance-kcmdline.c: Read UUID directly from appliance.
 | |
|   * daemon/xfs.c: Fix error message.
 | |
|   * daemon: chroot: Fix long-standing possible deadlock.
 | |
|   * daemon: Don't return bogus failure from readdir.
 | |
|   * daemon/btrfs.c: Ignore mkfs.btrfs allocstart option.
 | |
|   * python: Ignore code style error E128.
 | |
|   * php: Fix the build.
 | |
|   * builder: Don't redefine Val_none (OCaml 4.12).
 | |
|   * daemon: lvm: Use lvcreate --yes to avoid interactive prompts.
 | |
|   * Update common submodule.
 | |
|   * lib/fuse.c: Use safe_malloc instead of malloc.
 | |
|   * fuse/guestmount.c: Avoid leaking fp on error path.
 | |
|   * diff: Don't try to call unlink(NULL) on certain error paths.
 | |
|   * daemon/tar.c: Avoid bogus GCC analyzer warning.
 | |
|   * daemon/command.c daemon/debug.c df/main.c: Ignore bogus GCC analyzer warnings
 | |
|   * appliance: Add dhclient for Arch-like Manjaro distro.
 | |
|   * fish/tilde.c: Suppress more bogus -fanalyser warnings.
 | |
|   * lib/qemu.c: Suppress another bogus -fanalyser warning.
 | |
|   * builder: templates: Add ubuntu-20.04.
 | |
|   * builder: templates: Added rhel-7.9.
 | |
|   * lib: Move CLEANUP_GL_RECURSIVE_LOCK_UNLOCK to libguestfs header.
 | |
|   * appliance: Avoid having ${exec_prefix} in guestfs appliance path.
 | |
|   * build: Avoid warnings about unknown pragmas.
 | |
| - add libguestfs.env.patch
 | |
| - Remove ocaml_native_compiler conditional
 | |
|   build native target unconditionally
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Apr  9 09:09:09 UTC 2021 - ohering@suse.de
 | |
| 
 | |
| - Require current ocaml-rpm-macros
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Jan 12 05:38:44 MST 2021 - carnold@suse.com
 | |
| 
 | |
| - Modify Source0 to point at the correct url for the source.
 | |
|   libguestfs.spec
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Jan 11 11:42:51 MST 2021 - carnold@suse.com
 | |
| 
 | |
| - Update to version 1.44.0
 | |
|   * The minimum version of Python required is 3.6.
 | |
|   * Python bindings no longer use deprecated
 | |
|     "PyEval_ThreadsInitialized".
 | |
|   * Python bindings now include type hints (Sam Eiderman).
 | |
|   * Erlang bindings now use libei instead of liberl_interface
 | |
|     (Sergei Golovan).
 | |
|   * virt-get-kernel(1) can now find uncompressed kernels
 | |
|     (Pino Toscano).
 | |
|   * virt-sysprep(1) now regenerates the guest certificate store
 | |
|     when a certificate is removed from the guest (Pino Toscano).
 | |
|   * virt-sysprep(1) can now remove IPA enrollment files and
 | |
|     Kerberos keytabs
 | |
|     (Pino Toscano, Christian Heimes and François Cami).
 | |
|   * "cryptsetup-open" and "cryptsetup-close" replace "luks-open",
 | |
|     luks-open-ro and luks-close. The new APIs add support for
 | |
|     BitLocker encryption.
 | |
|   * "lvm-canonical-lv" no longer produces a noisy error message
 | |
|     when called with a non-LV parameter.
 | |
|   * Various other bug fixes
 | |
| - Drop
 | |
|    bfd08867-golang-Fix-path-to-include-guestfs.h..patch
 | |
|    dbfab7d3-build-fix-includedir-in-uninstalled-libguestfs.pc.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Nov  5 14:57:40 MST 2020 - carnold@suse.com
 | |
| 
 | |
| - bsc#1178495 - Leap Gap: Libguestfs.spec contains the is_opensuse
 | |
|   macro
 | |
|   libguestfs.spec
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Oct 20 14:01:16 MDT 2020 - carnold@suse.com
 | |
| 
 | |
| - Drop is_opensuse references to remove differences between Leap
 | |
|   and SLES packaging
 | |
|   libguestfs.spec
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Oct  6 14:07:12 MDT 2020 - carnold@suse.com
 | |
| 
 | |
| - Update to version 1.43.2
 | |
|   * Bug fix release
 | |
|   * Updated language files
 | |
|   0004-python-include-dirs.patch
 | |
| - Added upstream bug fixes
 | |
|   dbfab7d3-build-fix-includedir-in-uninstalled-libguestfs.pc.patch
 | |
|   bfd08867-golang-Fix-path-to-include-guestfs.h..patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Jul 20 17:16:28 MDT 2020 - carnold@suse.com
 | |
| 
 | |
| - Update to version 1.43.1
 | |
|   * Drop support for python 2
 | |
|   * builder: New templates added
 | |
|   * sysprep: ca-certificates: request system CA store update
 | |
|   * Various other bug fixes
 | |
| - Drop
 | |
|   31e6b187-po-Remove-virt-v2v-related-dependency-from-POTFILES-ml..patch
 | |
|   7265f08c-lib-remove-extra-LIBS-from-pkg-config-file.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Jul  7 15:48:08 MDT 2020 - carnold@suse.com
 | |
| 
 | |
| - bsc#1172818 - libguestfs: inconsistent LIBGUESTFS_PATH
 | |
|   libguestfs.spec
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Apr 22 14:23:36 MDT 2020 - carnold@suse.com
 | |
| 
 | |
| - Update to version 1.42.0
 | |
|   * virt-v2v is moved out from libguestfs into its own package
 | |
|   * virt-p2v is moved out from libguestfs into its own package
 | |
|   * Add support for the Vala language
 | |
|   * Add support for the Rust language
 | |
|   * Reproducible builds
 | |
|   * Advanced Format disks (which use 4K sectors) can now be
 | |
|     processed by libguestfs. Use the new optional blocksize
 | |
|     parameter to guestfs_add_drive_opts, and the --blocksize option
 | |
|     added to several tools
 | |
|   * Windows CompactOS (NTFS file compression) is now supported.
 | |
|   * Advanced machine readable output in various virt tools now
 | |
|     supports JSON output, and writing logs to a numbered file
 | |
|     descriptor
 | |
|   * virt-filesystems tool now more accurately reports filesystem
 | |
|     total size, in the case where for example the filesystem does
 | |
|     not occupy the whole of its containing device
 | |
|   * Python ≥ 2.7 is required.
 | |
|   * Python bindings are now more extensively tested
 | |
|   * Python bindings should now work with Python ≥ 3.8.
 | |
|   * Multiple fixes to avoid crashes in the Python bindings
 | |
|   * OCaml bindings are compiled with -DCAML_NAME_SPACE to ensure no
 | |
|     non-caml_-namespaced symbols are used
 | |
|   * OCaml bindings should now work with OCaml 4.09 and 4.10.
 | |
|   * Fix compatibility with newer cgo for Go bindings
 | |
|   * Go API error handling is now more idiomatic
 | |
|   * Update documentation about how to handle boolean parameters in
 | |
|     Ruby bindings
 | |
|   * Libguestfs can now extract icons for Gentoo, newer SUSE and
 | |
|     OpenMandriva guests. Improved extraction of RHEL icons.
 | |
|   * Inspection returns the osinfo IDs of newer Windows versions,
 | |
|     and rolling Linux distros
 | |
| - Added patches
 | |
|   31e6b187-po-Remove-virt-v2v-related-dependency-from-POTFILES-ml..patch
 | |
|   7265f08c-lib-remove-extra-LIBS-from-pkg-config-file.patch
 | |
| - Patches dropped
 | |
|   0a55098f-builder-repository-fix-compute_short_id-for-sles-X.0.patch
 | |
|   28bd06227b-inspect-handle-os-release-opensuse-tumbleweed-as-ope.patch
 | |
|   500acb15-v2v-linux-fix-kernel-detection-when-split-in-different-packages.patch
 | |
|   70407cd622-inspection-Parse-os-release-opensuse-leap-as-opensus.patch
 | |
|   d0e5a819-python-Fix-missing-additional-backslashes.patch
 | |
|   fd43730e-error-with-uninstall-option-on-SUSE.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Mar 19 10:25:01 MDT 2020 - carnold@suse.com
 | |
| 
 | |
| - bsc#1167131 - virt-v2v fails importing ubuntu 18.04 LTS ova
 | |
|   500acb15-v2v-linux-fix-kernel-detection-when-split-in-different-packages.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Sep 10 09:59:19 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
 | |
| 
 | |
| - Use -ffat-lto-objects when building static libraries.
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Sep  9 16:32:56 UTC 2019 - Larry Dewey <ldewey@suse.com>
 | |
| 
 | |
| - Added lvm2 to Requires for using virt-resize of xfs images.
 | |
|   (bsc#1138860)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Aug 28 20:10:11 UTC 2019 - Guilherme Moro <gmoro@suse.com>
 | |
| 
 | |
| - Add sysconfig-netconfig to appliance (boo#1136878)
 | |
|   Patches added:
 | |
|     netconfig.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Aug 22 13:39:11 UTC 2019 - ohering@suse.de
 | |
| 
 | |
| - Remove empty /etc/libguestfs-tools.conf
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Jun 12 14:22:29 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
 | |
| 
 | |
| - BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
 | |
|   shortcut the build queues by allowing usage of systemd-mini
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Apr 17 17:37:04 UTC 2019 - Larry Dewey <ldewey@suse.com>
 | |
| 
 | |
| - Fixing issue with virt-customize in SLES and openSUSE guests
 | |
|   (boo#1132790)
 | |
|   Patches added:
 | |
|     28bd06227b-inspect-handle-os-release-opensuse-tumbleweed-as-ope.patch
 | |
|     70407cd622-inspection-Parse-os-release-opensuse-leap-as-opensus.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Apr  8 18:50:31 UTC 2019 - Larry Dewey <ldewey@suse.com>
 | |
| 
 | |
| - Fixing issue with virt-customize uninstall and '-l'
 | |
|   (bnc#1131342)
 | |
|   Patches added:
 | |
|     fd43730e-error-with-uninstall-option-on-SUSE.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Jun 11 13:39:04 UTC 2018 - ohering@suse.de
 | |
| 
 | |
| - Remove zerofree from BuildRequires because only supermin will
 | |
|   consider this feature at runtime.
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Apr 19 09:07:54 UTC 2018 - cbosdonnat@suse.com
 | |
| 
 | |
| - Build against libtirpc
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Feb 27 13:14:35 UTC 2018 - cbosdonnat@suse.com
 | |
| 
 | |
| - Remove unneeded createrepo build dependency (bsc#1082689)
 | |
| - builder-repository: fix SLES short id computation
 | |
|   Patch added:
 | |
|     0a55098f-builder-repository-fix-compute_short_id-for-sles-X.0.patch
 | |
| - Fix handling of Latin-1 encoding in rpmdb (bsc#1075803)
 | |
|   Patches added:
 | |
|     0001-Introduce-a-wrapper-around-xmlParseURI.patch
 | |
|     0002-common-extract-UTF-8-conversion-function.patch
 | |
|     0003-inspector-rpm-summary-and-description-may-not-be-utf.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Feb 23 08:53:30 UTC 2018 - adam.majer@suse.de
 | |
| 
 | |
| - Remove dependency on wodim for openSUSE:Factory and use cdrtools
 | |
|   (bnc#1081739)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Feb  9 19:39:31 UTC 2018 - cbosdonnat@suse.com
 | |
| 
 | |
| - update to version 1.38.0:
 | |
|   * Virt-builder-repository is a new tool allowing end users to
 | |
|     create and update virt-builder repositories. (fate#318952)
 | |
|   * Virt-rescue has been substantially rewritten, implementing job
 | |
|     control, -m and -i options, escape keys, etc.
 | |
|   * Virt-builder planner has been improved so that faster and more
 | |
|     efficient build plans are chosen for complex cases, especially when
 | |
|     either the tmpdir or output is on networked storage.
 | |
|   * Virt-customize now sets a random /etc/machine-id for Linux guests, if
 | |
|     one is not already set.
 | |
|   * Virt-df now works correctly on filesystems with block sizes smaller
 | |
|     than 1K.
 | |
|   * Virt-dib has further compatibility enhancements with diskimage-builder.
 | |
|   * Virt-sysprep removes "DHCP_HOSTNAME" from ifcfg-* files.
 | |
|   * Virt-resize now correctly copies GPT partition attributes from the
 | |
|     source to the destination. (bsc#1074585)
 | |
|   * Bash tab completion implemented or enhanced for: virt-win-reg,
 | |
|     virt-v2v-copy-to-local.
 | |
|   * Both virt-v2v and virt-p2v are now able to pass through the source CPU
 | |
|     vendor, model and topology.
 | |
|   * Virt-v2v now supports encrypted guests.
 | |
|   * Virt-v2v now detects the special Linux Xen PV-only kernels correctly
 | |
|   * Virt-v2v -o glance now generates the right properties for UEFI guests
 | |
|   * Virt-v2v -o null now avoids spooling the guest to a temporary file,
 | |
|     instead it writes to the qemu "null block device".  This makes it
 | |
|     faster and use almost no disk space.
 | |
|   * Virt-v2v -i libvirtxml can now open network disks over http or https.
 | |
|   * Virt-v2v will now give a warning about host passthrough devices
 | |
|   * Inspection support was rewritten in OCaml and included inside the
 | |
|     daemon.  This makes inspection considerably faster, more robust and
 | |
|     more easily extensible in future.
 | |
|   * The libguestfs API is now thread-safe (although not parallel).  You can
 | |
|     call APIs on the same handle from multiple threads without needing to
 | |
|     take a lock.
 | |
| - Removed patches:
 | |
|     531316cc-build-improve-and-simplify-distro-detection.patch
 | |
|     9d25b4e5-python-add-simple-wrappers-for-PyObject-string-funct.patch
 | |
|     f3f99a09-python-use-right-func-when-PyString_FromStringAndSiz.patch
 | |
| - Added patches:
 | |
|     d0e5a819-python-Fix-missing-additional-backslashes.patch
 | |
|   
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Dec  4 17:18:57 UTC 2017 - cbosdonnat@suse.com
 | |
| 
 | |
| - evtxdump is in python3-evtx, drop python2 dependency
 | |
|   (fate#323526)
 | |
| - add hwinfo to the appliance packages for ntfs support.
 | |
|   (bsc#1070976)
 | |
| - Don't run fdupes as it symlinks some of the python3 binding
 | |
|   files to their python2 equivalent
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Nov 22 16:22:39 UTC 2017 - cbosdonnat@suse.com
 | |
| 
 | |
| - Add db48-utils dependency: needed to inspect the installed
 | |
|   packages.
 | |
| - Remove useless patch: 0000-hotfix.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Oct 25 13:24:50 UTC 2017 - cbosdonnat@suse.com
 | |
| 
 | |
| - Move guestfs-data to libguestfs0. bsc#1064399
 | |
| - Force distro detection
 | |
|   Removed:
 | |
|     * use-idlike.patch
 | |
|   Added:
 | |
|     * 531316cc-build-improve-and-simplify-distro-detection.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Oct 12 14:37:40 CEST 2017 - sbrabec@suse.com
 | |
| 
 | |
| - Use "OCaml" in RPM group exactly as all other packages do.
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Sep 21 13:25:16 UTC 2017 - jengelh@inai.de
 | |
| 
 | |
| - Update summaries and RPM groups. Trim description for size.
 | |
| - Replace old $RPM_ shell vars by macros.
 | |
|   Remove redundant %clean section.
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Sep 20 17:18:24 UTC 2017 - cbosdonnat@suse.com
 | |
| 
 | |
| - Add windows support files to the appliance for SLES (fate#316274)
 | |
| - Merge SLES and openSUSE spec files.
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Sep  4 19:15:25 UTC 2017 - cbosdonnat@suse.com
 | |
| 
 | |
| - Tweak configuration before building for python3 or PyString_*
 | |
|   symbols will still be missing
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Aug 31 15:25:06 UTC 2017 - cbosdonnat@suse.com
 | |
| 
 | |
| - Fix python binding for python3
 | |
|   add patches:
 | |
|   * 9d25b4e5-python-add-simple-wrappers-for-PyObject-string-funct.patch
 | |
|   * f3f99a09-python-use-right-func-when-PyString_FromStringAndSiz.patch
 | |
| - Better fix for SUSE distro detection using ID_LIKE as fallback:
 | |
|   * use-idlike.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Jul 18 14:07:54 UTC 2017 - cbosdonnat@suse.com
 | |
| 
 | |
| - Add missing dependency on guestfs-data (bsc#1048848)
 | |
| - Add conflict with old virt-v2v (bsc#1050069)
 | |
| - Fix python binding package
 | |
|   * Replace python-libguestfs by python[23]-libguestfs packages
 | |
|   * Add egg-info to python[23]-libguestfs package
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Jul 17 07:05:10 UTC 2017 - dmueller@suse.com
 | |
| 
 | |
| - add dependency on augeas (bsc#1048620)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Sun Jul 16 09:07:22 UTC 2017 - dmueller@suse.com
 | |
| 
 | |
| - update to version 1.36.5:
 | |
|   * btrfs_replace: fix position of subcommand options
 | |
|   * lib: Move close_file_descriptors into guestfs-internal.h.
 | |
|   * daemon: lvm: Pass --yes option to force pvresize (RHBZ#1460577).
 | |
|   * lib: direct, uml: Unblock SIGTERM in the hypervisor and recovery processes (RHBZ#1460338).
 | |
|   * lib: create: Allow any [[:alnum:]]+ string as a backingfmt parameter (RHBZ#1459979).
 | |
|   * mllib: Handle empty files correctly in read_first_line_from_file.
 | |
|   * resize: make sure the input disk is read-only
 | |
|   * v2v: tell v2v the real root device to mkinitrd
 | |
|   * mllib: Export which in "stdlib mode".
 | |
|   * mllib: Export prog, quiet, trace, verbose in "stdlib mode".
 | |
|   * btrfs_replace: fix position of subcommand options
 | |
| - add download location for source verification purposes
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Jun  1 16:12:07 UTC 2017 - cbosdonnat@suse.com
 | |
| 
 | |
| - Fix v2v conversion of SLES 11 SP4 with kdump enabled
 | |
|   bsc#1038397
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue May 30 09:42:47 UTC 2017 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.36.4
 | |
|   ... to fix build with gperf 3.1
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon May 15 12:13:40 UTC 2017 - cbosdonnat@suse.com
 | |
| 
 | |
| - Don't let mkinitrd guess the root device (bsc#1038397)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Apr  6 13:27:25 UTC 2017 - cbosdonnat@suse.com
 | |
| 
 | |
| - Add ldmtool to appliance (fate#320858)
 | |
| - Add cdrkit-cdrtools-compat to appliance, required for isoinfo*
 | |
|   APIs to work.
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Nov 30 16:04:14 UTC 2016 - cbosdonnat@suse.com
 | |
| 
 | |
| - Add initviocons to appliance package (bsc#1011940)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Sep 22 13:45:00 UTC 2016 - cbosdonnat@suse.com
 | |
| 
 | |
| - Backport btrfs-related fixes (bsc#1000202)
 | |
|   commits: d6bba9b, f90185d, 4e0dbf9 and 738c3bf
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Sep 19 09:18:21 UTC 2016 - cbosdonnat@suse.com
 | |
| 
 | |
| - Add mount.ntfs alternatives symlink for SLES too (fate#316274)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Sep 14 13:13:10 UTC 2016 - ohering@suse.de
 | |
| 
 | |
| - Remove obsolete kernel checks from specfile (fate#316274)
 | |
| - Remove kernel-default and mkinitrd from BuildRequires (fate#316274)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Aug 26 13:55:55 UTC 2016 - cbosdonnat@suse.com
 | |
| 
 | |
| - Clean up dependencies and add recommends for optional packages
 | |
|   like the ones enabling file system features
 | |
|   fate#316274, bsc#993501
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Jul 28 10:03:14 UTC 2016 - cbosdonnat@suse.com
 | |
| 
 | |
| - Fix dependencies (fate#316274)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Jul 20 19:47:22 UTC 2016 - cbosdonnat@suse.com
 | |
| 
 | |
| - appliance fixes (fate#316274):
 | |
|   * re-add helper script mount-rootfs-and-chroot.sh for virt-rescue
 | |
|     appliance.patch
 | |
|   * make guestfs-data a requirement of guestfs-tools
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Jul 20 08:32:21 UTC 2016 - cbosdonnat@suse.com
 | |
| 
 | |
| - v2v: add support for win2k16.
 | |
|   Backport commit e93d4ea3, fate#316274
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Jul 13 15:21:57 UTC 2016 - ke@suse.de
 | |
| 
 | |
| - Fix virt-p2v package summary (dummy bsc#933411).
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Jul  4 10:11:11 UTC 2016 - cbosdonnat@suse.com
 | |
| 
 | |
| - Fix guestfs-tools dependencies. bsc#986866
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Jun  8 13:02:30 UTC 2016 - cbosdonnat@suse.com
 | |
| 
 | |
| - Fix virt-filesystem -l for btrfs. bsc#980092
 | |
| - Add p2v support (fate#316274)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Mar 14 08:41:08 UTC 2016 - cbosdonnat@suse.com
 | |
| 
 | |
| - Update to version 1.32.4
 | |
| - Backported commits (fate#316274):
 | |
|   * f5a9cdf: api: add mountable_device and mountable_subvolume
 | |
|   * 1c30c23: fish: fix btrfs subvolumes display in error case
 | |
|   * 1f24364: v2v: win <= 7: reduce registry patch
 | |
|   * f0dce24: v2v: win >= 8: reduce registry patch
 | |
|   * 9a441b0: v2v: win >= 8: simplify registry patching
 | |
|   * e07459d: v2v: win: factor out common bits in registry patching
 | |
|   * 47aa64a: v2v: add support for virtio-scsi
 | |
|   * bba9ea9: v2v: also search for windows virtio drivers in symlinks
 | |
|   * 3bf7d30: Update packagelist for SLES and openSUSE
 | |
|   * 89ae53e: appliance: skip /etc/mtab creation is already existing
 | |
|   * ee78c06: customize: add support for pvvxsvc
 | |
|   * 25848b5: v2v: document SUSE's Xen as a working input hypervisor
 | |
|   * e9082ea: v2v: rename RHEL 5 Xen input section into Xen in man
 | |
|   * 75fe93e: v2v: improve initrd search
 | |
|   * 536ef6f: customize: change windows firstboot path
 | |
|   * 07f7bfa: customize: fix windows firstboot script
 | |
|   * c466d4c: v2v: add support for SUSE VMDP drivers
 | |
|   * 9de9300: v2v: handle subfolders in ova files
 | |
| - Removed patches:
 | |
|   * 1000-force-virtio_blk-in-old-guest-kernel.patch
 | |
|   * libguestfs.mkinitrd.1110.patch
 | |
|   * libguestfs.mkinitrd.1115.patch
 | |
|   * libguestfs.mkinitrd.1140.patch
 | |
|   * libguestfs.mkinitrd.1210.patch
 | |
|   * libguestfs.mkinitrd.1220.patch
 | |
|   * libguestfs.mkinitrd.1230.patch
 | |
|   * libguestfs.mkinitrd.1310.patch
 | |
|   * libguestfs.mkinitrd.boot-btrfs.sh
 | |
|   * libguestfs.mkinitrd.boot-dm.sh
 | |
|   * libguestfs.mkinitrd.boot-lvm2.sh
 | |
|   * libguestfs.mkinitrd.boot-md.sh
 | |
|   * libguestfs.mkinitrd.boot-nfs.sh
 | |
|   * libguestfs.mkinitrd.boot.sh
 | |
|   * libguestfs.mkinitrd.setup-btrfs.sh
 | |
|   * libguestfs.mkinitrd.setup-dm.sh
 | |
|   * libguestfs.mkinitrd.setup-lvm2.sh
 | |
|   * libguestfs.mkinitrd.setup-md.sh
 | |
|   * libguestfs.mkinitrd.setup-nfs.sh
 | |
|   * libguestfs.mkinitrd.setup.sh
 | |
|   * libguestfs.mkinitrd.tar.bz2
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Oct  1 12:09:22 UTC 2015 - cbosdonnat@suse.com
 | |
| 
 | |
| - Add password default encryption method for sles. fate#318952
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Sep 29 14:21:52 UTC 2015 - cbosdonnat@suse.com
 | |
| 
 | |
| - Add -l to zypper for install and update.
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Sep 14 11:27:19 UTC 2015 - cbosdonnat@suse.com
 | |
| 
 | |
| - Create the .cache folder if it doesn't exist already.
 | |
|   bsc#939097.
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Sep  9 12:50:11 UTC 2015 - cbosdonnat@suse.com
 | |
| 
 | |
| - Define SHA512 as the default password encryption method for
 | |
|   opensuse 11+.
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Sep  7 13:39:57 UTC 2015 - cbosdonnat@suse.com
 | |
| 
 | |
| - Add opensuse images source for virt-builder.
 | |
|   fate#318952.
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Jul 28 13:53:53 UTC 2015 - cbosdonnat@suse.com
 | |
| 
 | |
| - Make sure gpg-agent isn't blocking unmount operations for
 | |
|   fedora 22+ images. boo#939105
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Jul 24 12:33:51 UTC 2015 - ohering@suse.de
 | |
| 
 | |
| - Add rpmlintrc to surpress binaryinfo-readelf-failed to reduce
 | |
|   build-compare noise
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Jul 20 07:38:45 UTC 2015 - ohering@suse.de
 | |
| 
 | |
| - Refresh libguestfs.mkinitrd.1310.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Mar  9 14:14:52 UTC 2015 - ohering@suse.de
 | |
| 
 | |
| - Force feature usb into initrd to avoid build-compare noise
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Mar  9 13:58:47 UTC 2015 - ohering@suse.de
 | |
| 
 | |
| - Workaround bug in patch(1) which does not follow symlinks anymore
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Feb 24 09:43:58 UTC 2015 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.26.10
 | |
|   * gcc5: test-tool: Initialize local variable.
 | |
|   * lua: Define luaL_checkint which was deprecated in lua 5.3.
 | |
|   * tools: fix free -m invocation
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Feb  6 13:45:22 UTC 2015 - cbosdonnat@suse.com
 | |
| 
 | |
| - Make zypper called with -n parameter when installing packages.
 | |
|   (bsc#916567)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Dec  9 15:44:39 UTC 2014 - ohering@suse.de
 | |
| 
 | |
| - Package guestfs_lvm_conf.aug (bnc#908632)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Nov 26 11:02:59 UTC 2014 - ohering@suse.de
 | |
| 
 | |
| - Handle more dist versions when patching mkinitrd
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Nov 24 17:02:33 UTC 2014 - ohering@suse.de
 | |
| 
 | |
| - Add isofs and other fs drivers (bnc#906692)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Nov 24 16:52:12 UTC 2014 - ohering@suse.de
 | |
| 
 | |
| - Use fixed /etc/hosts, scsi_dh_modules and ibft_hostname to
 | |
|   reduce build-compare noise
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Oct 16 13:26:13 CEST 2014 - ohering@suse.de
 | |
| 
 | |
| - Handle btrfs subvolume name '@' as used in SLE12 (bnc#900346)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Oct 14 10:34:12 CEST 2014 - ohering@suse.de
 | |
| 
 | |
| - Include gconv modules for hivex (bnc#900530)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Sep  5 09:53:22 CEST 2014 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.26.9
 | |
|   * customize: fix locking accounts with passwords
 | |
|   * daemon: lvm-filter: use augeas for setting the filter
 | |
|   * daemon: move AUGEAS_ERROR to the common header
 | |
|   * daemon: add add_sprintf
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Aug 26 07:20:34 UTC 2014 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.26.8
 | |
|   * mllib: Export output_spaces function.
 | |
|   * daemon: Fix echo-daemon so it doesn't fail on empty array input.
 | |
|   * drives: fix deletion of servers on error
 | |
|   * daemon: zfile: call pclose instead of fclose
 | |
|   * utils: Add new CLEANUP_PCLOSE cleanup.  It calls pclose(3).
 | |
|   * launch: direct: Only issue Debian /dev/kvm group warning if /dev/kvm wasn't openable (RHBZ#1130189).
 | |
|   * lib: Missing include of <locale.h>.
 | |
|   * python: fix possible free on uninit memory with OStringList optargs
 | |
|   * df: unlock retire_mutex on early exit
 | |
|   * daemon: use CLEANUP_CLOSE
 | |
|   * daemon: blkid: fix memory issues in "no -p/-i" mode
 | |
|   * daemon: initialize memory when handling DeviceList params
 | |
|   * rescue: fix sscanf placeholders for --smp and --memsize
 | |
|   * daemon: add and use a reply_with_unavailable_feature macro
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Jul 31 15:53:57 CEST 2014 - ohering@suse.de
 | |
| 
 | |
| - Fix build without ocaml
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Jul 31 15:11:49 CEST 2014 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.26.7
 | |
|   * launch: Close file descriptors after fork (RHBZ#1123007).
 | |
|   * Revert "launch: Close file descriptors after fork (RHBZ#1123007)."
 | |
|   * launch: direct: check for null paths in make_uri
 | |
|   * make-fs: do not leak the fd from mkstemp
 | |
|   * make-fs: respect libguestfs' temporary dir
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Jul 31 14:56:52 CEST 2014 - ohering@suse.de
 | |
| 
 | |
| - define kernel_binary on aarch64
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Jul 28 09:27:51 CEST 2014 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.26.6
 | |
|   * cleanups: add CLEANUP_FCLOSE (fclose on FILE*)
 | |
|   * launch: Close file descriptors after fork (RHBZ#1123007).
 | |
|   * virt-resize: Unmount filesystem after testing size.
 | |
|   * daemon: Add extra debugging to umount_all command.
 | |
|   * sparsify: Relax requirement that output device cannot be block device (RHBZ#1122557).
 | |
|   * ocaml: Ignore Warning 3: deprecated feature: String.* functions.
 | |
|   * sysprep: Standard exception handling, taken from virt-builder & virt-v2v.
 | |
|   * customize: Use Common_utils.error function instead of failwith.
 | |
|   * mllib: introduce Mkdtemp.temp_dir
 | |
|   * inspect: ignore /etc/fstab with no entries (RHBZ#1113156).
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Jul  9 09:54:31 CEST 2014 - ohering@suse.de
 | |
| 
 | |
| - Include fdisk and bc (bnc#886372)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Jul  8 17:33:56 CEST 2014 - ohering@suse.de
 | |
| 
 | |
| - add Requires: qemu 2 to guestfs-tools to restore versioned kvm
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Jul  8 12:54:34 CEST 2014 - ohering@suse.de
 | |
| 
 | |
| - Use /usr/bin/qemu-system-ppc64 as kvm_binary on ppc64le (bnc#884564)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Jul  8 12:52:58 CEST 2014 - ohering@suse.de
 | |
| 
 | |
| - Handle empty /lib/mkinitrd/scripts gracefully
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Jul  7 10:12:36 CEST 2014 - ohering@suse.de
 | |
| 
 | |
| - Update requirements for kvm package. Instead of calling qemu-kvm
 | |
|   and Requires: kvm, replace the Requires with /usr/bin/qemu-system-$ARCH
 | |
|   Define the helper for aarch64, ppc64, s390x and x86_64.
 | |
|   Other archs have to use LIBGUESTFS_HV= (bnc#884564)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Jul  7 09:37:23 CEST 2014 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.26.5
 | |
|   * generator: Sort the structs.
 | |
|   * Use -v and -x flags consistently across OCaml virt-* tools.
 | |
|   * mllib: Rewrite text wrapping function so it can handle newlines within the text.
 | |
|   * mllib: Add a common 'warning' utility function.
 | |
|   * mllib: Add an interface for Common_utils library.
 | |
|   * mllib: Move common code for comparing version strings to library.
 | |
|   * options: Compile out part of union which cannot be used when not compiling guestfish.
 | |
|   * mllib: Create a common utility function is_directory.
 | |
|   * fuse: UID 0 should override all permissions checks (RHBZ#1106548).
 | |
|   * launch: libvirt: Only use serial BIOS (sgabios) on x86.
 | |
|   * daemon: print parameters for vgchange in error messages
 | |
|   * generator: fix daemon functions with optional params but no mandatory params
 | |
|   * appliance: Increase udev timeout to 6000s (RHBZ#1096579).
 | |
|   * launch: libvirt: Add -device sga (sgabios).
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Jul  4 09:51:06 CEST 2014 - ohering@suse.de
 | |
| 
 | |
| - Add cdrkit-cdrtools-compat, psmisc, gptfdisk, syslinux to
 | |
|   BuildRequires to reduce amount of missing commands
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Jul  4 09:29:11 CEST 2014 - ohering@suse.de
 | |
| 
 | |
| - Include mkinitrd scripts for btrfs, and include it in feature list
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Jul  2 11:27:26 CEST 2014 - ohering@suse.de
 | |
| 
 | |
| - Include mkinitrd scripts from lvm2, device-mapper, mdadm and
 | |
|   nfs-client for 13.2 builds. The scripts will be removed from these
 | |
|   packages, they are required here. (bnc#883863, bnc#883873,bnc#883876)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Jun  5 17:10:57 UTC 2014 - mlatimer@suse.com
 | |
| 
 | |
| - Fix permissions on initramfs to allow regular users access. 
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon May 26 11:22:34 CEST 2014 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.26.3
 | |
|   * ppc64: Use console=hvc0 console=ttyS0.
 | |
|   * fish: simplify output of 'supported'
 | |
|   * Fix some spelling mistakes and typos in documentation (RHBZ#1099284).
 | |
|   * configure: Move --with-default-backend test later in configure.ac.
 | |
|   * Fix handling of passwords in URLs
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue May 13 15:16:11 CEST 2014 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.26.2
 | |
|   * sparsify: Add a note about qcow2 internal snapshots not being copied (RHBZ#1094746).
 | |
|   * customize: random-seed file has moved again.
 | |
|   * lib: xmlParse{File,Memory} -> xmlRead{File,Memory}
 | |
|   * launch: direct: Supply -M option when testing qemu for devices.
 | |
|   * tar-in: Fix places where we didn't cancel the receive (FileIn) correctly along error paths (RHBZ#1091803).
 | |
|   * configure: Make sure grep matches qemu 2.x version string.
 | |
|   * daemon: parted: part-get-name: switch from sgdisk to parted (RHBZ#1088424).
 | |
|   * sparsify: If using -v (verbose), ensure #disk_create runs verbose too.
 | |
|   * disk-create: Fix this API so it works correctly with block devices (RHBZ#1088262).
 | |
|   * listfs: If LDM not available, don't inhibit partition detection (RHBZ#1079182).
 | |
|   * mllib: utils: Add mapi function.
 | |
|   * src/launch: improve the addition of the no-hpet option
 | |
|   * handle: Free g->backend_settings.
 | |
|   * python: Remove unnecessary library dependencies.
 | |
|   * utils: Move guestfs___validate_guid out of utils.c.
 | |
|   * utils: Remove for-loop variable decl.
 | |
|   * rescue: Don't leak various variables when using --suggest option with multi-boot guests.
 | |
|   * make-fs: Close FILE* along error path.
 | |
|   * make-fs: Check for error return from guestfs_statvfs.
 | |
|   * daemon: parted: part-get-name: Don't leak partition type string.
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Mar 28 14:03:57 CET 2014 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.26.0
 | |
|   * virt-customize is a new tool for customizing disk images
 | |
|   * virt-diff is a new tool for showing differences between filesystems
 | |
|   * virt-sparsify has a new --in-place option
 | |
|   * new virt-sysprep operations
 | |
|   * many bug fixes
 | |
|   * full release notes: http://libguestfs.org/guestfs-release-notes.1.html
 | |
| - added 0000-hotfix.patch
 | |
| - removed 0001-ocamlopt.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Feb 27 13:40:20 CET 2014 - ohering@suse.de
 | |
| 
 | |
| - Build without ocaml.opt on s390x and ppc64le
 | |
|   0001-ocamlopt.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Feb 13 00:41:23 CET 2014 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.24.6
 | |
|   *  FAQ: Another common problem is permission denied errors when running as root.
 | |
|   *  FAQ: Add another common Ubuntu appliance problem.
 | |
|   *  list-filesystems: Do not segfault if guestfs_btrfs_subvolume_list returns an error (RHBZ#1064008).
 | |
|   *  actions/part_set_gpt_type: set type of "guid" parameter as "GUID" (RHBZ#1008417).
 | |
|   *  generator: generate code for parameter validation
 | |
|   *  generator: add a GUID parameter type
 | |
|   *  utils: add a function to validate a GUID string
 | |
|   *  Remove bogus license file from daemon subdirectory.
 | |
|   *  daemon: Always pass -F option to mkfs.ntfs.
 | |
|   *  resize: Don't truncate libguestfs error messages.
 | |
|   *  libvirt-domain: Remove unnecessary and wrongly indented parens.
 | |
|   *  fish/uri: Tidy up error messages.
 | |
|   *  daemon: lvm2: Ignore "unknown device" output when a PV is missing (RHBZ#1054761).
 | |
|   *  generator/set-uuid: Fix two typos in documentation
 | |
|   *  sparsify: Prevent overwriting block or char output devices (RHBZ#1056290).
 | |
|   *  test-tool: Rearrange output into alphabetical order.
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Feb  4 22:57:01 CET 2014 - ohering@suse.de
 | |
| 
 | |
| - more testcases for SLE12, using grub2
 | |
|   libguestfs.test.simple.create-sles12-guest.sh
 | |
|   libguestfs.test.simple.create-sles12-guest-crypt-on-lvm.sh
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Jan 30 12:10:34 CET 2014 - ohering@suse.de
 | |
| 
 | |
| - add BuildRequires:  ocaml(ocaml.opt)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Jan 29 13:36:58 CET 2014 - ro@suse.de
 | |
| 
 | |
| - drop i586 from ExclusiveArch as SLE-12 does not build a runnable
 | |
|   kernel there, and KVM is 64bit only
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Jan 23 17:53:31 CET 2014 - ohering@suse.de
 | |
| 
 | |
| - Disable ipv6 in the appliance because qemu usernet is ipv4 only
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Jan 22 10:13:00 UTC 2014 - ohering@suse.de
 | |
| 
 | |
| - add libguestfs-test subpackage, /usr/share/guestfs (fate#316275)
 | |
|   libguestfs.test.simple.run-libugestfs-test-tool.sh
 | |
|   libguestfs.test.simple.create-opensuse-guest.sh
 | |
|   libguestfs.test.simple.create-opensuse-guest-crypt-on-lvm.sh
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Jan 20 23:09:24 CET 2014 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.24.5
 | |
|   * launch: Allow backend = "appliance" for backwards compatibility (RHBZ#1055452).
 | |
|   * daemon: Use wipefs_has_force_option to decide whether to add wipefs --force option.
 | |
|   * init: Display clocksource (only when debugging is enabled).
 | |
|   * launch: direct: Make sure we pass lpj= parameter when using TCG.
 | |
|   * Use recommended timer settings for KVM (RHBZ#1053847).
 | |
|   * fuse: clear stat structs (RHBZ#660687).
 | |
|   * fuse: remove extra trailing \n in debug messages
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Jan 20 19:41:24 CET 2014 - ohering@suse.de
 | |
| 
 | |
| - Include crypto modules in appliance to enable luks related commands
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Jan 20 11:34:25 CET 2014 - ohering@suse.de
 | |
| 
 | |
| - Resolve also library dependencies of libnss in mkinitrd (bnc#847785)
 | |
| - BuildRequire nfs-utils to get mount.nfs, for virt-rescue
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Jan 16 21:29:47 CET 2014 - ohering@suse.de
 | |
| 
 | |
| - Include mkinitrd from 13.1 when building appliance for 13.2 or
 | |
|   later because dracut can not be used as replacement for mkinitrd
 | |
|   and supermin is not ready yet
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Jan  7 14:22:52 CET 2014 - ohering@suse.de
 | |
| 
 | |
| - 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
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Dec 17 22:27:22 CET 2013 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.24.2
 | |
|   * launch: Print program and version as part of standard debug output when launching the handle.
 | |
|   * lua: Don't redefine lua_objlen if already defined.
 | |
|   * lib: Make sure -lselinux is used when linking libguestfs.so.
 | |
|   * daemon: btrfs: Upstream 'btrfs device add' command now needs '--force' option to work.
 | |
|   * perl: Give error instead of crashing if optarg is not an array reference.
 | |
|   * Avoid modulo bias in random password generation
 | |
|   * mllib: Add a utility function for safely reading from /dev/urandom.
 | |
|   * podwrapper: virt-install is not a libguestfs page.
 | |
|   * Update to latest gnulib to get hash relicensing change (thanks Jim Meyering).
 | |
|   * Fix fstab block device resolution for FreeBSD
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Nov 26 11:27:04 CET 2013 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.24.1
 | |
|   * virt-resize & virt-sysprep can now use URIs to work on remote disks
 | |
|   * many new virt-sysprep operations
 | |
|   * many bug fixes
 | |
|   * full release notes: http://libguestfs.org/guestfs-release-notes.1.html
 | |
| - guestfsd needs at least libaugeas0 >= 1.0.0
 | |
| - Recommend bash-completion to avoid completion errors
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Oct 18 10:26:12 CEST 2013 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.22.7
 | |
|   * fish: CVE-2013-4419: Fix insecure temporary directory handling for remote guestfish (bnc#845720).
 | |
|   * sysprep: firstboot: Don't set `Created_files flag unless files are created.
 | |
|   * firstboot: Add some debugging to the control script.
 | |
|   * firstboot: Fix test for installing sysvinit scripts.
 | |
|   * firstboot: Install both systemd and SysV init scripts.
 | |
|   * firstboot: Start service after network only.
 | |
|   * firstboot: Fix firstboot scripts so they work on Ubuntu.
 | |
|   * edit: Add virt-edit --edit as an alias for virt-edit -e.
 | |
|   * btrfs: Fix improper memmove usage in do_btrfs_subvolume_list (RHBZ#1018149).
 | |
|   * daemon: xattr: Fix scope of cleanup buf to avoid memory leaks.
 | |
|   * daemon: parted: Fix memory leak of list of strings.
 | |
|   * daemon: Fix scope of cleanup functions to avoid memory leaks.
 | |
|   * df: parallel: Add a debug message when work function returns an error.
 | |
|   * daemon: 'exists' API should not follow broken symlinks.
 | |
|   * sysprep: Don't remove /var/cache/apt/archives/partial directory.
 | |
|   * firstboot: Invoke firstboot.sh script with 'start' parameter.
 | |
|   * daemon: Don't set LD_PRELOAD for guestfsd children.
 | |
|   * daemon: Fix xfs_info parser because of new format.
 | |
|   * sysprep: Fix option quoting in manual page.
 | |
|   * virt-df: parallel: Send debugging messages to stderr.
 | |
|   * inspection: Don't print a warning if \Windows\explorer.exe does not exist.
 | |
|   * launch: direct: Set QEMU_AUDIO_DRV=none to stop qemu opening audio devices.
 | |
|   * virt-df: parallel: Compile debugging messages in always.
 | |
|   * daemon: augeas: Don't test if AUG_NO_ERR_CLOSE is defined.
 | |
|   * daemon: augeas: Enhance error reporting for aug_init failures.
 | |
|   * drives: Don't need to call free_drive_servers since preceding code checks servers == NULL.
 | |
|   * sparsify: Fix signal handling.
 | |
|   * daemon: tar: Use a temporary file to pass excludes to tar command (RHBZ#1001875).
 | |
|   * format: Set MBR partition type byte appropriately (RHBZ#1000428).
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Oct 14 19:32:05 CEST 2013 - ohering@suse.de
 | |
| 
 | |
| - Keep setup-dm.sh, required to copy dm rules (bnc#837595)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Sep 23 15:35:28 CEST 2013 - ohering@suse.de
 | |
| 
 | |
| - Remove BuildRequires: qemu-tools
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Sep 23 11:40:31 CEST 2013 - ohering@suse.de
 | |
| 
 | |
| - Add static 169.254.0.0/16 network addresses (bnc#835949)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Sep 19 20:20:44 CEST 2013 - ohering@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 - ohering@suse.de
 | |
| 
 | |
| - Create symlink from /etc/mtab to /proc/self/mounts (bnc#840662)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Sep  2 13:59:21 CEST 2013 - dvaleev@suse.com
 | |
| 
 | |
| - add ppc64 to Exclusive arch 
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Aug 29 21:36:08 CEST 2013 - ohering@suse.de
 | |
| 
 | |
| - Add support for lvm (bnc#837595)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Aug 22 11:36:24 CEST 2013 - ohering@suse.de
 | |
| 
 | |
| - Add network related modules to initrd (bnc#835949)
 | |
| - Remove supermin.d
 | |
| - Mount also /dev/pts in mount-rootfs-and-do-chroot.sh
 | |
| - Handle rw option in ext4.ko
 | |
| - Update libguestfs.mkinitrd.1210.patch to create /usr/*bin in 11.4
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Aug 19 23:23:31 CEST 2013 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.22.5
 | |
|   * full support for btrfs guests
 | |
|   * large performance improvements in virt-df and virt-alignment-scan tools
 | |
|   * many bug fixes
 | |
|   * full release notes: http://libguestfs.org/guestfs-release-notes.1.html
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Aug  5 17:48:01 CEST 2013 - ohering@suse.de
 | |
| 
 | |
| - Package /lib/udev or /usr/lib/udev in guestfsd subpackage
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Jul 30 20:57:39 CEST 2013 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.20.10
 | |
|   * sysprep: On RHEL, firstboot script should be called S99... not 99.
 | |
|   * fish: For -N option, add drive with explicit format = "raw".
 | |
|   * daemon: Implement set-label for XFS and fix it for btrfs (RHBZ#986875).
 | |
|   * mkfs: Use -b size=<size> for xfs (RHBZ#981715).
 | |
|   * cmd: Allow callers to override file-closing behaviour after fork.
 | |
|   * daemon: hivex: Check that hivex_commit is passed an absolute path (RHBZ#981683).
 | |
|   * daemon: Verify ext2/3/4 filesystem name before passing to mke2fs (RHBZ#978302).
 | |
|   * virt-resize: Add notes about Windows and disk consistency (RHBZ#975753).
 | |
|   * virt-resize: Take into account large start offset of the first partition when calculating overhead (RHBZ#974904).
 | |
|   * launch: direct: Calculate appliance root correctly when iface drives are added (RHBZ#975797).
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Sun Jun 16 08:36:08 CEST 2013 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.20.9
 | |
|   * txz-out: Fix this API to produce xz files again (RHBZ#972775).
 | |
|   * inspect: Fix bogus warning for partitions without /boot.ini
 | |
|   * inspect: Partial support for non-standard windows system root
 | |
|   * events: Avoid event handler limit if program allocates and deallocates handlers.
 | |
|   * proto: Fix for rare FileIn hangs. (RHBZ#969845)
 | |
|   * inspection: Don't segfault if /etc/SuSE-release is an empty file.
 | |
|   * fuse: Allow specifying the fstype of a mount
 | |
|   * is_lv: Does not need to depend on lvm2.
 | |
|   * add --with-supermin-extra-options configure option
 | |
|   * Remove use of gnulib progname module.
 | |
|   * inspection: Fix double-free when certain guest files are empty. (CVE-2013-2124)
 | |
|   * daemon: Properly quote arguments for tar-out, base64-out commands (RHBZ#957772).
 | |
|   * inspection: Don't fail if libosinfo database is not found (RHBZ#948324).
 | |
|   * daemon/copy: Ensure errno is preserved along error
 | |
|   * Better error messages for FUSE and other things not supported.
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Apr  8 20:55:11 CEST 2013 - ohering@suse.de
 | |
| 
 | |
| - force paths to supermin/supermin-helper even if package is not available at buildtime
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Apr  2 14:43:33 CEST 2013 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.20.5
 | |
|   * daemon: file: Remove extraneous space after output of 'file' command (RHBZ#928995).
 | |
|   * lib: Add missing cases in switch statements.
 | |
|   * appliance: Make sure cachedir has mode 0755 (RHBZ#921292).
 | |
|   * appliance: Use ignore_value() macro instead of casting return to (void).
 | |
|   * launch: Print attach-method, tmpdir, umask, euid when launching.
 | |
|   * utils: Fix error messages for external commands that fail (RHBZ#921040).
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Apr  2 14:39:01 CEST 2013 - ohering@suse.de
 | |
| 
 | |
| - make sure /etc/lvm/lvm.conf exists (bnc#812931)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Mar 22 19:55:41 CET 2013 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.20.4
 | |
|   * launch: appliance: Add custom parameters last.
 | |
|   * filearch: Don't print errno if cpio command fails, print command status instead.
 | |
|   * proto: send_to_daemon is not an exported function.
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Mar 18 18:46:34 UTC 2013 - dmueller@suse.com
 | |
| 
 | |
| - use proper build conditionals so that it can be influenced
 | |
|   outside spec file (via e.g. prjconf)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Mar  6 20:27:13 CET 2013 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.20.3
 | |
|   * trace: Put trace buffer on the stack instead of in the handle.
 | |
|   * FAQ: Add question about running fsck on live filesystems
 | |
|   * lib: Check calls to xmlXPathEvalExpression for nodesetval == NULL.
 | |
|   * recipes: Add example converting from one format/filesystem to another
 | |
|   * daemon: protocol: Fix memory leak when receiving FileIn file (RHBZ#914934).
 | |
|   * protocol: Don't segfault if appliance crashes during FileIn upload (RHBZ#914931).
 | |
|   * libutils: Add guestfs___count_strings utility function to common library
 | |
|   * lib: Create libutils convenience library.
 | |
|   * docs: Rewrite security section (thanks Dan Berrange)
 | |
|   * lib: Fix memory leak when the 'lpj' setting is read from dmesg.
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Feb 25 21:51:17 CET 2013 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.20.2
 | |
|   * proto: Fix stack overflow when there are many progress events (RHBZ#909624).
 | |
|   * rescue: Count the mountable filesystems when displaying the 'suggest' message.
 | |
|   * lib: Define CLEANUP_CMD_CLOSE macro and use it throughout the library.
 | |
|   * lib: Allow guestfs_free_* functions to be safely called with a NULL pointer.
 | |
|   * btrfs: Fix btrfs_subvolume_list on F18 (RHBZ#903620).
 | |
|   * daemon: Check parameter of base64-out and tar-out before running external command (RHBZ#908322).
 | |
|   * daemon: download: Add extra check that download file is not a directory (RHBZ#908321).
 | |
|   * daemon: Add more information to certain calls to perror.
 | |
|   * daemon: Call wipefs before mkfs to work around pathological behaviour in btrfs.
 | |
|   * lib: Add CLEANUP_* macros which automatically free things when leaving scope.
 | |
|   * header: Deprecate LIBGUESTFS_HAVE_* in favour of GUESTFS_HAVE_*.
 | |
|   * fuse: Use guestfs_rename to implement rename(2) syscall (RHBZ#895910).
 | |
|   * New API: rename: Rename file within the same filesystem (RHBZ#895910).
 | |
|   * fuse: If guestfs_last_errno returns 0, don't return no error to FUSE layer.
 | |
|   * daemon: Change ln, ln-f (hard-link) APIs to use link(2) instead of external ln (RHBZ#895905).
 | |
|   * Fix checksums-out command (RHBZ#895904).
 | |
|   * launch: appliance: Fix parsing of QEMU_OPTIONS.
 | |
|   * launch: appliance: Small refactoring of virtio-scsi detection code.
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Feb 25 20:11:27 CET 2013 - ohering@suse.de
 | |
| 
 | |
| - enable ruby bindings only in 12.2 or later, ruby is too fragile
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Sun Feb 24 18:11:07 CET 2013 - ohering@suse.de
 | |
| 
 | |
| - BuildRequire: perl-macros only in sles11 builds to fix build in 11.4
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Jan 18 14:28:46 CET 2013 - ohering@suse.de
 | |
| 
 | |
| - more fixes for copying entire /etc/lvm directory (bnc#795503)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Jan 16 16:40:46 CET 2013 - ohering@suse.de
 | |
| 
 | |
| - disable strip and /usr/lib/rpm/find-debuginfo.sh for non-opt builds
 | |
|   it destroys bytecode binaries
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Jan  3 14:01:47 CET 2013 - ohering@suse.de
 | |
| 
 | |
| - handle more architectures than just x86 when looking for guest kernel
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Jan  2 16:19:30 CET 2013 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.20.1
 | |
|   * inspection: Set fs->device field on swap devices.
 | |
|   * Pass noapic on i686 kernel command line.
 | |
|   * daemon: Use pvcreate --force option (RHBZ#887971).
 | |
|   * daemon: Fold stdout on stderr when running e2fsck.
 | |
|   * other minor changes
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Jan  2 16:00:13 CET 2013 - ohering@suse.de
 | |
| 
 | |
| - copy entire /etc/lvm directory in guestfsd (bnc#795503)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Dec 17 23:48:22 CET 2012 - ohering@suse.de
 | |
| 
 | |
| - correct initrd filename on i586 (bnc#794819)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Dec 13 17:09:48 CET 2012 - ohering@suse.de
 | |
| 
 | |
| - Update to stable branch, version 1.20.0
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Dec 11 17:54:19 CET 2012 - ohering@suse.de
 | |
| 
 | |
| - add Conflicts: (libguestfs0|guestfs-data) with old versions to
 | |
|   guestfs-tools to make sure all parts match the same API
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Nov 29 20:25:33 CET 2012 - ohering@suse.de
 | |
| 
 | |
| - update BuildRequire ext4-writeable-kmp-default handling
 | |
|   enable it unconditional in sles11 builds, but not in the
 | |
|   Virtualization repo because its a private package.
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Nov 29 20:15:11 CET 2012 - ohering@suse.de
 | |
| 
 | |
| - make perl-bindings (perl-Sys-Guestfs) optional, disabled for sles11
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Sun Nov 25 18:17:02 CET 2012 - ohering@suse.de
 | |
| 
 | |
| - include Pod-Simple-3.23.tar.gz to get perl(Pod::Simple::XHTML)
 | |
|   at build time (bnc#789653)
 | |
| - Update to version 1.19.64 (fate#312159)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Nov 19 18:26:16 CET 2012 - ohering@suse.de
 | |
| 
 | |
| - readd autoreconf -fi if automake is newer than 1.10
 | |
|   it fixes ruby build failures due to RPATH ending up in libraries
 | |
|   in 11.4 and 12.1
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Nov 19 17:24:19 CET 2012 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.19.61
 | |
|   new subpackage lua-libguestfs, disabled for sles11
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Nov 14 20:22:19 CET 2012 - ohering@suse.de
 | |
| 
 | |
| - stick to upstream defaults:
 | |
|   restore default attach mode, which is appliance,
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Nov 14 17:51:16 CET 2012 - ohering@suse.de
 | |
| 
 | |
| - adjust License tag, libguestfs0 is LGPL-2.1, rest is GPL-2
 | |
| - add COPYING.LIB to subpackage
 | |
| - remove AUTHORS and README files from doc section
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Nov 14 17:30:40 CET 2012 - ohering@suse.de
 | |
| 
 | |
| - remove guestfs-doc subpackage, it contains just exmple xml files
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Nov 14 16:39:14 CET 2012 - ohering@suse.de
 | |
| 
 | |
| - remove autoreconf -fi, it fails with autoconf-1.10 as included 
 | |
|   in sles11 due to AM_SUBST_NOTMAKE usage
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Nov 13 23:47:18 CET 2012 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.19.59
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Nov 13 23:40:45 CET 2012 - ohering@suse.de
 | |
| 
 | |
| - disable python when building for SLES11
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Nov 13 15:42:54 CET 2012 - ohering@suse.de
 | |
| 
 | |
| - split BuildRequires ocaml into ocaml_tools and ocaml_bindings
 | |
| - disable ocaml_bindings when building for SLES11
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Nov 13 15:25:29 CET 2012 - ohering@suse.de
 | |
| 
 | |
| - disable ruby when building for SLES11
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Nov  8 16:17:09 CET 2012 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.19.57
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Oct 29 10:19:23 CET 2012 - ohering@suse.de
 | |
| 
 | |
| - add BuildRequires aaa_base to get get_kernel_version
 | |
|   handle get_kernel_version location in /sbin or /usr/sbin
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Oct 19 14:09:27 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.19.53
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Oct 10 16:51:32 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - change default_attach_method from appliance to libvirt if the
 | |
|   distro kernel includes virtio-scsi. This is true for 12.2+
 | |
|   In 12.1 and older the attach_method remains appliance.
 | |
|   The reason for this change is the creation of XML for libvirt,
 | |
|   which is cumbersome for virtio-blk.
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Oct  8 20:17:39 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - make appliance optional when using libvirt as attach-method
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Oct  8 14:40:09 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - disable hivex and zerofree when building for SLES11
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Oct  8 12:07:23 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.19.48
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Oct  3 18:01:22 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - make zerofree optional in the spec file
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Oct  3 17:00:39 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - remove obsolete virt-list-filesystems, virt-list-partitions and
 | |
|   virt-tar comamnds
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Sep 28 07:37:17 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - add local patches to copy symlinks with mkinitrd (bnc#778149)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Sep 25 16:41:28 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - add mount.ntfs and mount.fuse to initrd
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Sep 25 07:23:54 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.19.44
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Sep 24 14:55:51 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - update virtio-blk patch to force vda in libguestfs-test-tool 
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Sep 24 11:01:57 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - update mount-rootfs-and-do-chroot.sh, avoid bind mount errors
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Sat Sep 22 15:33:31 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.19.43
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Sep 21 20:03:21 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - reorder debug output in /init script, print partitions last
 | |
| - mention mount-rootfs-and-do-chroot.sh in rescue message
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Sep 20 17:52:13 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - add mkdir, mount, chroot, umount to initrd command list, for 11.4
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Sep 20 17:39:23 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - use ttyS0 for setctsid if /proc/consoles does not exist
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Sep 19 23:48:08 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - enable augeas unconditionally also for sles11
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Sep 19 17:53:03 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - add augeas-lenses to BuildRequires in 11.4+ and package it in
 | |
|   initrd, for virt-inspector
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Sep 18 08:15:23 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.19.42
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Sep 13 20:22:24 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - move BuildRequires for subpackages into the subpackage section
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Sep 13 20:12:28 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - move Requires to guestfs-tools
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Sep 13 20:11:01 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - Use perl_requires macro in guestfs-tools
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Sep 13 19:32:00 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - add Requires libguestfs0 to libguestfs-devel to fix rpmlint warning
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Sep 13 18:35:08 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - fix rpmlint warnings about shlib-policy-missing-lib:
 | |
|   move files from libguestfs to guestfs-tools
 | |
|   rename libguestfs-guestfsd to guestfsd
 | |
|   rename libguestfs-doc to guestfs-doc
 | |
|   rename libguestfs-data to guestfs-data
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Sep 13 14:53:39 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - force virtio-blk usage only if the guest kernel has no virtio-scsi
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Sep 13 10:39:54 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - delete unused perl script without executable permissions to fix rpmlint warning
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Sep 13 10:18:06 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - delete empty perl bootstrap files to fix rpmlint warning
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Sep 13 10:12:11 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - adjust Summary of libguestfs0 to fix rpmlint warning
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Sep 13 09:58:17 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - show missing_commands only in verbose mode
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Sep 13 07:09:32 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - add jfsutils and reiserfs to BuildRequires to reduce number of missing_commands
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Sep 12 11:53:15 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - add chroot helper for virt-rescue, Bug 674684 - mount-rootfs-and-do-chroot.sh
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Sep 12 11:04:13 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - create /selinux in initrd, guestfsd tries to bind mount it into the guest
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Sep  7 17:03:24 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - copy terminfo files so that backspace works in screen
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Sep  7 16:32:27 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - run the rescue shell with setctsid so that it gets a controlling tty
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Sep  5 15:04:16 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - move all modules, except dm-mod, to udevmodules so that the are
 | |
|   really loaded on demand
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Sep  5 11:30:26 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - include sparsify from zerofree.rpm, and strace in initrd
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Sep  5 11:29:37 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - use perl_gen_filelist to avoid packaging the "auto" directory
 | |
| - this leads to build errors in SLE_11 repo
 | |
| - perl_gen_filelist tries to package everything, remove all non-perl
 | |
|   files from list to avoid duplicate files
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Sep  5 10:17:22 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.19.40
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Sep  4 21:14:31 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - move additional modules to mkinitrd to prevent loading everything,
 | |
|   rely on autoloading instead
 | |
| - add also nls modules, remove ecrypt
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Sep  4 19:41:16 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.19.39
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Sep  4 19:40:38 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - add also btrfs and ext4
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Sep  4 19:39:58 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - surprise: filesystem modules are required to mount a filesystem:
 | |
|   9p cramfs ecryptfs ext2 ext3 fat fuse hfs hfsplus jfs minix ncpfs
 | |
|   nfs quota reiserfs squashfs squashfs3 udf ufs xfs
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Sep  4 16:07:50 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - remove obsolete libguestfs-1.13.14-without-hivex.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Sep  4 09:37:36 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.19.38
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Sep  4 08:02:36 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - correct assignment for additional external commands
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Sep  3 23:38:25 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - actually enable the code to force virtio_blk
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Sep  3 20:12:05 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - add also the fsck.* commands because guestfsd can not provide such a list
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Sep  3 20:11:21 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - run format_specfile
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Sep  3 20:10:43 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - add dosfstools for mkfs.vfat/msdos
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Sep  3 20:08:08 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - move all BuildRequires for the initrd into the subpackage section
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Sep  3 20:00:34 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - add patch to force virtio_blk or virtio_scsi via environment variable
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Sep  3 19:21:14 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - update Group of ocaml-libguestfs-devel to fix rpmlint warning
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Sep  3 18:05:00 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - provide fixed list of mkfs subcommands because guestfsd can not
 | |
|   export such list
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Sep  3 17:32:29 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - create /sysroot directory in initrd, guestfsd relies on it
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Sep  3 16:27:26 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - show more /proc/entries using head(1)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Sep  3 11:45:22 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - add missing perl Requires, they are not automatically added at build time
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Sep  3 11:19:09 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - remove the LD_RUN_PATH patch
 | |
|   The same result can appearently achieved by passing an empty LD_RUN_PATH to make
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Sep  3 10:27:44 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - quote % in awk regex to avoid potential errors
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Sep  3 10:27:00 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - use perl macro to remove unwanted files from buildroot
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Sep  3 09:47:14 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - Reduce number of rpmlint warnings:
 | |
|   update Group of doc and devel subpackage
 | |
|   update Summary  and description of perl, python and ruby bindings
 | |
|   trim description of ruby bindings
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Sun Sep  2 20:04:08 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - update perl(Pod::Simple::XHTML) BuildRequires, and comment
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Sun Sep  2 14:25:54 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - add hack to force virtio_blk instead of virtio_scsi
 | |
| - because 12.1 and older kernels do not have virtio_scsi yet
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Sat Sep  1 23:01:59 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - enable BuildRequires: perl(Win::Hivex)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Sat Sep  1 21:01:16 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - use versioned obsoletes to avoid self-obsoletes
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Sat Sep  1 20:53:08 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - move guestfsd to subpackage libguestfs-guestfsd
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Sat Sep  1 20:39:04 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - enable BuildRequires: perl(String::ShellQuote)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Sat Sep  1 20:26:11 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - move ocaml files to ocaml-libguestfs and ocaml-libguestfs-devel
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Sat Sep  1 15:40:47 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - rename subpackage libguestfs-python to python-libguestfs
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Sat Sep  1 14:14:34 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - rename subpackage libguestfs-perl to perl-Sys-Guestfs
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Aug 31 21:40:41 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.19.37
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Aug 31 21:39:27 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - reenable ruby bindings, apply patch to fix failure in 11.4 and 12.1
 | |
|   happens to work in sles11sp2 and 12.2 for some reason
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Aug 31 20:22:08 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - remove Version from libguestfs-data package, not needed.
 | |
| - remove Requires from libguestfs-data package, not needed either.
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Aug 31 20:20:22 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - remove libguestfs.perl.install_vendor.patch
 | |
|   INSTALLDIRS=vendor can be used to select a different dir
 | |
|   (from Fedora libguestfs.spec)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Aug 31 18:14:04 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - fix module loading, they have to be listed in a single line
 | |
| - include magic files for file
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Aug 31 16:52:38 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - add iproute2 for ip command
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Aug 31 15:30:55 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - add workaround for copying symlinks in mkinitrd (bnc#778149)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Aug 31 14:12:40 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - run mkinitrd with bash -x as a debugging aid
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Aug 31 13:36:54 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - add ntfs-3g
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Aug 31 12:11:59 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - remove compress
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Aug 31 12:10:06 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - add more packages to BuildRequires to reduce number of missing_commands
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Aug 30 20:37:06 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.19.36
 | |
|   Add patch to collect a list of all called binaries from guestfsd
 | |
| 
 | |
| - patch mkinitrd to copy links (bnc#778149)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Aug 30 11:18:11 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - sort modules and programs in initrd
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Aug 30 11:16:22 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - add blockdev from util-linux to initrd
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Aug 30 10:54:36 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - build with parted, for virt-alignment-scan
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Aug 30 10:45:15 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - use final filename for initrd and vmlinuz to simplify copying from build chroot
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Aug 30 10:24:49 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.19.35
 | |
|   disable java
 | |
|   remove kvm and qemu from BuildRequires, the path to qemu-kvm
 | |
|   can be passed to configure
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Aug 29 23:30:35 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - remove buildtime dependency of kvm
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Aug 29 19:40:04 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - build appliance as initramfs image with the help of mkinitrd
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Aug 29 17:26:45 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - enable and install the guestfs daemon
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Aug 29 16:48:23 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - build with attr-devel
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Aug 29 16:35:22 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - build with file-devel
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Aug 29 16:27:13 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - build with augeas in openSUSE 11.4 and later
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Aug 29 16:16:50 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - build with libconfig in openSUSE 12.2 and later
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Aug 29 16:07:05 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - split perl patch libguestfs-1.19.30.patch into
 | |
|   libguestfs.perl.install_vendor.patch and libguestfs.perl.no-rpath.patch
 | |
|   Both are needed in upcoming versions
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Aug 29 15:31:00 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - remove obsolete patches
 | |
|   libguestfs-1.13.14-disable-erlang.patch
 | |
|   libguestfs-1.13.14-no-machine.patch
 | |
|   libguestfs-1.13.14-provided-appliance.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Aug 29 14:41:16 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.19.34
 | |
|   enable fuse support
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Aug 24 19:24:15 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - require at least kvm 1.1 at runtime
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Aug 20 12:07:42 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.19.32
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Aug 20 12:01:08 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - package ocaml directory to fix build
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Aug 20 10:57:38 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - enable ocaml for sparsify
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Sat Aug 18 16:38:57 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - Require kvm, to get /usr/bin/qemu-kvm
 | |
| - move devel man pages to devel package
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Aug 17 10:18:18 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - force usage of Pod::Simple::XHTML from this project to fix build in 11.4
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Aug 16 17:55:36 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - run /usr/lib/obs/service/format_spec_file
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Aug 16 17:44:26 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - disable qemu test.
 | |
|   If the package is built within kvm the configure test will fail
 | |
|   because it starts kvm within kvm
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Aug 16 16:48:39 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - require Pod::Simple::XHTML for podwrapper.pl
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Aug 16 15:03:20 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - add more groups to enable sles11 build
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Aug 16 14:34:59 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - Add Group: Documentation to fix build in sles11
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Aug 16 11:24:11 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - RPM_OPT_FLAGS can not be used with configure macro, use CFLAGS instead
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Aug 16 10:57:01 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - remove libguestfs.files reference
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Aug 16 10:35:01 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - disable ruby, uses -Wl,-R
 | |
| - build with -Wno-unused
 | |
| - touch file list
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Aug 15 20:05:40 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - Update to version 1.19.30
 | |
|   move python, perl and ruby bindings to extra package
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Aug  7 11:12:47 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - ExclusiveArch x86
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Jul  2 19:41:08 CEST 2012 - ohering@suse.de
 | |
| 
 | |
| - fix filelist to build on sles11
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Sat Oct  1 08:30:45 CEST 2011 - mhrusecky@suse.cz
 | |
| 
 | |
| - disabling dependencies not present in Factory
 | |
|   * will enable them once they will be available
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Sep 29 20:55:55 CEST 2011 - mhrusecky@suse.cz
 | |
| 
 | |
| - shrinking virtual image
 | |
| - making virtual machine data dependent on libguestfs
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Sep 27 14:00:44 CEST 2011 - mhrusecky@suse.cz
 | |
| 
 | |
| - enabling more dependencies (fuse, hivex, libconfig)
 | |
| - providing ruby bindings
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Sep 27 00:33:09 CEST 2011 - mhrusecky@suse.cz
 | |
| 
 | |
| - Initial package (version 1.13.14)
 | |
|   * no bindings yet
 | |
|   * no fuse
 | |
|   * no febootstrap
 | |
|   * sample virtual machine included
 | |
| 
 |