SHA256
1
0
forked from pool/libguestfs
Commit Graph

16 Commits

Author SHA256 Message Date
0d2e107c89 Accepting request 334812 from home:cbosdonnat:branches:Virtualization
- Add --gpg-auto-import-keys and -l to zypper for install and
  update.

OBS-URL: https://build.opensuse.org/request/show/334812
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=349
2015-09-29 14:29:54 +00:00
8e5ba8d20f Accepting request 330886 from home:cbosdonnat:branches:Virtualization
- Create the .cache folder if it doesn't exist already.
  bsc#939097.

OBS-URL: https://build.opensuse.org/request/show/330886
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=347
2015-09-14 12:43:07 +00:00
7a9cb2da14 Accepting request 330059 from home:cbosdonnat:branches:Virtualization
- Define SHA512 as the default password encryption method for
  opensuse 11+.

OBS-URL: https://build.opensuse.org/request/show/330059
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=345
2015-09-09 14:19:14 +00:00
676eaa8744 Accepting request 329627 from home:cbosdonnat:branches:Virtualization
Forgot to add curl's --max-redirs 5 together with -L

OBS-URL: https://build.opensuse.org/request/show/329627
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=344
2015-09-08 07:58:58 +00:00
7e157ec941 Accepting request 329577 from home:cbosdonnat:branches:Virtualization
- Add opensuse images source for virt-builder.
  fate#318952.

OBS-URL: https://build.opensuse.org/request/show/329577
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=343
2015-09-07 18:30:32 +00:00
b70f50280e Accepting request 319128 from home:cbosdonnat:branches:Virtualization
- Make sure gpg-agent isn't blocking unmount operations for
  fedora 22+ images. boo#939105

OBS-URL: https://build.opensuse.org/request/show/319128
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=340
2015-07-28 15:10:47 +00:00
Cédric Bosdonnat
ae6bbcfcef Accepting request 284504 from home:cbosdonnat:branches:Virtualization
Merging with hostfix patch

OBS-URL: https://build.opensuse.org/request/show/284504
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=332
2015-02-06 15:27:36 +00:00
72ad8f1b19 Use just btrfs subvolume list -o $mnt
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=323
2014-10-16 15:06:01 +00:00
3200147e0a drop guestfs___trace from btrfs subvol change
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=322
2014-10-16 13:42:16 +00:00
33d5907880 - Handle btrfs subvolume name '@' as used in SLE12 (bnc#900346)
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=321
2014-10-16 11:27:06 +00:00
68c1c5905e - 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=316
2014-08-26 07:25:04 +00:00
bccb9f0848 - 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).

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=309
2014-07-28 07:31:33 +00:00
e02e9f1d48 - 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).

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=297
2014-07-07 08:05:23 +00:00
95acf398d5 git format-patch -k is broken, create non-empty file for hotfix.patch
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=284
2014-05-13 13:51:49 +00:00
0c246c48e1 - 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.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=283
2014-05-13 13:41:42 +00:00
138052f008 - 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=281
2014-03-28 14:19:16 +00:00