Commit Graph

198 Commits

Author SHA256 Message Date
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