SHA256
1
0
forked from pool/libguestfs
Commit Graph

345 Commits

Author SHA256 Message Date
Cédric Bosdonnat
b51803f5d7 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=417 2017-12-05 10:09:16 +00:00
Cédric Bosdonnat
970ea4d7bd Accepting request 548191 from home:cbosdonnat:branches:Virtualization
- evtxdump is in python3-evtx, drop python2 dependency
  (fate#323526)

OBS-URL: https://build.opensuse.org/request/show/548191
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=416
2017-12-04 17:20:49 +00:00
Cédric Bosdonnat
b4a9c7b26f Accepting request 546686 from home:cbosdonnat:branches:Virtualization
Fix is_opensuse macro mess in spec file

OBS-URL: https://build.opensuse.org/request/show/546686
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=414
2017-11-30 10:54:44 +00:00
Cédric Bosdonnat
e74a187725 - Add db48-utils dependency: needed to inspect the installed
packages.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=413
2017-11-22 16:23:43 +00:00
Cédric Bosdonnat
3725fcbc09 Accepting request 536716 from home:cbosdonnat:branches:Virtualization
- Force distro detection
  Removed:
    * use-idlike.patch
  Added:
    * 531316cc-build-improve-and-simplify-distro-detection.patch

OBS-URL: https://build.opensuse.org/request/show/536716
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=411
2017-10-26 07:50:17 +00:00
Cédric Bosdonnat
45101f7822 - Move guestfs-data to libguestfs0. bsc#1064399
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=410
2017-10-25 13:25:49 +00:00
a68204cbea Accepting request 533662 from home:sbrabec:branches:Virtualization
- Use "OCaml" in RPM group exactly as all other packages do.

OBS-URL: https://build.opensuse.org/request/show/533662
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=408
2017-10-13 06:56:20 +00:00
2a8db46d2a Accepting request 528077 from home:jengelh:branches:Virtualization
- Update summaries and RPM groups. Trim description for size.
- Replace old $RPM_ shell vars by macros.
  Remove redundant %clean section.

OBS-URL: https://build.opensuse.org/request/show/528077
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=406
2017-09-25 09:23:26 +00:00
Cédric Bosdonnat
77da480dd9 Accepting request 527667 from home:cbosdonnat:branches:Virtualization
- Add windows support files to the appliance for SLES (fate#316274)
- Merge SLES and openSUSE spec files.

OBS-URL: https://build.opensuse.org/request/show/527667
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=405
2017-09-21 09:01:23 +00:00
Cédric Bosdonnat
f90b15aef3 Accepting request 521908 from home:cbosdonnat:branches:Virtualization
- Tweak configuration before building for python3 or PyString_*
  symbols will still be missing

OBS-URL: https://build.opensuse.org/request/show/521908
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=403
2017-09-07 08:20:20 +00:00
Cédric Bosdonnat
e7da7e37ad Accepting request 520153 from home:cbosdonnat:branches:Virtualization
- 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

OBS-URL: https://build.opensuse.org/request/show/520153
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=401
2017-09-01 14:44:47 +00:00
Cédric Bosdonnat
308f6baa27 Accepting request 514065 from home:cbosdonnat:branches:Virtualization
- Fix python binding package
  * Replace python-libguestfs by python[23]-libguestfs packages
  * Add egg-info to python[23]-libguestfs package

OBS-URL: https://build.opensuse.org/request/show/514065
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=399
2017-08-02 16:04:59 +00:00
Cédric Bosdonnat
ae33b331fe Accepting request 513144 from home:cbosdonnat:branches:Virtualization
- Add missing dependency on guestfs-data (bsc#1048848)
- Add conflict with old virt-v2v (bsc#1050069)

OBS-URL: https://build.opensuse.org/request/show/513144
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=398
2017-07-31 08:31:57 +00:00
Cédric Bosdonnat
b10082bf9f Accepting request 511369 from home:cbosdonnat:branches:Virtualization
- add missing dependency on guestfs-data (bsc#1048848)

OBS-URL: https://build.opensuse.org/request/show/511369
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=397
2017-07-19 10:33:56 +00:00
2426376ef6 - add dependency on augeas (bsc#1048620)
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=396
2017-07-17 07:05:45 +00:00
d036cb30b4 - 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
- drop 0000-hotfix.patch
- add download location for source verification purposes

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=395
2017-07-16 09:23:54 +00:00
Cédric Bosdonnat
4ba8479520 Accepting request 500560 from home:cbosdonnat:branches:Virtualization
- Fix v2v conversion of SLES 11 SP4 with kdump enabled
  bsc#1038397

OBS-URL: https://build.opensuse.org/request/show/500560
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=393
2017-06-02 09:02:21 +00:00
076bd583eb Accepting request 499659 from home:olh:branches:Virtualization
- Update to version 1.32.4
  ... to fix build with gperf 3.1

OBS-URL: https://build.opensuse.org/request/show/499659
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=390
2017-05-30 12:54:35 +00:00
Cédric Bosdonnat
3015488a2e Accepting request 487787 from home:cbosdonnat:branches:Virtualization
- Add ldmtool to appliance (fate#320858)
- Add cdrkit-cdrtools-compat to appliance, required for isoinfo*
  APIs to work.

OBS-URL: https://build.opensuse.org/request/show/487787
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=386
2017-04-13 08:55:04 +00:00
Cédric Bosdonnat
5364ac809f Accepting request 442930 from home:cbosdonnat:branches:Virtualization
- Add initviocons to appliance package (bsc#1011940)

OBS-URL: https://build.opensuse.org/request/show/442930
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=384
2016-11-30 17:07:51 +00:00
Cédric Bosdonnat
8767fed42b Accepting request 428643 from home:cbosdonnat:branches:Virtualization
- Add mount.ntfs alternatives symlink for SLES too (fate#316274)

OBS-URL: https://build.opensuse.org/request/show/428643
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=380
2016-09-19 09:35:23 +00:00
f4c4b042be Accepting request 427622 from home:olh:branches:Virtualization
- Remove obsolete kernel checks from specfile (fate#316274)
- Remove kernel-default and mkinitrd from BuildRequires (fate#316274)

OBS-URL: https://build.opensuse.org/request/show/427622
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=378
2016-09-14 15:15:21 +00:00
d76fbae080 Accepting request 423680 from home:cbosdonnat:branches:Virtualization
- Clean up dependencies and add recommends for optional packages
  like the ones enabling file system features
  fate#316274, bsc#993501

OBS-URL: https://build.opensuse.org/request/show/423680
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=376
2016-08-30 05:31:37 +00:00
Cédric Bosdonnat
612df6bb0c Accepting request 417113 from home:cbosdonnat:branches:Virtualization
Move guestfsd manual deps from guestfs-tools to guestfs-data

OBS-URL: https://build.opensuse.org/request/show/417113
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=374
2016-08-05 14:30:45 +00:00
Cédric Bosdonnat
3b0e701ef1 Accepting request 415546 from home:cbosdonnat:branches:Virtualization
Fix the dependencies

OBS-URL: https://build.opensuse.org/request/show/415546
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=372
2016-07-28 10:00:45 +00:00
Cédric Bosdonnat
00633d2893 Accepting request 412484 from home:cbosdonnat:branches:Virtualization
- appliance fixes (fate#316274):
  * re-add helper script mount-rootfs-and-chroot.sh for virt-rescue
  * make guestfs-data a requirement of guestfs-tools

OBS-URL: https://build.opensuse.org/request/show/412484
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=369
2016-07-21 06:26:49 +00:00
Cédric Bosdonnat
759c6fe608 Accepting request 412295 from home:cbosdonnat:branches:Virtualization
- v2v: add support for win2k16.
  Backport commit e93d4ea3, fate#316274

OBS-URL: https://build.opensuse.org/request/show/412295
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=367
2016-07-20 09:00:26 +00:00
1185f3f742 Accepting request 408312 from home:keichwa:branches:Virtualization
fix summary

OBS-URL: https://build.opensuse.org/request/show/408312
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=365
2016-07-13 16:00:23 +00:00
Cédric Bosdonnat
b88076bd8d Accepting request 406381 from home:cbosdonnat:branches:Virtualization
- Fix guestfs-tools dependencies. bsc#986866

OBS-URL: https://build.opensuse.org/request/show/406381
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=363
2016-07-04 12:20:29 +00:00
Cédric Bosdonnat
5e8c0e04a6 Remove i586 arch (added by mistake)
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=362
2016-06-27 07:28:20 +00:00
Cédric Bosdonnat
61dd245dd1 Accepting request 404287 from home:cbosdonnat:branches:Virtualization
* Fix p2v conditional build default
* Fix permissions of launch-virt-p2v
* Backport 82b74ed0bdb6d0cfd207343f75fa8e362c11d58e

OBS-URL: https://build.opensuse.org/request/show/404287
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=361
2016-06-23 16:02:47 +00:00
Cédric Bosdonnat
86bfedb689 Accepting request 404088 from home:cbosdonnat:branches:Virtualization
- Fix virt-filesystem -l for btrfs. bsc#980092
- Add p2v support (fate#316274)

OBS-URL: https://build.opensuse.org/request/show/404088
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=360
2016-06-22 19:08:28 +00:00
Cédric Bosdonnat
9ac287ed57 Accepting request 398177 from home:cbosdonnat:branches:Virtualization
Add guestfs-winsupport recommends

OBS-URL: https://build.opensuse.org/request/show/398177
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=358
2016-05-26 10:19:25 +00:00
Cédric Bosdonnat
80fbef3920 Accepting request 398021 from home:cbosdonnat:branches:Virtualization
Preserve ocaml bytecode

OBS-URL: https://build.opensuse.org/request/show/398021
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=357
2016-05-25 15:15:45 +00:00
Cédric Bosdonnat
40744a9643 Accepting request 397963 from home:cbosdonnat:branches:Virtualization
Fix syntax error

OBS-URL: https://build.opensuse.org/request/show/397963
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=356
2016-05-25 14:03:42 +00:00
Cédric Bosdonnat
f50adf01f8 Accepting request 397953 from home:cbosdonnat:branches:Virtualization
Fix the SLES 12 build: use %if %is_opensuse

OBS-URL: https://build.opensuse.org/request/show/397953
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=355
2016-05-25 13:02:39 +00:00
Cédric Bosdonnat
cf1f1108f4 Accepting request 397949 from home:cbosdonnat:branches:Virtualization
- 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

OBS-URL: https://build.opensuse.org/request/show/397949
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=354
2016-05-25 12:44:28 +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
b57c032050 libguestfs.rpmlintrc
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=341
2015-07-31 07:45:51 +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
c5331f9a1a - Force feature usb into initrd to avoid build-compare noise
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=335
2015-03-09 14:15:20 +00:00
dad1f5daa7 - Workaround bug in patch(1) which does not follow symlinks anymore
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=334
2015-03-09 13:59:16 +00:00
995f04f76d - 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=333
2015-02-24 10:08:29 +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
Cédric Bosdonnat
b2e0d44130 Accepting request 284494 from home:cbosdonnat:branches:Virtualization
- Make zypper called with -n parameter when installing packages.
  5f663c20-zypper-non-interactive.patch (bsc#916567)

OBS-URL: https://build.opensuse.org/request/show/284494
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=331
2015-02-06 14:52:49 +00:00
ed4c3170e2 - Package guestfs_lvm_conf.aug (bnc#908632)
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=330
2014-12-09 15:46:21 +00:00
1808da3728 - Handle more dist versions when patching mkinitrd
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=329
2014-11-26 12:33:58 +00:00
1d001e9d55 patch mkinitrd unconditional
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=327
2014-11-24 17:17:26 +00:00
0cbaa4b386 - Use fixed /etc/hosts and ibft_hostname to reduce build-compare noise
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=325
2014-11-24 16:56:06 +00:00
5b20983ebf - Include gconv modules for hivex (bnc#900530)
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=320
2014-10-14 08:35:35 +00:00
aec0a02080 - 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=318
2014-09-05 07:56:02 +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
e4ddf29ca2 - Fix build without ocaml
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=314
2014-07-31 13:54:21 +00:00
fa2f6c99c9 - 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=313
2014-07-31 13:21:59 +00:00
b47555b18a - define kernel_binary on aarch64
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=312
2014-07-31 13:06:46 +00:00
7788d14769 - Use Image instead of uImage on ARM
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=311
2014-07-31 12:57:18 +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
c7c8c8231b - Include fdisk and bc (bnc#886372)
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=306
2014-07-09 08:04:24 +00:00
d9b94223a5 - add Requires: qemu 2 to guestfs-tools to restore versioned kvm
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=305
2014-07-08 15:34:31 +00:00
b7316c8489 remove versioned requires again, does not work
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=304
2014-07-08 15:30:01 +00:00
e24e300c10 restore qemu version requirement, 2.0 this time
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=303
2014-07-08 15:26:15 +00:00
86b12d53c7 - Use /usr/bin/qemu-system-ppc64 as kvm_binary on ppc64le
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=301
2014-07-08 10:54:55 +00:00
121e93d121 remove incorrect break statement, introduced by previous commit
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=300
2014-07-08 10:54:08 +00:00
7ff4f2fa18 - Handle empty /lib/mkinitrd/scripts gracefully
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=299
2014-07-08 10:53:33 +00:00
426301008d - 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)

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=298
2014-07-07 08:21:47 +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
1c0bde9d4f gptfdisk >12.1
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=296
2014-07-04 08:10:46 +00:00
df597f9d5a - Add cdrkit-cdrtools-compat, psmisc, gptfdisk, syslinux to
BuildRequires to reduce amount of missing commands

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=295
2014-07-04 07:54:14 +00:00
286d1d9658 - Add cdrkit-cdrtools-compat, fuser, gptfdisk, syslinux to reduce
amount of missing commands

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=294
2014-07-04 07:52:15 +00:00
4cb15f87ba - Include mkinitrd scripts for btrfs, and include it in feature list
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=293
2014-07-04 07:42:33 +00:00
2eabec72fe - Include mkinitrd scripts for btrfs
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=291
2014-07-03 16:14:53 +00:00
a50be92a32 - 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)

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=290
2014-07-02 09:31:23 +00:00
b8a3032516 Accepting request 236410 from home:mlatimer:branches:Virtualization
Fix permissions on initramfs to allow regular users access

OBS-URL: https://build.opensuse.org/request/show/236410
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=288
2014-06-06 12:35:32 +00:00
271a9fe0eb - 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=286
2014-05-26 09:23:53 +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
820099f8db - Build without ocaml.opt on s390x and ppc64le
0001-ocamlopt.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=278
2014-02-27 12:41:42 +00:00
0335bfb185 - Update to version 1.24.5
*  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.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=275
2014-02-12 23:45:34 +00:00
67c19b1daf - more testcases for SLE12, using grub2
libguestfs.test.simple.create-sles12-guest.sh
  libguestfs.test.simple.create-sles12-guest-crypt-on-lvm.sh

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=273
2014-02-04 21:58:08 +00:00
7f36b4ca45 - drop i586 from ExclusiveArch as SLE-12 does not build a runnable
kernel there, and KVM is 64bit only

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=271
2014-02-03 14:23:45 +00:00
6a7f1fd48e - add BuildRequires: ocaml(ocaml.opt)
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=269
2014-01-30 11:23:27 +00:00
4606884cd3 Let guestfs-test require the main pkg to pull everything in
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=264
2014-01-22 17:33:16 +00:00
660c9127df Install new test
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=263
2014-01-22 16:49:58 +00:00
898c43d60f - add libguestfs-test subpackage, /usr/share/guestfs (fate#316275)
libguestfs.test.simple.run-libugestfs-test-tool.sh
  libguestfs.test.simple.create-opensuse-guest.sh

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=258
2014-01-22 10:15:09 +00:00
ec60cc521f - Update to version 1.24.4
* 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=256
2014-01-20 22:25:52 +00:00
2f158c7e68 - Resolve also library dependencies of libnss in mkinitrd (bnc#847785)
- BuildRequire nfs-utils to get mount.nfs, for virt-rescue

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=254
2014-01-20 16:32:24 +00:00
6e1bf6bd40 - 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=252
2014-01-16 21:11:35 +00:00
f7073632ba - 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=250
2014-01-07 14:04:04 +00:00
e6c81ca38c - 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=248
2013-12-17 21:35:11 +00:00
d9504cc043 - 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=246
2013-11-26 10:30:37 +00:00
1c10e4f73d Accepting request 204260 from Virtualization
after being unable to submit a specific revision to Factory, revert to the desired revision 242 before submitting to Factory.

OBS-URL: https://build.opensuse.org/request/show/204260
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=244
2013-10-22 09:09:06 +00:00
c11c64b00d revert AUG_NO_ERR_CLOSE changes
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=243
2013-10-18 14:15:26 +00:00
6081a81c51 - 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).

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=242
2013-10-18 08:33:16 +00:00
4a4dd959ce - Keep setup-dm.sh, required to copy dm rules (bnc#837595)
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=241
2013-10-14 17:33:15 +00:00
622249e305 - Remove BuildRequires: qemu-tools
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=239
2013-09-23 13:36:05 +00:00
de9c98eadf - 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.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=237
2013-09-19 18:30:37 +00:00
0d55f19c38 - add ppc64 to Exclusive arch
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=234
2013-09-02 12:00:49 +00:00
9c9bcc4217 - Add support for lvm (bnv#837595)
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=232
2013-08-29 19:37:04 +00:00
79b4b7a5ae - Add network related modules to initrd (bnc#835949)
- Remove supermin.d
- Mount also /dev/pts in mount-rootfs-and-do-chroot.sh

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=228
2013-08-22 07:48:54 +00:00
43663c5480 Enable 1000-force-virtio_blk-in-old-guest-kernel.patch again
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=226
2013-08-20 18:43:14 +00:00