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
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
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
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
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
460bc6a95d
- make perl-bindings (perl-Sys-Guestfs) optional, disabled for sles11
...
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=167
2012-11-29 19:34:52 +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
bab2869d01
- Update to version 1.19.61 (fate#312159)
...
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=161
2012-11-20 14:35:33 +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
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
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
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
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
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
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
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
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
68246d27ec
- update virtio-blk patch to force vda in libguestfs-test-tool
...
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=107
2012-09-24 12:57:04 +00:00
8e758de87e
- update mount-rootfs-and-do-chroot.sh, avoid bind mount errors
...
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=106
2012-09-24 09:02:45 +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
72cdcb7d7d
- reorder debug output in /init script, print partitions last
...
- mention mount-rootfs-and-do-chroot.sh in rescue message
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=104
2012-09-21 18:06:06 +00:00
de9dee77f4
- add mkdir, mount, chroot, umount to initrd command list, for 11.4
...
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=103
2012-09-20 15:53:01 +00:00
655fe5ff27
- use ttyS0 for setctsid if /proc/consoles does not exist
...
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=102
2012-09-20 15:40:50 +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
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
3014f430a0
remove unused debug commands
...
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=88
2012-09-13 07:58:43 +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
ffacc11c73
update .changes from obs log
...
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=85
2012-09-12 13:39:27 +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
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
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
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
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
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
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
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
e547ccb349
- build with libconfig in openSUSE 12.2 and later
...
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=22
2012-08-29 14:17:14 +00:00
f3151abec5
- Update to version 1.19.34
...
enable fuse support
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=19
2012-08-29 12:41:50 +00:00
e88d5a3d5f
- Update to version 1.19.32
...
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=17
2012-08-20 10:13:09 +00:00
f5b51bcbb0
- enable ocaml for sparsify
...
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=15
2012-08-20 08:58:04 +00:00
7f0f21c357
- Update to version 1.19.30
...
move python, perl and ruby bindings to extra package
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=4
2012-08-15 18:06:38 +00:00
b6606e51f3
- ExclusiveArch x86
...
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=3
2012-08-07 09:16:16 +00:00
7eb2c1f7bc
- fix filelist to build on sles11
...
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=2
2012-07-02 17:58:52 +00:00
Cristian Rodríguez
ddc77aadf5
Accepting request 85864 from home:-miska-
...
new package (libguestfs)
OBS-URL: https://build.opensuse.org/request/show/85864
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=1
2011-10-02 18:45:11 +00:00