SHA256
1
0
forked from pool/libguestfs
Commit Graph

372 Commits

Author SHA256 Message Date
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
2302978e86 bash-completion goes into guestfs-tools, not guestfsd
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=225
2013-08-20 14:50:12 +00:00
032859e39a Add bash-completion
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=224
2013-08-20 12:43:18 +00:00
5fe86c0867 -Requires: perl(Sys::Guestfs::Lib)
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=223
2013-08-20 11:45:23 +00:00
a01dec8f28 add libxml2-devel to fix build in <= 11.4
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=222
2013-08-19 21:51:11 +00:00
7fb13a547c - 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=221
2013-08-19 21:24:42 +00:00
db5b9bfb41 Remove config from udevrulesdir.
People (including rpm-lint folks) do not understand the meaning of this misnamed feature.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=219
2013-08-06 06:17:43 +00:00
7bfe3eca01 - Package /lib/udev or /usr/lib/udev in guestfsd subpackage
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=218
2013-08-05 15:48:49 +00:00
158ee81960 - Preserve permissions for /lib/udev in guestfsd subpackage
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=217
2013-08-05 15:17:23 +00:00
2f6028b8c2 +BuildRequires: qemu-tools
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=216
2013-07-30 20:54:11 +00:00
3db8c6d279 - 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).

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=215
2013-07-30 19:01:17 +00:00
99efd1b247 export PYTHON_EXT_SUFFIX=.so
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=214
2013-07-02 09:28:20 +00:00
2b7fa96821 Check if python is installed
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=213
2013-06-29 17:34:19 +00:00
1678caf9cc Fix build due to missing python.pc
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=212
2013-06-29 16:59:15 +00:00
d5edf456dc - 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=211
2013-06-16 06:37:47 +00:00
0520a0a155 - Update to version 1.20.8
* 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.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=210
2013-06-04 12:02:49 +00:00
c59d75c301 - force paths to supermin/supermin-helper even if package is not available at buildtime
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=209
2013-04-08 18:55:30 +00:00
2b0d4a3ae1 - 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).

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=208
2013-04-02 12:45:37 +00:00
95c541568a Accepting request 160930 from Cloud:OpenStack:Master
- use proper build conditionals so that it can be influenced
  outside spec file (via e.g. prjconf)

OBS-URL: https://build.opensuse.org/request/show/160930
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=206
2013-03-25 14:22:09 +00:00
2b8aac626f add missing files
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=205
2013-03-22 19:14:12 +00:00
ca1dd9405a - 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.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=204
2013-03-22 19:00:53 +00:00
17bac18d58 revert the build conditionals, its not fully working yet. back to r191
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=203
2013-03-22 18:51:52 +00:00
c06f893e29 remove duplication. Good eyes, Andreas :)
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=202
2013-03-21 14:37:50 +00:00
b38bc9aabb Accepting request 160457 from Cloud:OpenStack:Master
OBS-URL: https://build.opensuse.org/request/show/160457
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=201
2013-03-21 14:21:49 +00:00
1f13976730 another ruby_bindings attempt...
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=200
2013-03-20 10:10:41 +00:00
4238e9fe61 correct ruby_bindings condition
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=199
2013-03-19 17:19:47 +00:00
bd448f9ae9 unused
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=198
2013-03-18 19:10:11 +00:00
643c39ae1f OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=197 2013-03-18 19:09:16 +00:00
fa167a4e1f OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=196 2013-03-18 19:01:07 +00:00
61a890adcb typo
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=195
2013-03-18 18:52:41 +00:00
c6969c8773 - use proper build conditionals so that it can be influenced
outside spec file (via e.g. prjconf)

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=194
2013-03-18 18:46:58 +00:00
71cd725388 whops
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=193
2013-03-18 13:19:51 +00:00
695cec464f OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=192 2013-03-18 13:18:42 +00:00
e9e4eddbe0 - 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.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=191
2013-03-06 19:31:00 +00:00
518efff326 - 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.

- enable ruby bindings only in 12.2 or later, ruby is too fragile

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=190
2013-02-25 20:54:52 +00:00
63ec84ea32 - BuildRequire: perl-macros only in sles11 builds to fix build in 11.4
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=189
2013-02-24 17:14:05 +00:00
453ca336fc - more fixes for copying entire /etc/lvm directory (bnc#795503)
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=187
2013-01-18 13:29:34 +00:00
c83e40539e drop 0002-ruby-add-DGUESTFS_PRIVATE_FUNCTIONS-1-to-CFLAGS.patch
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=186
2013-01-18 13:26:57 +00:00
ce6dc11bb5 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=185 2013-01-17 14:51:37 +00:00
d0e8379b20 - disable strip and /usr/lib/rpm/find-debuginfo.sh for non-opt builds
it destroys bytecode binaries

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=184
2013-01-16 17:04:26 +00:00
dc1ca1c8e9 dump contents of /boot/
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=183
2013-01-03 17:13:23 +00:00
2cf70258a5 another /boot/vmlinuz replaced with kernel_binary
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=182
2013-01-03 16:13:21 +00:00
e6068b9afc another _ignore_exclusive_arch attempt
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=181
2013-01-03 15:53:24 +00:00
658d22f022 remove debug
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=180
2013-01-03 13:25:50 +00:00
6c079b6685 fix when _ignore_exclusive_arch is undefined
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=179
2013-01-03 13:17:53 +00:00
65e25759b6 - handle more architectures than just x86 when looking for guest kernel
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=178
2013-01-03 13:02:54 +00:00
d3fcbc97c1 add support for _ignore_exclusive_arch
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=177
2013-01-02 18:34:59 +00:00
7504c8bade 0001-ruby-Enable-C-compiler-warnings.patch
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=176
2013-01-02 18:18:37 +00:00
7e2206689e 0002-ruby-add-DGUESTFS_PRIVATE_FUNCTIONS-1-to-CFLAGS.patch
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=175
2013-01-02 18:06:10 +00:00
065556b434 - 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=174
2013-01-02 15:24:24 +00:00
a99740fbc4 - copy entire /etc/lvm directory in guestfsd (bnc#795503)
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=173
2013-01-02 15:00:55 +00:00
d21d21363c revert change, lacks ocaml support: - Enable build also on s390x
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=172
2013-01-02 14:59:35 +00:00
13c51ecf91 - Enable build also on s390x
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=171
2012-12-18 22:54:13 +00:00
b473d0c552 - correct initrd filename on i586 (bnc#794819)
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=170
2012-12-17 22:49:06 +00:00
cbc2ab9c2a - Update to stable branch, version 1.20.0
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=169
2012-12-13 16:10:28 +00:00
a2881333c2 - add Conflicts: (libguestfs0|guestfs-data) with old versions to
guestfs-tools to make sure all parts match the same API

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=168
2012-12-11 16:56:12 +00:00
4235031d54 - update BuildRequire ext4-writeable-kmp-default handling
enable it unconditional in sles11 builds, but not in the
  Virtualization repo because its a private package.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=166
2012-11-29 19:27:20 +00:00
f38ba01f5e - make perl-bindings optional, disabled for sles11
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=165
2012-11-29 19:17:06 +00:00
48bec672c0 - Update to version 1.19.64 (fate#312159)
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=164
2012-11-25 17:17:22 +00:00
65b6f4ec6c - Update to version 1.19.63 (fate#312159)
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=163
2012-11-23 19:21:05 +00:00
8deec0c776 - include Pod-Simple-3.23.tar.gz to get perl(Pod::Simple::XHTML)
at build time (bnc#789653)
- Update to version 1.19.62 (fate#312159)
- Update to version 1.19.61

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=162
2012-11-23 16:48:22 +00:00
b1b9b62606 rename with_ruby to with_ruby_bindings
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=160
2012-11-19 20:19:52 +00:00
7d49b08650 - 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=159
2012-11-19 17:28:37 +00:00
5a75091a73 - Update to version 1.19.61
new subpackage lua-libguestfs, disabled for sles11

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=158
2012-11-19 16:25:26 +00:00
cbafb3ebfd - stick to upstream defaults:
restore default attach mode, which is appliance,

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=157
2012-11-14 19:23:41 +00:00
272ffbad46 - 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=156
2012-11-14 16:53:23 +00:00
dde09efc8f tweak description of guestfsd and guestfs-data.
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=155
2012-11-14 16:36:27 +00:00
ee8ccc9b97 - remove guestfs-doc subpackage, it contains just exmple xml files
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=154
2012-11-14 16:31:29 +00:00
446a55c9c2 - remove autoreconf -fi, it fails with autoconf-1.10 as included
in sles11 due to AM_SUBST_NOTMAKE usage

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=153
2012-11-14 15:40:50 +00:00
6cb65ae2de - Update to version 1.19.59
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=152
2012-11-13 23:31:27 +00:00
aa016077ee - Update to version 1.19.58
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=151
2012-11-13 22:42:51 +00:00
f99fc1e425 - disable python when building for SLES11
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=150
2012-11-13 22:41:05 +00:00
a0c4ad6a79 remove ocaml bindings files if they are disable via rpm macro
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=149
2012-11-13 15:35:37 +00:00
3330fbe08d fix previous ocaml change, --enable-ocaml is required even for the tools
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=148
2012-11-13 15:26:04 +00:00
7c41a63ed4 - split BuildRequires ocaml into ocaml_tools and ocaml_bindings
- disable ocaml_bindings when building for SLES11

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=147
2012-11-13 14:45:14 +00:00
3daa88d84a - disable ruby when building for SLES11
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=146
2012-11-13 14:25:55 +00:00
525529d415 - Update to version 1.19.57
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=145
2012-11-08 15:17:45 +00:00
eb148b7870 - Update to version 1.19.56
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=144
2012-11-05 08:51:42 +00:00
4ee7647bf0 - Update to version 1.19.55
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=143
2012-10-30 20:56:56 +00:00
35b02f0e42 typo, vmlinuz listed twice
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=142
2012-10-29 09:38:32 +00:00
ebe513f261 handle get_kernel_version location in /sbin or /usr/sbin
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=141
2012-10-29 09:20:02 +00:00
25093f6a4e - add BuildRequires aaa_base to get get_kernel_version
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=140
2012-10-29 08:06:34 +00:00
65638dedbc resize: Depend explicitly on Unix module.
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=139
2012-10-22 13:07:10 +00:00
bef4468770 - Update to version 1.19.53
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=137
2012-10-19 12:18:28 +00:00
91c64d8804 - Update to version 1.19.52
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=135
2012-10-15 06:24:45 +00:00
03e6b044e8 enable ext4 write support in a sles11sp2 build
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=134
2012-10-12 15:08:44 +00:00
0e7d04e3b6 - Update to version 1.19.51
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=133
2012-10-11 21:17:51 +00:00
2b79c9aa87 - Update to version 1.19.50
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=132
2012-10-11 11:20:08 +00:00
6b6b533607 drop obsolete patch to fix build
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=131
2012-10-10 15:35:30 +00:00
41a4fef07e - Update to version 1.19.49
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=130
2012-10-10 15:23:26 +00:00
3117b71d50 - 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.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=129
2012-10-10 14:55:01 +00:00
78fcab96fa - make appliance optional when using libvirt as attach-method
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=126
2012-10-08 18:20:38 +00:00
f6b2e3bf91 add required quoting in _project test
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=125
2012-10-08 12:48:07 +00:00
d98876c932 - disable hivex and zerofree when building for SLES11
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=124
2012-10-08 12:40:37 +00:00
b7822e3c8f - Update to version 1.19.48
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=123
2012-10-08 10:07:43 +00:00
60fdc292aa - make zerofree optional in the spec file
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=122
2012-10-03 16:01:46 +00:00
0c1fce8817 - remove obsolete virt-list-filesystems, virt-list-partitions and
virt-tar comamnds

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=121
2012-10-03 15:01:35 +00:00
b97e5fb309 - add local patches to copy symlinks with mkinitrd (bnc#778149)
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=116
2012-09-28 05:41:58 +00:00
981cb5f327 run format_spec_file, to force a rebuild
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=115
2012-09-26 14:31:44 +00:00
3e9629c7ce - add mount.ntfs and mount.fuse to initrd
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=114
2012-09-25 14:42:26 +00:00
7dbf8f0873 - Update to version 1.19.44
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=113
2012-09-25 05:24:51 +00:00
79c7e76398 fix typo, remove duplicate Requires:
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=112
2012-09-24 18:22:22 +00:00
35696becd6 wrap part of perl post-make-install processing in with_perl
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=111
2012-09-24 15:29:28 +00:00
835795384b wrap more Requires/BuildRequires for optional hivex support
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=110
2012-09-24 13:30:42 +00:00
deebdecd47 update spec file to make hivex optional
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=109
2012-09-24 13:08:21 +00:00
e448caff31 remove duplicate comment
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=108
2012-09-24 12:58:11 +00:00
374a11e6d2 - Update to version 1.19.43
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=105
2012-09-23 19:26:17 +00:00
e149406abb - enable augeas unconditionally also for sles11
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=101
2012-09-19 21:48:36 +00:00
3c74d3dd79 - add augeas-lenses to BuildRequires in 11.4+ and package it in
initrd, for virt-inspector

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=100
2012-09-19 15:53:43 +00:00
376f6132de - Update to version 1.19.42
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=99
2012-09-18 06:15:44 +00:00
42a25e66ca - Update to version 1.19.41
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=98
2012-09-17 07:40:12 +00:00
287781f5b6 guestfs-data must Provide libguestfs-data
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=97
2012-09-13 20:33:27 +00:00
d6a286c262 - move BuildRequires for subpackages into the subpackage section
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=96
2012-09-13 18:22:57 +00:00
a05af80829 - move Requires to guestfs-tools
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=95
2012-09-13 18:12:48 +00:00
d8056fd419 - Use perl_requires macro in guestfs-tools
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=94
2012-09-13 18:11:21 +00:00
704a3f5fdd - add Requires libguestfs0 to libguestfs-devel to fix rpmlint warning
- 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=93
2012-09-13 18:07:18 +00:00
b373555d5f - force virtio-blk usage only if the guest kernel has no virtio-scsi
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=92
2012-09-13 12:54:57 +00:00
c0cdbdd21e - delete unused perl script without executable permissions to fix rpmlint warning
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=91
2012-09-13 08:40:16 +00:00
12d092a073 - delete empty perl bootstrap files to fix rpmlint warning
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=90
2012-09-13 08:18:28 +00:00
1ed2b4d241 - adjust Summary of libguestfs0 to fix rpmlint warning
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=89
2012-09-13 08:12:31 +00:00
5c9a1c65ce - add jfsutils and reiserfs to BuildRequires to reduce number of missing_commands
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=86
2012-09-13 05:10:10 +00:00
3cfa25b5f5 copy terminfo files so that backspace works in screen
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=82
2012-09-07 15:03:24 +00:00
01411068c2 move all modules, except dm-mod, to udevmodules so that the are really loaded on demand
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=80
2012-09-05 13:04:16 +00:00
f834f94ba3 include sparsify from zerofree.rpm, and strace in initrd
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=79
2012-09-05 09:30:26 +00:00
65c8c74858 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=78
2012-09-05 09:29:37 +00:00
1406bdbc7d - Update to version 1.19.40
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=77
2012-09-05 08:17:44 +00:00
58c16e2b11 move additional modules to mkinitrd to prevent loading everything
rely on autoloading instead
add also nls modules, remove ecrypt

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=76
2012-09-04 19:14:31 +00:00
855ed4d003 - Update to version 1.19.39
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=75
2012-09-04 17:41:16 +00:00
3a4645092e - Update to version 1.19.38
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=71
2012-09-04 07:38:00 +00:00
fd887b9073 correct assignment for additional external commands
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=70
2012-09-04 06:02:36 +00:00
da8b6e8325 actually enable the code to force virtio_blk
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=69
2012-09-03 21:38:25 +00:00
92e2668f86 add also the fsck.* commands because guestfsd can not provide such a list
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=68
2012-09-03 18:12:05 +00:00
88b02d524c run format_specfile
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=67
2012-09-03 18:11:21 +00:00
6c59560b69 add dosfstools for mkfs.vfat/msdos
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=66
2012-09-03 18:10:43 +00:00
8439719993 move all BuildRequires for the initrd into the subpackage section
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=65
2012-09-03 18:08:08 +00:00
edd8433ad0 add patch to force virtio_blk or virtio_scsi via environment variable
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=64
2012-09-03 18:00:34 +00:00
e7c418f9f1 update Group of ocaml-libguestfs-devel to fix rpmlint warning
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=63
2012-09-03 17:21:14 +00:00
f7ec0a4bc3 provide fixed list of mkfs subcommands because guestfsd can not export such list
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=62
2012-09-03 16:05:00 +00:00
86c255dcc8 add missing perl Requires, they are not automatically added at build time
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=59
2012-09-03 09:45:22 +00:00
4f685999cd remove the LD_RUN_PATH patch
The same result can appearently achieved by passing an empty LD_RUN_PATH to make

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=58
2012-09-03 09:19:09 +00:00
9518d1f2bb quote % in awk regex to avoid potential errors
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=57
2012-09-03 08:27:44 +00:00
f7c0877c99 use perl macro to remove unwanted files from buildroot
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=56
2012-09-03 08:27:00 +00:00
a2e5b3e9bb 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=55
2012-09-03 07:47:14 +00:00
469445cf2c update perl(Pod::Simple::XHTML) BuildRequires, and comment
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=54
2012-09-02 18:04:08 +00:00
c2a0a43dd0 add hack to force virtio_blk instead of virtio_scsi
because 12.1 and older kernels do not have virtio_scsi yet

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=53
2012-09-02 12:25:54 +00:00
1e74dfd9e3 enable BuildRequires: perl(Win::Hivex)
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=52
2012-09-01 21:01:59 +00:00
e42e2ce06b use versioned obsoletes to avoid self-obsoletes
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=51
2012-09-01 19:01:16 +00:00
2eeced7fed - move guestfsd to subpackage libguestfs-guestfsd
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=50
2012-09-01 18:53:34 +00:00
a7bbf95fe2 enable BuildRequires: perl(String::ShellQuote)
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=49
2012-09-01 18:39:04 +00:00
d361fc3218 - move ocaml files to ocaml-libguestfs and ocaml-libguestfs-devel
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=48
2012-09-01 18:26:42 +00:00
744f9b0f08 - rename subpackage libguestfs-python to python-libguestfs
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=47
2012-09-01 13:41:10 +00:00
f6aa82bf69 - rename subpackage libguestfs-perl to perl-Sys-Guestfs
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=46
2012-09-01 12:15:10 +00:00
926f017d54 - Update to version 1.19.37
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=45
2012-08-31 19:41:03 +00:00
d452806999 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=44
2012-08-31 19:39:27 +00:00
65e8c8e0d6 remove Version from libguestfs-data package, not needed.
remove Requires from libguestfs-data package, not needed either.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=43
2012-08-31 18:22:08 +00:00
c99bbec8f1 remove libguestfs.perl.install_vendor.patch
INSTALLDIRS=vendor can be used to select a different dir
from Fedora libguestfs.spec

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=42
2012-08-31 18:20:22 +00:00
12d47b73e2 fix module loading, they have to be listed in a single line
include magic files for file

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=41
2012-08-31 16:14:04 +00:00
7bb7bd89cf add iproute2 for ip command
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=40
2012-08-31 14:52:38 +00:00
db14b0b431 - add workaround for copying symlinks in mkinitrd (bnc#778149)
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=39
2012-08-31 13:32:43 +00:00
1281aa499f run mkinitrd with bash -x as a debugging aid
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=38
2012-08-31 12:12:40 +00:00
f87b3d6c50 add ntfs-3g
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=37
2012-08-31 11:36:54 +00:00
167452df48 remove compress
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=36
2012-08-31 10:11:59 +00:00
ee6b909e03 add more packages to BuildRequires to reduce number of missing_commands
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=35
2012-08-31 10:10:06 +00:00
e114d9a2d1 - 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)

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=34
2012-08-30 18:40:11 +00:00
8f679212e6 add blockdev from util-linux to initrd
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=32
2012-08-30 09:16:22 +00:00
3881762cdc build with parted, for virt-alignment-scan
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=31
2012-08-30 08:54:36 +00:00
70e557bfa0 use final filename for initrd and vmlinuz to simplify copying from build chroot
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=30
2012-08-30 08:45:15 +00:00
e28b92b647 - Update to version 1.19.35
disable java
  remove kvm and qemu from BuildRequires, the path to qemu-kvm
  can be passed to configure

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=29
2012-08-30 08:27:21 +00:00
3004eebd00 remove buildtime dependency of kvm
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=28
2012-08-29 21:30:35 +00:00
86bc25c3c2 - build appliance as initramfs image with the help of mkinitrd
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=27
2012-08-29 17:43:39 +00:00
a097a6c48f - enable and install the guestfs daemon
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=26
2012-08-29 15:27:00 +00:00
b08a9b83f7 - build with attr-devel
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=25
2012-08-29 14:48:35 +00:00
1a8e13710d - build with file-devel
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=24
2012-08-29 14:36:23 +00:00
58b64e5d4d - build with augeas in openSUSE 11.4 and later
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=23
2012-08-29 14:27:36 +00:00