2010-03-01 11:54:11 +00:00
|
|
|
|
# If you have trouble building locally ('make local') try adding
|
|
|
|
|
# %libguestfs_buildnet 1
|
|
|
|
|
# to your ~/.rpmmacros file.
|
|
|
|
|
|
2010-02-10 10:37:19 +00:00
|
|
|
|
# Enable to build using a network repo
|
|
|
|
|
# Default is disabled
|
|
|
|
|
%if %{defined libguestfs_buildnet}
|
|
|
|
|
%global buildnet %{libguestfs_buildnet}
|
|
|
|
|
%else
|
|
|
|
|
%global buildnet 0
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# Enable to make the appliance use virtio_blk
|
|
|
|
|
# Default is enabled
|
|
|
|
|
%if %{defined libguestfs_virtio}
|
|
|
|
|
%global with_virtio %{libguestfs_virtio}
|
|
|
|
|
%else
|
|
|
|
|
%global with_virtio 1
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# Enable to run tests during check
|
|
|
|
|
# Default is enabled
|
|
|
|
|
%if %{defined libguestfs_runtests}
|
|
|
|
|
%global runtests %{libguestfs_runtests}
|
|
|
|
|
%else
|
|
|
|
|
%global runtests 1
|
|
|
|
|
%endif
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
2010-02-25 16:38:21 +00:00
|
|
|
|
Summary: Access and modify virtual machine disk images
|
|
|
|
|
Name: libguestfs
|
|
|
|
|
Epoch: 1
|
2011-03-24 12:45:56 +00:00
|
|
|
|
Version: 1.9.13
|
2011-03-28 10:57:54 +00:00
|
|
|
|
Release: 2%{?dist}
|
2010-02-25 16:38:21 +00:00
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
URL: http://libguestfs.org/
|
2010-12-19 16:13:26 +00:00
|
|
|
|
Source0: http://libguestfs.org/download/1.9-development/%{name}-%{version}.tar.gz
|
2010-02-25 16:38:21 +00:00
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
2009-11-18 17:28:54 +00:00
|
|
|
|
# Disable FUSE tests, not supported in Koji at the moment.
|
2010-11-24 22:34:12 +00:00
|
|
|
|
Patch0: libguestfs-1.7.13-no-fuse-test.patch
|
2009-11-18 17:28:54 +00:00
|
|
|
|
|
2009-05-09 21:30:45 +00:00
|
|
|
|
# Basic build requirements:
|
|
|
|
|
BuildRequires: /usr/bin/pod2man
|
|
|
|
|
BuildRequires: /usr/bin/pod2text
|
2010-12-11 18:30:19 +00:00
|
|
|
|
BuildRequires: febootstrap >= 3.3
|
2010-05-15 20:13:44 +00:00
|
|
|
|
BuildRequires: hivex-devel >= 1.2.2
|
2009-05-09 21:30:45 +00:00
|
|
|
|
BuildRequires: augeas-devel >= 0.5.0
|
|
|
|
|
BuildRequires: readline-devel
|
2009-08-19 17:51:29 +00:00
|
|
|
|
BuildRequires: genisoimage
|
2009-10-29 17:37:33 +00:00
|
|
|
|
BuildRequires: libxml2-devel
|
2009-05-21 08:12:11 +00:00
|
|
|
|
BuildRequires: qemu-kvm >= 0.10-7
|
2010-12-06 17:48:09 +00:00
|
|
|
|
BuildRequires: createrepo
|
2009-05-12 16:42:14 +00:00
|
|
|
|
BuildRequires: glibc-static
|
2009-08-13 10:11:05 +00:00
|
|
|
|
BuildRequires: libselinux-devel
|
2009-11-03 17:58:33 +00:00
|
|
|
|
BuildRequires: fuse-devel
|
2010-08-17 14:03:44 +00:00
|
|
|
|
BuildRequires: pcre-devel
|
|
|
|
|
BuildRequires: file-devel
|
|
|
|
|
BuildRequires: libvirt-devel
|
2010-09-04 12:07:07 +00:00
|
|
|
|
BuildRequires: po4a
|
2010-11-03 21:50:28 +00:00
|
|
|
|
BuildRequires: gperf
|
- New upstream development version 1.7.15.
- Split out new libguestfs-tools-c package from libguestfs-tools.
. This is so that the -tools-c package can be pulled in by people
wanting to avoid a dependency on Perl, while -tools pulls in everything
as before.
. The C tools currently are: cat, df, filesystems, fish, inspector, ls,
mount, rescue.
. guestfish still requires pod2text which requires perl. This will be
rectified in the next release.
. libguestfs-tools no longer pulls in guestfish.
- guestfish also depends on: less, man, vi
- Add BR db4-utils (although since RPM needs it, it not really necessary).
- Runtime requires on db4-utils should be on core lib, not tools package.
- Change all "Requires: perl-Foo" to "Requires: perl(Foo)".
2010-11-26 18:08:28 +00:00
|
|
|
|
BuildRequires: db4-utils
|
2010-12-05 11:34:24 +00:00
|
|
|
|
BuildRequires: cpio
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
# This is only needed for RHEL 5 because readline-devel doesn't
|
|
|
|
|
# properly depend on it, but doesn't do any harm on other platforms:
|
|
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
|
|
2009-06-15 21:52:11 +00:00
|
|
|
|
# Build requirements for the appliance (see 'make.sh.in' in the source):
|
2009-05-09 21:30:45 +00:00
|
|
|
|
BuildRequires: kernel, bash, coreutils, lvm2, ntfs-3g, util-linux-ng
|
2011-03-28 10:57:54 +00:00
|
|
|
|
BuildRequires: MAKEDEV, net-tools, augeas-libs, file, attr
|
2009-05-09 21:30:45 +00:00
|
|
|
|
BuildRequires: module-init-tools, procps, strace, iputils
|
2009-08-13 10:11:05 +00:00
|
|
|
|
BuildRequires: dosfstools, zerofree, lsof, scrub, libselinux
|
2010-06-28 11:23:28 +00:00
|
|
|
|
BuildRequires: parted, e2fsprogs, btrfs-progs, gfs2-utils
|
2009-11-10 19:22:38 +00:00
|
|
|
|
BuildRequires: hfsplus-tools, nilfs-utils, reiserfs-utils
|
|
|
|
|
BuildRequires: jfsutils, xfsprogs
|
2010-03-26 09:46:06 +00:00
|
|
|
|
BuildRequires: vim-minimal
|
2010-07-20 13:27:10 +00:00
|
|
|
|
BuildRequires: binutils
|
2010-07-22 17:50:01 +00:00
|
|
|
|
BuildRequires: cryptsetup-luks
|
2009-05-18 16:56:29 +00:00
|
|
|
|
%ifarch %{ix86} x86_64
|
|
|
|
|
BuildRequires: grub, ntfsprogs
|
|
|
|
|
%endif
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
2009-06-15 21:52:11 +00:00
|
|
|
|
# Must match the above set of BuildRequires exactly!
|
|
|
|
|
Requires: kernel, bash, coreutils, lvm2, ntfs-3g, util-linux-ng
|
2011-03-28 10:57:54 +00:00
|
|
|
|
Requires: MAKEDEV, net-tools, augeas-libs, file, attr
|
2009-06-15 21:52:11 +00:00
|
|
|
|
Requires: module-init-tools, procps, strace, iputils
|
2009-08-13 10:11:05 +00:00
|
|
|
|
Requires: dosfstools, zerofree, lsof, scrub, libselinux
|
2010-06-28 11:23:28 +00:00
|
|
|
|
Requires: parted, e2fsprogs, btrfs-progs, gfs2-utils
|
2009-11-10 19:22:38 +00:00
|
|
|
|
Requires: hfsplus-tools, nilfs-utils, reiserfs-utils
|
|
|
|
|
Requires: jfsutils, xfsprogs
|
2010-03-26 09:46:06 +00:00
|
|
|
|
Requires: vim-minimal
|
2010-07-20 13:27:10 +00:00
|
|
|
|
Requires: binutils
|
2010-07-22 17:50:01 +00:00
|
|
|
|
Requires: cryptsetup-luks
|
2009-06-15 21:52:11 +00:00
|
|
|
|
%ifarch %{ix86} x86_64
|
|
|
|
|
Requires: grub, ntfsprogs
|
|
|
|
|
%endif
|
|
|
|
|
|
2009-05-09 21:30:45 +00:00
|
|
|
|
# These are only required if you want to build the bindings for
|
|
|
|
|
# different languages:
|
|
|
|
|
BuildRequires: ocaml
|
|
|
|
|
BuildRequires: ocaml-findlib-devel
|
|
|
|
|
BuildRequires: perl-devel
|
|
|
|
|
BuildRequires: perl-Test-Simple
|
|
|
|
|
BuildRequires: perl-Test-Pod
|
|
|
|
|
BuildRequires: perl-Test-Pod-Coverage
|
|
|
|
|
BuildRequires: perl-ExtUtils-MakeMaker
|
2010-04-08 14:34:08 +00:00
|
|
|
|
BuildRequires: perl-String-ShellQuote
|
2009-06-29 16:56:21 +00:00
|
|
|
|
BuildRequires: perl-XML-Writer
|
2009-07-15 16:49:09 +00:00
|
|
|
|
BuildRequires: perl-libintl
|
2009-05-09 21:30:45 +00:00
|
|
|
|
BuildRequires: python-devel
|
|
|
|
|
BuildRequires: ruby-devel
|
|
|
|
|
BuildRequires: rubygem-rake
|
|
|
|
|
BuildRequires: java >= 1.5.0
|
|
|
|
|
BuildRequires: jpackage-utils
|
|
|
|
|
BuildRequires: java-devel
|
2010-09-21 22:01:49 +00:00
|
|
|
|
BuildRequires: php-devel
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
2009-09-23 13:39:05 +00:00
|
|
|
|
# For libguestfs-tools:
|
2009-05-09 21:30:45 +00:00
|
|
|
|
BuildRequires: perl-Sys-Virt
|
2010-04-08 16:35:34 +00:00
|
|
|
|
BuildRequires: qemu-img
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
# Runtime requires:
|
2010-08-24 12:54:24 +00:00
|
|
|
|
Requires: qemu-kvm >= 0.12
|
2011-01-14 18:20:21 +00:00
|
|
|
|
Requires: febootstrap-supermin-helper >= 3.3
|
2009-06-09 10:39:52 +00:00
|
|
|
|
|
2009-07-23 09:51:22 +00:00
|
|
|
|
# For libguestfs-test-tool.
|
|
|
|
|
Requires: genisoimage
|
|
|
|
|
|
- New upstream development version 1.7.15.
- Split out new libguestfs-tools-c package from libguestfs-tools.
. This is so that the -tools-c package can be pulled in by people
wanting to avoid a dependency on Perl, while -tools pulls in everything
as before.
. The C tools currently are: cat, df, filesystems, fish, inspector, ls,
mount, rescue.
. guestfish still requires pod2text which requires perl. This will be
rectified in the next release.
. libguestfs-tools no longer pulls in guestfish.
- guestfish also depends on: less, man, vi
- Add BR db4-utils (although since RPM needs it, it not really necessary).
- Runtime requires on db4-utils should be on core lib, not tools package.
- Change all "Requires: perl-Foo" to "Requires: perl(Foo)".
2010-11-26 18:08:28 +00:00
|
|
|
|
# For core inspection API.
|
|
|
|
|
Requires: db4-utils
|
|
|
|
|
|
2011-03-18 19:56:22 +00:00
|
|
|
|
# Because many previously unreadable binaries have been made readable
|
|
|
|
|
# (because of RHBZ#646469) they will be included in the hostfiles
|
|
|
|
|
# list, which means that this libguestfs won't work with versions of
|
|
|
|
|
# glibc built before the change.
|
|
|
|
|
Requires: glibc >= 2.13.90-4
|
|
|
|
|
|
2009-12-21 13:06:12 +00:00
|
|
|
|
# Provide our own custom requires for the supermin appliance.
|
2010-02-25 16:38:21 +00:00
|
|
|
|
Source1: libguestfs-find-requires.sh
|
2009-12-21 13:06:12 +00:00
|
|
|
|
%global _use_internal_dependency_generator 0
|
|
|
|
|
%global __find_provides %{_rpmconfigdir}/find-provides
|
|
|
|
|
%global __find_requires %{SOURCE1} %{_rpmconfigdir}/find-requires
|
|
|
|
|
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Libguestfs is a library for accessing and modifying guest disk images.
|
|
|
|
|
Amongst the things this is good for: making batch configuration
|
|
|
|
|
changes to guests, getting disk used/free statistics (see also:
|
|
|
|
|
virt-df), migrating between virtualization systems (see also:
|
|
|
|
|
virt-p2v), performing partial backups, performing partial guest
|
|
|
|
|
clones, cloning guests and changing registry/UUID/hostname info, and
|
|
|
|
|
much else besides.
|
|
|
|
|
|
|
|
|
|
Libguestfs uses Linux kernel and qemu code, and can access any type of
|
|
|
|
|
guest filesystem that Linux and qemu can, including but not limited
|
|
|
|
|
to: ext2/3/4, btrfs, FAT and NTFS, LVM, many different disk partition
|
|
|
|
|
schemes, qcow, qcow2, vmdk.
|
|
|
|
|
|
|
|
|
|
Libguestfs provides ways to enumerate guest storage (eg. partitions,
|
|
|
|
|
LVs, what filesystem is in each LV, etc.). It can also run commands
|
2009-11-03 17:58:33 +00:00
|
|
|
|
in the context of the guest.
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
Libguestfs is a library that can be linked with C and C++ management
|
|
|
|
|
programs.
|
|
|
|
|
|
|
|
|
|
See also the 'guestfish' package for shell scripting and command line
|
2009-11-03 17:58:33 +00:00
|
|
|
|
access, and '%{name}-mount' for mounting guest filesystems on the
|
|
|
|
|
host using FUSE.
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
2010-11-15 10:14:51 +00:00
|
|
|
|
For Perl bindings, see 'perl-Sys-Guestfs'.
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
For OCaml bindings, see 'ocaml-libguestfs-devel'.
|
|
|
|
|
|
|
|
|
|
For Python bindings, see 'python-libguestfs'.
|
|
|
|
|
|
|
|
|
|
For Ruby bindings, see 'ruby-libguestfs'.
|
|
|
|
|
|
|
|
|
|
For Java bindings, see 'libguestfs-java-devel'.
|
|
|
|
|
|
2010-09-04 12:07:07 +00:00
|
|
|
|
For PHP bindings, see 'php-libguestfs'.
|
|
|
|
|
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
%package devel
|
2010-02-25 16:38:21 +00:00
|
|
|
|
Summary: Development tools and libraries for %{name}
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: pkgconfig
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
%{name}-devel contains development tools and libraries
|
|
|
|
|
for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n guestfish
|
2010-02-25 16:38:21 +00:00
|
|
|
|
Summary: Shell for accessing and modifying virtual machine disk images
|
|
|
|
|
Group: Development/Tools
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
- New upstream development version 1.7.15.
- Split out new libguestfs-tools-c package from libguestfs-tools.
. This is so that the -tools-c package can be pulled in by people
wanting to avoid a dependency on Perl, while -tools pulls in everything
as before.
. The C tools currently are: cat, df, filesystems, fish, inspector, ls,
mount, rescue.
. guestfish still requires pod2text which requires perl. This will be
rectified in the next release.
. libguestfs-tools no longer pulls in guestfish.
- guestfish also depends on: less, man, vi
- Add BR db4-utils (although since RPM needs it, it not really necessary).
- Runtime requires on db4-utils should be on core lib, not tools package.
- Change all "Requires: perl-Foo" to "Requires: perl(Foo)".
2010-11-26 18:08:28 +00:00
|
|
|
|
#Requires: /usr/bin/emacs #theoretically, but too large
|
2010-09-21 22:01:49 +00:00
|
|
|
|
Requires: /usr/bin/hexedit
|
- New upstream development version 1.7.15.
- Split out new libguestfs-tools-c package from libguestfs-tools.
. This is so that the -tools-c package can be pulled in by people
wanting to avoid a dependency on Perl, while -tools pulls in everything
as before.
. The C tools currently are: cat, df, filesystems, fish, inspector, ls,
mount, rescue.
. guestfish still requires pod2text which requires perl. This will be
rectified in the next release.
. libguestfs-tools no longer pulls in guestfish.
- guestfish also depends on: less, man, vi
- Add BR db4-utils (although since RPM needs it, it not really necessary).
- Runtime requires on db4-utils should be on core lib, not tools package.
- Change all "Requires: perl-Foo" to "Requires: perl(Foo)".
2010-11-26 18:08:28 +00:00
|
|
|
|
Requires: /usr/bin/less
|
|
|
|
|
Requires: /usr/bin/man
|
|
|
|
|
Requires: /bin/vi
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n guestfish
|
|
|
|
|
Guestfish is the Filesystem Interactive SHell, for accessing and
|
|
|
|
|
modifying virtual machine disk images from the command line and shell
|
|
|
|
|
scripts.
|
|
|
|
|
|
2011-01-03 18:34:30 +00:00
|
|
|
|
Virt-copy-in and virt-copy-out are command line tools for uploading
|
|
|
|
|
and downloading files and directories to and from virtual machines.
|
|
|
|
|
|
|
|
|
|
Virt-tar-in and virt-tar-out are archive, backup and upload tools
|
|
|
|
|
for virtual machines. These replace the deprecated program virt-tar.
|
|
|
|
|
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
2009-11-03 17:58:33 +00:00
|
|
|
|
%package mount
|
2010-02-25 16:38:21 +00:00
|
|
|
|
Summary: Mount guest filesystems on the host using FUSE and libguestfs
|
|
|
|
|
Group: Development/Tools
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
2009-11-03 17:58:33 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description mount
|
|
|
|
|
The guestmount command lets you mount guest filesystems on the
|
|
|
|
|
host using FUSE and %{name}.
|
|
|
|
|
|
|
|
|
|
|
- New upstream development version 1.7.15.
- Split out new libguestfs-tools-c package from libguestfs-tools.
. This is so that the -tools-c package can be pulled in by people
wanting to avoid a dependency on Perl, while -tools pulls in everything
as before.
. The C tools currently are: cat, df, filesystems, fish, inspector, ls,
mount, rescue.
. guestfish still requires pod2text which requires perl. This will be
rectified in the next release.
. libguestfs-tools no longer pulls in guestfish.
- guestfish also depends on: less, man, vi
- Add BR db4-utils (although since RPM needs it, it not really necessary).
- Runtime requires on db4-utils should be on core lib, not tools package.
- Change all "Requires: perl-Foo" to "Requires: perl(Foo)".
2010-11-26 18:08:28 +00:00
|
|
|
|
%package tools-c
|
2010-02-25 16:38:21 +00:00
|
|
|
|
Summary: System administration tools for virtual machines
|
|
|
|
|
Group: Development/Tools
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
2009-09-23 13:39:05 +00:00
|
|
|
|
# Obsolete and replace earlier packages.
|
2010-02-25 16:38:21 +00:00
|
|
|
|
Provides: virt-cat = %{epoch}:%{version}-%{release}
|
|
|
|
|
Obsoletes: virt-cat < %{epoch}:%{version}-%{release}
|
|
|
|
|
Provides: virt-df = %{epoch}:%{version}-%{release}
|
|
|
|
|
Obsoletes: virt-df < %{epoch}:%{version}-%{release}
|
|
|
|
|
Provides: virt-inspector = %{epoch}:%{version}-%{release}
|
|
|
|
|
Obsoletes: virt-inspector < %{epoch}:%{version}-%{release}
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
2009-07-29 15:40:16 +00:00
|
|
|
|
# RHBZ#514309
|
2010-02-25 16:38:21 +00:00
|
|
|
|
Provides: virt-df2 = %{epoch}:%{version}-%{release}
|
|
|
|
|
Obsoletes: virt-df2 < %{epoch}:%{version}-%{release}
|
2009-07-10 13:39:20 +00:00
|
|
|
|
|
- New upstream development version 1.7.15.
- Split out new libguestfs-tools-c package from libguestfs-tools.
. This is so that the -tools-c package can be pulled in by people
wanting to avoid a dependency on Perl, while -tools pulls in everything
as before.
. The C tools currently are: cat, df, filesystems, fish, inspector, ls,
mount, rescue.
. guestfish still requires pod2text which requires perl. This will be
rectified in the next release.
. libguestfs-tools no longer pulls in guestfish.
- guestfish also depends on: less, man, vi
- Add BR db4-utils (although since RPM needs it, it not really necessary).
- Runtime requires on db4-utils should be on core lib, not tools package.
- Change all "Requires: perl-Foo" to "Requires: perl(Foo)".
2010-11-26 18:08:28 +00:00
|
|
|
|
|
|
|
|
|
%description tools-c
|
|
|
|
|
This package contains miscellaneous system administrator command line
|
|
|
|
|
tools for virtual machines.
|
|
|
|
|
|
|
|
|
|
Note that you should install %{name}-tools (which pulls in
|
|
|
|
|
this package). This package is only used directly when you want
|
|
|
|
|
to avoid dependencies on Perl.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package tools
|
|
|
|
|
Summary: System administration tools for virtual machines
|
|
|
|
|
Group: Development/Tools
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: %{name}-tools-c = %{epoch}:%{version}-%{release}
|
|
|
|
|
# NB: Only list deps here which are not picked up automatically.
|
|
|
|
|
Requires: perl(Sys::Virt)
|
|
|
|
|
Requires: perl(String::ShellQuote)
|
|
|
|
|
Requires: perl(XML::Writer)
|
|
|
|
|
Requires: perl(Win::Hivex)
|
|
|
|
|
Requires: qemu-img
|
2009-07-10 13:39:20 +00:00
|
|
|
|
|
|
|
|
|
|
2009-09-23 13:39:05 +00:00
|
|
|
|
%description tools
|
|
|
|
|
This package contains miscellaneous system administrator command line
|
|
|
|
|
tools for virtual machines.
|
2009-07-10 13:39:20 +00:00
|
|
|
|
|
2009-09-23 13:39:05 +00:00
|
|
|
|
Virt-cat is a command line tool to display the contents of a file in a
|
|
|
|
|
virtual machine.
|
2009-07-10 13:39:20 +00:00
|
|
|
|
|
2009-09-23 13:39:05 +00:00
|
|
|
|
Virt-df is a command line tool to display free space on virtual
|
|
|
|
|
machine filesystems. Unlike other tools, it doesn’t just display the
|
|
|
|
|
amount of space allocated to a virtual machine, but can look inside
|
|
|
|
|
the virtual machine to see how much space is really being used. It is
|
|
|
|
|
like the df(1) command, but for virtual machines, except that it also
|
|
|
|
|
works for Windows virtual machines.
|
|
|
|
|
|
|
|
|
|
Virt-edit is a command line tool to edit the contents of a file in a
|
|
|
|
|
virtual machine.
|
2009-07-15 16:49:09 +00:00
|
|
|
|
|
2010-11-23 10:45:16 +00:00
|
|
|
|
Virt-filesystems is a command line tool to display the filesystems,
|
|
|
|
|
partitions, block devices, LVs, VGs and PVs found in a disk image
|
|
|
|
|
or virtual machine. It replaces the deprecated programs
|
|
|
|
|
virt-list-filesystems and virt-list-partitions with a much more
|
|
|
|
|
capable tool.
|
|
|
|
|
|
2009-09-23 13:39:05 +00:00
|
|
|
|
Virt-inspector examines a virtual machine and tries to determine the
|
|
|
|
|
version of the OS, the kernel version, what drivers are installed,
|
|
|
|
|
whether the virtual machine is fully virtualized (FV) or
|
|
|
|
|
para-virtualized (PV), what applications are installed and more.
|
2009-07-15 16:49:09 +00:00
|
|
|
|
|
2009-10-20 14:50:27 +00:00
|
|
|
|
Virt-ls is a command line tool to list out files in a virtual machine.
|
|
|
|
|
|
2010-04-08 14:34:08 +00:00
|
|
|
|
Virt-make-fs is a command line tool to build a filesystem out of
|
|
|
|
|
a collection of files or a tarball.
|
|
|
|
|
|
2009-09-23 13:39:05 +00:00
|
|
|
|
Virt-rescue provides a rescue shell for making interactive,
|
|
|
|
|
unstructured fixes to virtual machines.
|
2009-07-15 16:49:09 +00:00
|
|
|
|
|
2010-03-23 23:10:58 +00:00
|
|
|
|
Virt-resize can resize existing virtual machine disk images.
|
|
|
|
|
|
2009-10-29 17:22:46 +00:00
|
|
|
|
Virt-win-reg lets you look inside the Windows Registry for
|
|
|
|
|
Windows virtual machines.
|
|
|
|
|
|
2009-07-15 16:49:09 +00:00
|
|
|
|
|
2009-05-09 21:30:45 +00:00
|
|
|
|
%package -n ocaml-%{name}
|
2010-02-25 16:38:21 +00:00
|
|
|
|
Summary: OCaml bindings for %{name}
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n ocaml-%{name}
|
|
|
|
|
ocaml-%{name} contains OCaml bindings for %{name}.
|
|
|
|
|
|
|
|
|
|
This is for toplevel and scripting access only. To compile OCaml
|
|
|
|
|
programs which use %{name} you will also need ocaml-%{name}-devel.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n ocaml-%{name}-devel
|
2010-02-25 16:38:21 +00:00
|
|
|
|
Summary: OCaml bindings for %{name}
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: ocaml-%{name} = %{epoch}:%{version}-%{release}
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n ocaml-%{name}-devel
|
|
|
|
|
ocaml-%{name}-devel contains development libraries
|
|
|
|
|
required to use the OCaml bindings for %{name}.
|
|
|
|
|
|
|
|
|
|
|
2010-11-15 10:14:51 +00:00
|
|
|
|
%package -n perl-Sys-Guestfs
|
|
|
|
|
Summary: Perl bindings for %{name} (Sys::Guestfs)
|
2010-02-25 16:38:21 +00:00
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
2009-09-18 16:15:02 +00:00
|
|
|
|
# RHBZ#523547
|
- New upstream development version 1.7.15.
- Split out new libguestfs-tools-c package from libguestfs-tools.
. This is so that the -tools-c package can be pulled in by people
wanting to avoid a dependency on Perl, while -tools pulls in everything
as before.
. The C tools currently are: cat, df, filesystems, fish, inspector, ls,
mount, rescue.
. guestfish still requires pod2text which requires perl. This will be
rectified in the next release.
. libguestfs-tools no longer pulls in guestfish.
- guestfish also depends on: less, man, vi
- Add BR db4-utils (although since RPM needs it, it not really necessary).
- Runtime requires on db4-utils should be on core lib, not tools package.
- Change all "Requires: perl-Foo" to "Requires: perl(Foo)".
2010-11-26 18:08:28 +00:00
|
|
|
|
Requires: perl(XML::XPath)
|
2010-11-15 10:14:51 +00:00
|
|
|
|
# RHBZ#652587 - for backwards compat with the old name
|
|
|
|
|
Provides: perl-%{name} = %{epoch}:%{version}-%{release}
|
2010-11-15 23:24:11 +00:00
|
|
|
|
Obsoletes: perl-%{name} < %{epoch}:%{version}-%{release}
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
|
2010-11-15 10:14:51 +00:00
|
|
|
|
%description -n perl-Sys-Guestfs
|
|
|
|
|
perl-Sys-Guestfs contains Perl bindings for %{name} (Sys::Guestfs).
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n python-%{name}
|
2010-02-25 16:38:21 +00:00
|
|
|
|
Summary: Python bindings for %{name}
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
|
|
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
|
|
|
|
|
|
|
|
%description -n python-%{name}
|
|
|
|
|
python-%{name} contains Python bindings for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n ruby-%{name}
|
2010-02-25 16:38:21 +00:00
|
|
|
|
Summary: Ruby bindings for %{name}
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: ruby(abi) = 1.8
|
2010-11-05 12:37:47 +00:00
|
|
|
|
Requires: ruby
|
2010-02-25 16:38:21 +00:00
|
|
|
|
Provides: ruby(guestfs) = %{version}
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
%{!?ruby_sitelib: %define ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")}
|
|
|
|
|
%{!?ruby_sitearch: %define ruby_sitearch %(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']")}
|
|
|
|
|
|
|
|
|
|
%description -n ruby-%{name}
|
|
|
|
|
ruby-%{name} contains Ruby bindings for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package java
|
2010-02-25 16:38:21 +00:00
|
|
|
|
Summary: Java bindings for %{name}
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: java >= 1.5.0
|
|
|
|
|
Requires: jpackage-utils
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
%description java
|
|
|
|
|
%{name}-java contains Java bindings for %{name}.
|
|
|
|
|
|
|
|
|
|
If you want to develop software in Java which uses %{name}, then
|
|
|
|
|
you will also need %{name}-java-devel.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package java-devel
|
2010-02-25 16:38:21 +00:00
|
|
|
|
Summary: Java development package for %{name}
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: %{name}-java = %{epoch}:%{version}-%{release}
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
%description java-devel
|
|
|
|
|
%{name}-java-devel contains the tools for developing Java software
|
|
|
|
|
using %{name}.
|
|
|
|
|
|
|
|
|
|
See also %{name}-javadoc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package javadoc
|
2010-02-25 16:38:21 +00:00
|
|
|
|
Summary: Java documentation for %{name}
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: %{name}-java = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: jpackage-utils
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
%description javadoc
|
|
|
|
|
%{name}-javadoc contains the Java documentation for %{name}.
|
|
|
|
|
|
|
|
|
|
|
2010-09-04 12:07:07 +00:00
|
|
|
|
%package -n php-%{name}
|
|
|
|
|
Summary: PHP bindings for %{name}
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: php
|
|
|
|
|
|
|
|
|
|
%description -n php-%{name}
|
|
|
|
|
php-%{name} contains PHP bindings for %{name}.
|
|
|
|
|
|
|
|
|
|
|
2009-05-09 21:30:45 +00:00
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
|
2009-11-18 17:28:54 +00:00
|
|
|
|
%patch0 -p1
|
|
|
|
|
|
2009-05-09 21:30:45 +00:00
|
|
|
|
mkdir -p daemon/m4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
2010-02-10 10:37:19 +00:00
|
|
|
|
%if %{buildnet}
|
2010-12-05 11:34:24 +00:00
|
|
|
|
%define extra %{nil}
|
2010-02-10 10:37:19 +00:00
|
|
|
|
%else
|
2009-05-09 21:30:45 +00:00
|
|
|
|
mkdir repo
|
2009-06-12 12:52:31 +00:00
|
|
|
|
find /var/cache/yum -type f -name '*.rpm' -print0 | xargs -0 cp -t repo
|
2010-12-06 17:48:09 +00:00
|
|
|
|
createrepo repo
|
2010-12-06 20:26:58 +00:00
|
|
|
|
cat > yum.conf <<EOF
|
2010-12-06 20:02:42 +00:00
|
|
|
|
[main]
|
2010-12-06 20:26:58 +00:00
|
|
|
|
cachedir=/var/cache/yum
|
|
|
|
|
debuglevel=1
|
2010-12-06 20:02:42 +00:00
|
|
|
|
logfile=/var/log/yum.log
|
2010-12-06 20:26:58 +00:00
|
|
|
|
retries=20
|
2010-12-06 20:02:42 +00:00
|
|
|
|
obsoletes=1
|
2010-12-06 20:26:58 +00:00
|
|
|
|
gpgcheck=0
|
|
|
|
|
assumeyes=1
|
2010-12-06 20:15:39 +00:00
|
|
|
|
reposdir=/dev/null
|
2010-12-06 20:02:42 +00:00
|
|
|
|
|
2010-12-06 17:48:09 +00:00
|
|
|
|
[local]
|
|
|
|
|
name=local
|
|
|
|
|
baseurl=file://$(pwd)/repo
|
|
|
|
|
failovermethod=priority
|
|
|
|
|
enabled=1
|
|
|
|
|
gpgcheck=0
|
|
|
|
|
EOF
|
2010-12-06 19:48:29 +00:00
|
|
|
|
%define extra --with-febootstrap-yum-config=$(pwd)/yum.conf
|
2010-12-06 20:26:58 +00:00
|
|
|
|
echo "==== /etc/yum.conf ===="
|
2010-12-06 20:15:39 +00:00
|
|
|
|
cat /etc/yum.conf
|
2010-12-06 20:26:58 +00:00
|
|
|
|
echo "==== our yum.conf ===="
|
2010-12-06 20:15:39 +00:00
|
|
|
|
cat yum.conf
|
2009-05-09 21:30:45 +00:00
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
./configure \
|
|
|
|
|
--prefix=%{_prefix} --libdir=%{_libdir} \
|
|
|
|
|
--mandir=%{_mandir} \
|
2010-05-25 21:58:07 +00:00
|
|
|
|
--sysconfdir=%{_sysconfdir} \
|
2009-05-09 21:30:45 +00:00
|
|
|
|
--with-qemu="qemu-kvm qemu-system-%{_build_arch} qemu" \
|
2010-02-10 10:37:19 +00:00
|
|
|
|
%if %{with_virtio}
|
2010-02-08 10:14:42 +00:00
|
|
|
|
--with-drive-if=virtio \
|
2010-02-10 10:37:19 +00:00
|
|
|
|
%endif
|
2009-05-09 21:30:45 +00:00
|
|
|
|
%{extra}
|
|
|
|
|
|
|
|
|
|
# This ensures that /usr/sbin/chroot is on the path. Not needed
|
|
|
|
|
# except for RHEL 5, it shouldn't do any harm on other platforms.
|
|
|
|
|
export PATH=/usr/sbin:$PATH
|
|
|
|
|
|
|
|
|
|
# 'INSTALLDIRS' ensures that perl libs are installed in the vendor dir
|
|
|
|
|
# not the site dir.
|
|
|
|
|
make INSTALLDIRS=vendor %{?_smp_mflags}
|
|
|
|
|
|
2010-03-02 12:45:32 +00:00
|
|
|
|
# Useful for debugging appliance problems.
|
2010-12-05 11:34:24 +00:00
|
|
|
|
for f in appliance/supermin.d/*.img; do
|
|
|
|
|
b=`basename $f`
|
|
|
|
|
echo "==== $b ===="
|
|
|
|
|
ls -l $f
|
|
|
|
|
cpio -itv < $f
|
|
|
|
|
done
|
2010-03-02 12:45:32 +00:00
|
|
|
|
echo "==== hostfiles ===="
|
2010-05-14 15:37:48 +00:00
|
|
|
|
ls -l appliance/supermin.d/hostfiles
|
|
|
|
|
cat appliance/supermin.d/hostfiles
|
2010-12-05 11:34:24 +00:00
|
|
|
|
echo "======================================================================"
|
2010-03-02 12:45:32 +00:00
|
|
|
|
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
%check
|
2009-05-21 15:33:21 +00:00
|
|
|
|
# Enable debugging - very useful if a test does fail, although
|
|
|
|
|
# it produces masses of output in the build.log.
|
|
|
|
|
export LIBGUESTFS_DEBUG=1
|
|
|
|
|
|
2011-02-01 12:30:59 +00:00
|
|
|
|
# Enable trace. Since libguestfs 1.9.7 this produces 'greppable'
|
|
|
|
|
# output even when combined with trace (see RHBZ#673477).
|
|
|
|
|
export LIBGUESTFS_TRACE=1
|
|
|
|
|
|
2009-05-18 17:35:15 +00:00
|
|
|
|
# Uncomment one of these, depending on whether you want to
|
|
|
|
|
# do a very long and thorough test ('make check') or just
|
|
|
|
|
# a quick test to see if things generally work.
|
|
|
|
|
|
2009-07-23 10:02:25 +00:00
|
|
|
|
# Tracking test issues:
|
|
|
|
|
# BZ archs branch reason
|
|
|
|
|
# 494075 ppc, ppc64 openbios bug causes "invalid/unsupported opcode"
|
|
|
|
|
# 504273 ppc, ppc64 "no opcode defined"
|
|
|
|
|
# 505109 ppc, ppc64 "Boot failure! No secondary bootloader specified"
|
|
|
|
|
# 502058 i386, x86-64 F-11 need to boot with noapic (WORKAROUND ENABLED)
|
2010-03-06 15:35:18 +00:00
|
|
|
|
# 502074 i386 all commands segfault randomly
|
2009-07-23 22:26:20 +00:00
|
|
|
|
# 503236 i386 F-12 cryptomgr_test at doublefault_fn
|
2009-07-23 10:02:25 +00:00
|
|
|
|
# 507066 all F-12 sequence of chroot calls (FIXED)
|
2009-07-23 18:00:26 +00:00
|
|
|
|
# 513249 all F-12 guestfwd broken in qemu (FIXED)
|
2009-08-06 16:15:09 +00:00
|
|
|
|
# 516022 all F-12 virtio-net gives "Network is unreachable" errors
|
2009-08-13 18:15:35 +00:00
|
|
|
|
# (FIXED)
|
2009-08-06 17:51:31 +00:00
|
|
|
|
# 516096 ? F-11 race condition in swapoff/blockdev --rereadpt
|
2009-09-15 09:05:02 +00:00
|
|
|
|
# 516543 ? F-12 qemu-kvm segfaults when run inside a VM (FIXED)
|
2009-12-18 19:30:31 +00:00
|
|
|
|
# 548121 all F-13 udevsettle command is broken (WORKAROUND)
|
2010-01-12 17:27:01 +00:00
|
|
|
|
# 553689 all F-13 missing SeaBIOS (FIXED)
|
2010-02-11 19:26:31 +00:00
|
|
|
|
# 563103 all F-13 glibc incorrect emulation of preadv/pwritev
|
2010-11-11 22:28:17 +00:00
|
|
|
|
# (sort of FIXED)
|
2010-03-30 09:01:18 +00:00
|
|
|
|
# 567567 32-bit all guestfish xstrtol test failure on 32-bit (FIXED)
|
2010-04-12 20:58:47 +00:00
|
|
|
|
# 575734 all F-14 microsecond resolution for blkid cache (FIXED)
|
2010-09-06 10:28:20 +00:00
|
|
|
|
# 630583 all all kernel hangs setting scheduler to noop
|
2010-09-08 12:51:51 +00:00
|
|
|
|
# 630777 all F-15 task lvm blocked for more than 120 seconds
|
2010-10-28 18:30:14 +00:00
|
|
|
|
# (FIXED)
|
2010-03-30 09:01:18 +00:00
|
|
|
|
|
2010-04-11 09:32:49 +00:00
|
|
|
|
# This test fails because we build the ISO after encoding the checksum
|
|
|
|
|
# of the ISO in the test itself. Need to fix the test to work out the
|
|
|
|
|
# checksum at runtime.
|
|
|
|
|
export SKIP_TEST_CHECKSUM_DEVICE=1
|
|
|
|
|
|
2010-07-08 13:55:31 +00:00
|
|
|
|
# Work around 'test-getlogin_r.c:55: assertion failed' in Gnulib tests.
|
|
|
|
|
pushd daemon/tests
|
2010-07-08 14:46:43 +00:00
|
|
|
|
borked=test-getlogin_r
|
|
|
|
|
make $borked
|
|
|
|
|
rm $borked
|
|
|
|
|
touch $borked
|
|
|
|
|
chmod +x $borked
|
2010-07-08 13:55:31 +00:00
|
|
|
|
popd
|
|
|
|
|
|
2010-02-11 19:26:31 +00:00
|
|
|
|
%if %{runtests}
|
2010-11-24 22:50:34 +00:00
|
|
|
|
make check
|
2009-12-18 19:30:31 +00:00
|
|
|
|
%endif
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
2009-05-19 11:44:46 +00:00
|
|
|
|
|
2009-05-09 21:30:45 +00:00
|
|
|
|
%install
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
|
|
2009-06-15 21:52:11 +00:00
|
|
|
|
# Delete static libraries, libtool files.
|
2009-05-09 21:30:45 +00:00
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/libguestfs.a
|
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/libguestfs.la
|
|
|
|
|
|
|
|
|
|
find $RPM_BUILD_ROOT -name perllocal.pod -delete
|
|
|
|
|
find $RPM_BUILD_ROOT -name .packlist -delete
|
|
|
|
|
find $RPM_BUILD_ROOT -name '*.bs' -delete
|
2009-11-03 17:58:33 +00:00
|
|
|
|
find $RPM_BUILD_ROOT -name 'bindtests.pl' -delete
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
rm $RPM_BUILD_ROOT%{python_sitearch}/libguestfsmod.a
|
|
|
|
|
rm $RPM_BUILD_ROOT%{python_sitearch}/libguestfsmod.la
|
|
|
|
|
|
|
|
|
|
if [ "$RPM_BUILD_ROOT%{python_sitearch}" != "$RPM_BUILD_ROOT%{python_sitelib}" ]; then
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{python_sitelib}
|
|
|
|
|
mv $RPM_BUILD_ROOT%{python_sitearch}/guestfs.py* \
|
|
|
|
|
$RPM_BUILD_ROOT%{python_sitelib}/
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
# Remove static-linked Java bindings.
|
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/libguestfs_jni.a
|
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/libguestfs_jni.la
|
|
|
|
|
|
2009-10-14 14:54:45 +00:00
|
|
|
|
# Move installed documentation back to the source directory so
|
|
|
|
|
# we can install it using a %%doc rule.
|
|
|
|
|
mv $RPM_BUILD_ROOT%{_docdir}/libguestfs installed-docs
|
|
|
|
|
|
2010-09-04 12:07:07 +00:00
|
|
|
|
# Remove Japanese manpages, since these are not translated fully at
|
|
|
|
|
# the moment. When these are translated properly we intend to add
|
|
|
|
|
# them back.
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{_mandir}/ja/man{1,3}/
|
|
|
|
|
|
2009-05-26 09:32:31 +00:00
|
|
|
|
# Find locale files.
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
2009-05-26 09:32:31 +00:00
|
|
|
|
%files -f %{name}.lang
|
2009-05-09 21:30:45 +00:00
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc COPYING
|
2009-11-03 17:58:33 +00:00
|
|
|
|
%{_bindir}/libguestfs-test-tool
|
2009-05-09 21:30:45 +00:00
|
|
|
|
%{_libdir}/guestfs/
|
|
|
|
|
%{_libdir}/libguestfs.so.*
|
2009-07-23 09:51:22 +00:00
|
|
|
|
%{_libexecdir}/libguestfs-test-tool-helper
|
|
|
|
|
%{_mandir}/man1/libguestfs-test-tool.1*
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root,-)
|
2010-12-19 16:13:26 +00:00
|
|
|
|
%doc AUTHORS BUGS ChangeLog HACKING TODO README RELEASE-NOTES ROADMAP
|
2010-11-24 22:22:03 +00:00
|
|
|
|
%doc examples/*.c
|
2009-10-14 14:54:45 +00:00
|
|
|
|
%doc installed-docs/*
|
2009-05-09 21:30:45 +00:00
|
|
|
|
%{_libdir}/libguestfs.so
|
|
|
|
|
%{_mandir}/man3/guestfs.3*
|
2010-11-24 22:22:03 +00:00
|
|
|
|
%{_mandir}/man3/guestfs-examples.3*
|
2009-07-02 21:44:04 +00:00
|
|
|
|
%{_mandir}/man3/libguestfs.3*
|
2009-05-09 21:30:45 +00:00
|
|
|
|
%{_includedir}/guestfs.h
|
|
|
|
|
%{_libdir}/pkgconfig/libguestfs.pc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n guestfish
|
|
|
|
|
%defattr(-,root,root,-)
|
2010-11-24 22:22:03 +00:00
|
|
|
|
%doc recipes/
|
2009-05-09 21:30:45 +00:00
|
|
|
|
%{_bindir}/guestfish
|
|
|
|
|
%{_mandir}/man1/guestfish.1*
|
2011-01-03 18:34:30 +00:00
|
|
|
|
%{_bindir}/virt-copy-in
|
|
|
|
|
%{_mandir}/man1/virt-copy-in.1*
|
|
|
|
|
%{_bindir}/virt-copy-out
|
|
|
|
|
%{_mandir}/man1/virt-copy-out.1*
|
|
|
|
|
%{_bindir}/virt-tar-in
|
|
|
|
|
%{_mandir}/man1/virt-tar-in.1*
|
|
|
|
|
%{_bindir}/virt-tar-out
|
|
|
|
|
%{_mandir}/man1/virt-tar-out.1*
|
2010-05-26 09:39:10 +00:00
|
|
|
|
%dir %{_sysconfdir}/bash_completion.d
|
2010-05-25 21:58:07 +00:00
|
|
|
|
%{_sysconfdir}/bash_completion.d/guestfish-bash-completion.sh
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
|
2009-11-03 17:58:33 +00:00
|
|
|
|
%files mount
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc COPYING
|
|
|
|
|
%{_bindir}/guestmount
|
|
|
|
|
%{_mandir}/man1/guestmount.1*
|
|
|
|
|
|
|
|
|
|
|
- New upstream development version 1.7.15.
- Split out new libguestfs-tools-c package from libguestfs-tools.
. This is so that the -tools-c package can be pulled in by people
wanting to avoid a dependency on Perl, while -tools pulls in everything
as before.
. The C tools currently are: cat, df, filesystems, fish, inspector, ls,
mount, rescue.
. guestfish still requires pod2text which requires perl. This will be
rectified in the next release.
. libguestfs-tools no longer pulls in guestfish.
- guestfish also depends on: less, man, vi
- Add BR db4-utils (although since RPM needs it, it not really necessary).
- Runtime requires on db4-utils should be on core lib, not tools package.
- Change all "Requires: perl-Foo" to "Requires: perl(Foo)".
2010-11-26 18:08:28 +00:00
|
|
|
|
%files tools-c
|
2009-07-15 16:49:09 +00:00
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%{_bindir}/virt-cat
|
|
|
|
|
%{_mandir}/man1/virt-cat.1*
|
2009-09-23 13:39:05 +00:00
|
|
|
|
%{_bindir}/virt-df
|
|
|
|
|
%{_mandir}/man1/virt-df.1*
|
2010-11-23 10:45:16 +00:00
|
|
|
|
%{_bindir}/virt-filesystems
|
|
|
|
|
%{_mandir}/man1/virt-filesystems.1*
|
2009-09-23 13:39:05 +00:00
|
|
|
|
%{_bindir}/virt-inspector
|
|
|
|
|
%{_mandir}/man1/virt-inspector.1*
|
- New upstream development version 1.7.15.
- Split out new libguestfs-tools-c package from libguestfs-tools.
. This is so that the -tools-c package can be pulled in by people
wanting to avoid a dependency on Perl, while -tools pulls in everything
as before.
. The C tools currently are: cat, df, filesystems, fish, inspector, ls,
mount, rescue.
. guestfish still requires pod2text which requires perl. This will be
rectified in the next release.
. libguestfs-tools no longer pulls in guestfish.
- guestfish also depends on: less, man, vi
- Add BR db4-utils (although since RPM needs it, it not really necessary).
- Runtime requires on db4-utils should be on core lib, not tools package.
- Change all "Requires: perl-Foo" to "Requires: perl(Foo)".
2010-11-26 18:08:28 +00:00
|
|
|
|
%{_bindir}/virt-ls
|
|
|
|
|
%{_mandir}/man1/virt-ls.1*
|
|
|
|
|
%{_bindir}/virt-rescue
|
|
|
|
|
%{_mandir}/man1/virt-rescue.1*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files tools
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%{_bindir}/virt-edit
|
|
|
|
|
%{_mandir}/man1/virt-edit.1*
|
2009-12-16 16:02:31 +00:00
|
|
|
|
%{_bindir}/virt-list-filesystems
|
|
|
|
|
%{_mandir}/man1/virt-list-filesystems.1*
|
2010-03-23 23:10:58 +00:00
|
|
|
|
%{_bindir}/virt-list-partitions
|
|
|
|
|
%{_mandir}/man1/virt-list-partitions.1*
|
2010-04-08 14:34:08 +00:00
|
|
|
|
%{_bindir}/virt-make-fs
|
|
|
|
|
%{_mandir}/man1/virt-make-fs.1*
|
2010-03-23 23:10:58 +00:00
|
|
|
|
%{_bindir}/virt-resize
|
|
|
|
|
%{_mandir}/man1/virt-resize.1*
|
2009-10-20 14:50:27 +00:00
|
|
|
|
%{_bindir}/virt-tar
|
|
|
|
|
%{_mandir}/man1/virt-tar.1*
|
2009-10-29 17:22:46 +00:00
|
|
|
|
%{_bindir}/virt-win-reg
|
|
|
|
|
%{_mandir}/man1/virt-win-reg.1*
|
2009-07-15 16:49:09 +00:00
|
|
|
|
|
|
|
|
|
|
2009-05-09 21:30:45 +00:00
|
|
|
|
%files -n ocaml-%{name}
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc README
|
|
|
|
|
%{_libdir}/ocaml/guestfs
|
|
|
|
|
%exclude %{_libdir}/ocaml/guestfs/*.a
|
|
|
|
|
%exclude %{_libdir}/ocaml/guestfs/*.cmxa
|
|
|
|
|
%exclude %{_libdir}/ocaml/guestfs/*.cmx
|
|
|
|
|
%exclude %{_libdir}/ocaml/guestfs/*.mli
|
|
|
|
|
%{_libdir}/ocaml/stublibs/*.so
|
|
|
|
|
%{_libdir}/ocaml/stublibs/*.so.owner
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n ocaml-%{name}-devel
|
|
|
|
|
%defattr(-,root,root,-)
|
2010-11-24 22:22:03 +00:00
|
|
|
|
%doc ocaml/examples/*.ml
|
2009-05-09 21:30:45 +00:00
|
|
|
|
%{_libdir}/ocaml/guestfs/*.a
|
|
|
|
|
%{_libdir}/ocaml/guestfs/*.cmxa
|
|
|
|
|
%{_libdir}/ocaml/guestfs/*.cmx
|
|
|
|
|
%{_libdir}/ocaml/guestfs/*.mli
|
2010-11-24 22:22:03 +00:00
|
|
|
|
%{_mandir}/man3/guestfs-ocaml.3*
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
|
2010-11-15 10:14:51 +00:00
|
|
|
|
%files -n perl-Sys-Guestfs
|
2009-05-09 21:30:45 +00:00
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc perl/examples
|
|
|
|
|
%{perl_vendorarch}/*
|
|
|
|
|
%{_mandir}/man3/Sys::Guestfs.3pm*
|
2009-07-10 13:39:20 +00:00
|
|
|
|
%{_mandir}/man3/Sys::Guestfs::Lib.3pm*
|
2011-02-02 21:30:46 +00:00
|
|
|
|
%{_mandir}/man3/guestfs-perl.3*
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n python-%{name}
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc README
|
2010-11-24 22:22:03 +00:00
|
|
|
|
%doc python/examples/*.py
|
2009-05-09 21:30:45 +00:00
|
|
|
|
%{python_sitearch}/*
|
|
|
|
|
%{python_sitelib}/*.py
|
|
|
|
|
%{python_sitelib}/*.pyc
|
|
|
|
|
%{python_sitelib}/*.pyo
|
2010-11-24 22:22:03 +00:00
|
|
|
|
%{_mandir}/man3/guestfs-python.3*
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n ruby-%{name}
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc README
|
2010-11-24 22:22:03 +00:00
|
|
|
|
%doc ruby/examples/*.rb
|
2011-03-15 22:19:45 +00:00
|
|
|
|
%doc ruby/doc/site/*
|
2009-05-09 21:30:45 +00:00
|
|
|
|
%{ruby_sitelib}/guestfs.rb
|
|
|
|
|
%{ruby_sitearch}/_guestfs.so
|
2010-11-24 22:22:03 +00:00
|
|
|
|
%{_mandir}/man3/guestfs-ruby.3*
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files java
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc README
|
|
|
|
|
%{_libdir}/libguestfs_jni*.so.*
|
|
|
|
|
%{_datadir}/java/*.jar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files java-devel
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc README
|
|
|
|
|
%{_libdir}/libguestfs_jni*.so
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files javadoc
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc README
|
|
|
|
|
%{_datadir}/javadoc/%{name}-java-%{version}
|
|
|
|
|
|
|
|
|
|
|
2010-09-04 12:07:07 +00:00
|
|
|
|
%files -n php-%{name}
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc php/README-PHP
|
|
|
|
|
%dir %{_sysconfdir}/php.d
|
|
|
|
|
%{_sysconfdir}/php.d/guestfs_php.ini
|
|
|
|
|
%{_libdir}/php/modules/guestfs_php.so
|
|
|
|
|
|
|
|
|
|
|
2009-05-09 21:30:45 +00:00
|
|
|
|
%changelog
|
2011-03-28 10:57:54 +00:00
|
|
|
|
* Mon Mar 28 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.13-2
|
|
|
|
|
- Include 'attr' as BR (required for getfattr, setfattr programs in
|
|
|
|
|
virt-rescue).
|
|
|
|
|
|
2011-03-24 12:45:56 +00:00
|
|
|
|
* Thu Mar 24 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.13-1
|
|
|
|
|
- New upstream version 1.9.13.
|
|
|
|
|
|
2011-03-18 19:56:22 +00:00
|
|
|
|
* Thu Mar 18 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.12-1
|
|
|
|
|
- New upstream version 1.9.12.
|
|
|
|
|
|
|
|
|
|
* Wed Mar 16 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.11-2
|
|
|
|
|
- Add runtime requires on minimum glibc because of newly readable binaries.
|
|
|
|
|
|
2011-03-15 22:19:45 +00:00
|
|
|
|
* Tue Mar 15 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.11-1
|
|
|
|
|
- New upstream version 1.9.11.
|
|
|
|
|
- Add generated Ruby documentation (rdoc).
|
|
|
|
|
|
2011-03-08 16:46:14 +00:00
|
|
|
|
* Tue Mar 8 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.10-1
|
|
|
|
|
- New upstream version 1.9.10.
|
|
|
|
|
- Remove patches (now upstream).
|
|
|
|
|
|
2011-03-04 12:16:53 +00:00
|
|
|
|
* Fri Mar 4 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.9-2
|
|
|
|
|
- Include upstream patches to fix virt-make-fs with qemu-img 0.14.
|
|
|
|
|
|
2011-03-04 10:39:20 +00:00
|
|
|
|
* Fri Mar 4 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.9-1
|
|
|
|
|
- New upstream version 1.9.9.
|
|
|
|
|
|
2011-02-08 06:26:25 +00:00
|
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.9.8-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
|
2011-02-06 17:45:21 +00:00
|
|
|
|
* Sun Feb 6 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.8-1
|
|
|
|
|
- New upstream version 1.9.8.
|
|
|
|
|
|
2011-02-06 10:50:14 +00:00
|
|
|
|
* Sun Feb 6 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.7-7
|
|
|
|
|
- Rebuild against rpm-4.9.0-0.beta1.6.fc15 to fix OCaml deps. See discussion:
|
|
|
|
|
http://lists.fedoraproject.org/pipermail/devel/2011-February/148398.html
|
|
|
|
|
|
2011-02-02 21:30:46 +00:00
|
|
|
|
* Wed Feb 2 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.7-6
|
2011-02-01 16:15:20 +00:00
|
|
|
|
- Add temporary non-upstream patch to fix /etc/mtab.
|
|
|
|
|
See: https://www.redhat.com/archives/libguestfs/2011-February/msg00006.html
|
2011-02-02 20:28:11 +00:00
|
|
|
|
- Add fix for regressions/rhbz557655.sh so it works when tracing is enabled.
|
2011-02-02 21:30:46 +00:00
|
|
|
|
- Add guestfs-perl(3) man page.
|
2011-02-01 16:15:20 +00:00
|
|
|
|
|
2011-02-01 13:35:40 +00:00
|
|
|
|
* Tue Feb 1 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.7-3
|
2011-02-01 12:30:59 +00:00
|
|
|
|
- Enable trace in 'make check' section.
|
|
|
|
|
|
2011-01-31 00:02:34 +00:00
|
|
|
|
* Sun Jan 30 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.7-1
|
|
|
|
|
- New upstream version 1.9.7.
|
|
|
|
|
|
2011-01-26 15:11:28 +00:00
|
|
|
|
* Wed Jan 26 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.6-2
|
|
|
|
|
- Bump and rebuild.
|
|
|
|
|
|
2011-01-22 18:12:12 +00:00
|
|
|
|
* Sat Jan 22 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.6-1
|
|
|
|
|
- New upstream version 1.9.6.
|
|
|
|
|
|
2011-01-18 13:45:03 +00:00
|
|
|
|
* Tue Jan 18 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.5-1
|
|
|
|
|
- New upstream version 1.9.5.
|
|
|
|
|
|
2011-01-15 15:20:16 +00:00
|
|
|
|
* Sat Jan 15 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.4-1
|
|
|
|
|
- New upstream version 1.9.4.
|
|
|
|
|
|
2011-01-14 18:20:21 +00:00
|
|
|
|
* Fri Jan 14 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.3-2
|
|
|
|
|
- Only runtime require febootstrap-supermin-helper (not whole of
|
|
|
|
|
febootstrap).
|
|
|
|
|
|
2011-01-11 22:07:58 +00:00
|
|
|
|
* Tue Jan 11 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.3-1
|
|
|
|
|
- New upstream version 1.9.3.
|
|
|
|
|
|
2011-01-05 15:30:27 +00:00
|
|
|
|
* Wed Jan 05 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.2-2
|
|
|
|
|
- Bump and rebuild.
|
|
|
|
|
|
2011-01-03 18:34:30 +00:00
|
|
|
|
* Mon Jan 3 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.2-1
|
|
|
|
|
- New upstream version 1.9.2.
|
|
|
|
|
- New tools: virt-copy-in, virt-copy-out, virt-tar-in, virt-tar-out.
|
|
|
|
|
These are just shell script wrappers around guestfish so they are
|
|
|
|
|
included in the guestfish package.
|
|
|
|
|
|
2010-12-31 08:45:08 +00:00
|
|
|
|
* Fri Dec 31 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.1-1
|
|
|
|
|
- New upstream version 1.9.1.
|
|
|
|
|
|
2010-12-21 13:41:12 +00:00
|
|
|
|
* Tue Dec 21 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.0-2
|
|
|
|
|
- Bump and rebuild.
|
|
|
|
|
|
2010-12-19 16:13:26 +00:00
|
|
|
|
* Sun Dec 19 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.0-1
|
|
|
|
|
- New upstream development branch 1.9.0.
|
|
|
|
|
- Include ROADMAP in devel package.
|
|
|
|
|
|
2010-12-16 23:25:09 +00:00
|
|
|
|
* Thu Dec 16 2010 Richard Jones <rjones@redhat.com> - 1:1.7.24-1
|
|
|
|
|
- New upstream version 1.7.24.
|
|
|
|
|
- Adds getxattr/lgetxattr APIs to support guestfs-browser.
|
|
|
|
|
|
2010-12-12 22:46:27 +00:00
|
|
|
|
* Sun Dec 11 2010 Richard Jones <rjones@redhat.com> - 1:1.7.23-1
|
|
|
|
|
- New upstream version 1.7.23.
|
|
|
|
|
|
2010-12-11 18:30:19 +00:00
|
|
|
|
* Sat Dec 11 2010 Richard Jones <rjones@redhat.com> - 1:1.7.22-1
|
|
|
|
|
- New upstream version 1.7.22.
|
|
|
|
|
- Depend on febootstrap 3.3 which fixes the checksum stability problem.
|
|
|
|
|
|
2010-12-10 13:55:13 +00:00
|
|
|
|
* Fri Dec 10 2010 Richard Jones <rjones@redhat.com> - 1:1.7.21-1
|
|
|
|
|
- New upstream version 1.7.21.
|
|
|
|
|
|
2010-12-07 18:54:36 +00:00
|
|
|
|
* Tue Dec 7 2010 Richard Jones <rjones@redhat.com> - 1:1.7.20-1
|
|
|
|
|
- New upstream version 1.7.20.
|
|
|
|
|
- Remove patches which are upstream.
|
|
|
|
|
|
2010-12-07 08:41:31 +00:00
|
|
|
|
* Tue Dec 7 2010 Richard Jones <rjones@redhat.com> - 1:1.7.19-15
|
|
|
|
|
- Rebuild appliance with febootstrap 3.1-5 because we accidentally
|
|
|
|
|
reopened RHBZ#654638.
|
|
|
|
|
|
2010-12-06 23:10:01 +00:00
|
|
|
|
* Mon Dec 6 2010 Richard Jones <rjones@redhat.com> - 1:1.7.19-14
|
2010-12-06 17:48:09 +00:00
|
|
|
|
- Rebuild appliance properly using febootstrap 3.1 and alternate yum repo.
|
|
|
|
|
|
2010-12-05 11:34:24 +00:00
|
|
|
|
* Sun Dec 5 2010 Richard Jones <rjones@redhat.com> - 1:1.7.19-1
|
|
|
|
|
- New upstream development version 1.7.19.
|
|
|
|
|
- Appliance building in this version has been substantially rewritten
|
|
|
|
|
and this requires febootstrap >= 3.0 to build.
|
|
|
|
|
- createrepo no longer required.
|
|
|
|
|
- Supermin appliance is the default.
|
|
|
|
|
|
2010-12-01 18:06:21 +00:00
|
|
|
|
* Wed Dec 1 2010 Richard Jones <rjones@redhat.com> - 1:1.7.18-1
|
|
|
|
|
- New upstream development version 1.7.18.
|
|
|
|
|
|
2010-11-30 15:04:49 +00:00
|
|
|
|
* Tue Nov 30 2010 Richard Jones <rjones@redhat.com> - 1:1.7.17-1
|
|
|
|
|
- New upstream development version 1.7.17.
|
|
|
|
|
|
2010-11-26 22:39:41 +00:00
|
|
|
|
* Fri Nov 26 2010 Richard Jones <rjones@redhat.com> - 1:1.7.16-1
|
|
|
|
|
- New upstream development version 1.7.16.
|
|
|
|
|
- guestfish no longer requires pod2text, hence no longer requires perl.
|
|
|
|
|
- Require febootstrap >= 2.11.
|
|
|
|
|
|
2010-11-26 18:28:18 +00:00
|
|
|
|
* Fri Nov 26 2010 Richard Jones <rjones@redhat.com> - 1:1.7.15-2
|
- New upstream development version 1.7.15.
- Split out new libguestfs-tools-c package from libguestfs-tools.
. This is so that the -tools-c package can be pulled in by people
wanting to avoid a dependency on Perl, while -tools pulls in everything
as before.
. The C tools currently are: cat, df, filesystems, fish, inspector, ls,
mount, rescue.
. guestfish still requires pod2text which requires perl. This will be
rectified in the next release.
. libguestfs-tools no longer pulls in guestfish.
- guestfish also depends on: less, man, vi
- Add BR db4-utils (although since RPM needs it, it not really necessary).
- Runtime requires on db4-utils should be on core lib, not tools package.
- Change all "Requires: perl-Foo" to "Requires: perl(Foo)".
2010-11-26 18:08:28 +00:00
|
|
|
|
- New upstream development version 1.7.15.
|
|
|
|
|
- Split out new libguestfs-tools-c package from libguestfs-tools.
|
|
|
|
|
. This is so that the -tools-c package can be pulled in by people
|
|
|
|
|
wanting to avoid a dependency on Perl, while -tools pulls in everything
|
|
|
|
|
as before.
|
|
|
|
|
. The C tools currently are: cat, df, filesystems, fish, inspector, ls,
|
|
|
|
|
mount, rescue.
|
|
|
|
|
. guestfish still requires pod2text which requires perl. This will be
|
|
|
|
|
rectified in the next release.
|
|
|
|
|
. libguestfs-tools no longer pulls in guestfish.
|
|
|
|
|
- guestfish also depends on: less, man, vi
|
|
|
|
|
- Add BR db4-utils (although since RPM needs it, it not really necessary).
|
|
|
|
|
- Runtime requires on db4-utils should be on core lib, not tools package.
|
|
|
|
|
- Change all "Requires: perl-Foo" to "Requires: perl(Foo)".
|
|
|
|
|
|
2010-11-25 19:18:08 +00:00
|
|
|
|
* Thu Nov 25 2010 Richard Jones <rjones@redhat.com> - 1:1.7.14-1
|
|
|
|
|
- New upstream development version 1.7.14.
|
|
|
|
|
|
2010-11-24 22:50:34 +00:00
|
|
|
|
* Wed Nov 24 2010 Richard Jones <rjones@redhat.com> - 1:1.7.13-3
|
2010-11-24 22:22:03 +00:00
|
|
|
|
- New upstream development version 1.7.13.
|
|
|
|
|
- New manual pages containing example code.
|
|
|
|
|
- Ship examples for C, OCaml, Ruby, Python.
|
|
|
|
|
- Don't ship HTML versions of man pages.
|
2010-11-24 22:34:12 +00:00
|
|
|
|
- Rebase no-fuse-test patch to latest version.
|
2010-11-24 22:22:03 +00:00
|
|
|
|
|
2010-11-23 10:45:16 +00:00
|
|
|
|
* Tue Nov 23 2010 Richard Jones <rjones@redhat.com> - 1:1.7.12-1
|
|
|
|
|
- New upstream development version 1.7.12.
|
|
|
|
|
- New tool: virt-filesystems. virt-list-filesystems and virt-list-partitions
|
|
|
|
|
are deprecated, but still included in the package.
|
|
|
|
|
|
2010-11-19 22:38:46 +00:00
|
|
|
|
* Wed Nov 17 2010 Richard Jones <rjones@redhat.com> - 1:1.7.11-1
|
|
|
|
|
- New upstream development version 1.7.11.
|
|
|
|
|
- Fix Source0 URL which had pointed to the 1.5 directory.
|
|
|
|
|
- virt-inspector is not a dependency of guestmount.
|
|
|
|
|
|
2010-11-17 23:14:30 +00:00
|
|
|
|
* Wed Nov 17 2010 Richard Jones <rjones@redhat.com> - 1:1.7.10-1
|
|
|
|
|
- New upstream development version 1.7.10.
|
|
|
|
|
|
2010-11-16 19:41:26 +00:00
|
|
|
|
* Tue Nov 16 2010 Richard Jones <rjones@redhat.com> - 1:1.7.9-1
|
|
|
|
|
- New upstream development version 1.7.9.
|
|
|
|
|
|
2010-11-15 23:24:11 +00:00
|
|
|
|
* Mon Nov 15 2010 Richard Jones <rjones@redhat.com> - 1:1.7.8-1
|
|
|
|
|
- New upstream development version 1.7.8.
|
|
|
|
|
- Add Obsoletes so perl-Sys-Guestfs overrides perl-libguestfs (RHBZ#652587).
|
|
|
|
|
|
2010-11-15 10:14:51 +00:00
|
|
|
|
* Mon Nov 15 2010 Richard Jones <rjones@redhat.com> - 1:1.7.7-1
|
|
|
|
|
- New upstream development version 1.7.7.
|
|
|
|
|
- Rename perl-libguestfs as perl-Sys-Guestfs (RHBZ#652587).
|
|
|
|
|
|
2010-11-13 18:44:26 +00:00
|
|
|
|
* Sat Nov 13 2010 Richard Jones <rjones@redhat.com> - 1:1.7.6-1
|
|
|
|
|
- New upstream development version 1.7.6.
|
|
|
|
|
|
2010-11-13 08:26:23 +00:00
|
|
|
|
* Sat Nov 13 2010 Richard Jones <rjones@redhat.com> - 1:1.7.5-2
|
2010-11-13 08:15:56 +00:00
|
|
|
|
- New upstream development version 1.7.5.
|
|
|
|
|
- Remove hand-installation of Ruby bindings.
|
2010-11-13 08:26:23 +00:00
|
|
|
|
- Remove upstream patch.
|
2010-11-13 08:15:56 +00:00
|
|
|
|
|
2010-11-11 22:28:17 +00:00
|
|
|
|
* Thu Nov 11 2010 Richard Jones <rjones@redhat.com> - 1:1.7.4-2
|
2010-11-11 19:24:26 +00:00
|
|
|
|
- New upstream development version 1.7.4.
|
|
|
|
|
- ocaml-xml-light is no longer required.
|
|
|
|
|
- Remove guestfs-actions.h and guestfs-structs.h. Libguestfs now
|
|
|
|
|
only exports a single <guestfs.h> header file.
|
2010-11-11 22:28:17 +00:00
|
|
|
|
- Add patch to fix broken Perl test.
|
|
|
|
|
- Remove workaround for RHBZ#563103.
|
2010-11-11 19:24:26 +00:00
|
|
|
|
|
2010-11-08 16:44:06 +00:00
|
|
|
|
* Mon Nov 8 2010 Richard Jones <rjones@redhat.com> - 1:1.7.3-1
|
|
|
|
|
- New upstream development version 1.7.3.
|
|
|
|
|
- Add AUTHORS file from tarball.
|
|
|
|
|
|
2010-11-05 12:37:47 +00:00
|
|
|
|
* Fri Nov 5 2010 Richard Jones <rjones@redhat.com> - 1:1.7.2-1
|
|
|
|
|
- New upstream development version 1.7.2.
|
|
|
|
|
- Add requires ruby to ruby-libguestfs package.
|
|
|
|
|
|
2010-11-03 21:50:28 +00:00
|
|
|
|
* Wed Nov 3 2010 Richard Jones <rjones@redhat.com> - 1:1.7.1-1
|
|
|
|
|
- New upstream development version 1.7.1.
|
|
|
|
|
- Add BR gperf.
|
|
|
|
|
|
2010-11-02 17:10:15 +00:00
|
|
|
|
* Tue Nov 2 2010 Richard Jones <rjones@redhat.com> - 1:1.7.0-1
|
|
|
|
|
- New upstream development branch and version 1.7.0.
|
|
|
|
|
|
2010-10-29 15:33:21 +00:00
|
|
|
|
* Fri Oct 29 2010 Richard Jones <rjones@redhat.com> - 1:1.5.26-1
|
|
|
|
|
- New upstream development version 1.5.26.
|
|
|
|
|
|
2010-10-28 18:30:14 +00:00
|
|
|
|
* Thu Oct 28 2010 Richard Jones <rjones@redhat.com> - 1:1.5.25-1
|
|
|
|
|
- New upstream development version 1.5.25.
|
|
|
|
|
- Rewritten virt-inspector.
|
|
|
|
|
- Requires febootstrap >= 2.10.
|
|
|
|
|
- New virt-inspector requires db_dump program.
|
|
|
|
|
|
2010-10-27 12:41:48 +00:00
|
|
|
|
* Wed Oct 27 2010 Richard Jones <rjones@redhat.com> - 1:1.5.24-2
|
|
|
|
|
- Attempt to run tests.
|
|
|
|
|
|
2010-10-27 12:18:00 +00:00
|
|
|
|
* Wed Oct 27 2010 Richard Jones <rjones@redhat.com> - 1:1.5.24-1
|
|
|
|
|
- New upstream development version 1.5.24.
|
|
|
|
|
|
2010-10-23 06:30:06 +00:00
|
|
|
|
* Sat Oct 23 2010 Richard Jones <rjones@redhat.com> - 1:1.5.23-1
|
|
|
|
|
- Fix for libguestfs: missing disk format specifier when adding a disk
|
|
|
|
|
(RHBZ#642934, CVE-2010-3851).
|
|
|
|
|
|
2010-10-19 14:30:40 +00:00
|
|
|
|
* Tue Oct 19 2010 Richard Jones <rjones@redhat.com> - 1:1.5.22-1
|
|
|
|
|
- New upstream development version 1.5.22.
|
|
|
|
|
|
2010-10-09 19:01:53 +00:00
|
|
|
|
* Sat Oct 9 2010 Richard Jones <rjones@redhat.com> - 1:1.5.21-2
|
|
|
|
|
- guestfish no longer requires virt-inspector.
|
|
|
|
|
|
2010-10-01 20:12:23 +00:00
|
|
|
|
* Fri Oct 1 2010 Richard Jones <rjones@redhat.com> - 1:1.5.21-1
|
|
|
|
|
- New upstream development version 1.5.21.
|
|
|
|
|
|
2010-09-26 22:03:03 +00:00
|
|
|
|
* Sun Sep 26 2010 Richard Jones <rjones@redhat.com> - 1:1.5.20-1
|
|
|
|
|
- New upstream development version 1.5.20.
|
|
|
|
|
|
2010-09-22 14:38:19 +00:00
|
|
|
|
* Wed Sep 22 2010 Richard Jones <rjones@redhat.com> - 1:1.5.18-1
|
|
|
|
|
- New upstream development version 1.5.18.
|
|
|
|
|
- Note that guestfish '-a' and '-d' options were broken in 1.5.17, so
|
|
|
|
|
upgrading to this version is highly recommended.
|
|
|
|
|
|
2010-09-21 22:01:49 +00:00
|
|
|
|
* Tue Sep 21 2010 Richard Jones <rjones@redhat.com> - 1:1.5.17-1
|
|
|
|
|
- New upstream development version 1.5.17.
|
|
|
|
|
|
2010-09-15 21:16:07 +00:00
|
|
|
|
* Wed Sep 15 2010 Richard Jones <rjones@redhat.com> - 1:1.5.16-1
|
|
|
|
|
- New upstream development version 1.5.16.
|
|
|
|
|
|
2010-09-15 19:41:12 +00:00
|
|
|
|
* Wed Sep 15 2010 Richard Jones <rjones@redhat.com> - 1:1.5.15-1
|
|
|
|
|
- New upstream development version 1.5.15.
|
|
|
|
|
|
2010-09-14 12:36:20 +00:00
|
|
|
|
* Tue Sep 14 2010 Richard Jones <rjones@redhat.com> - 1:1.5.14-1
|
|
|
|
|
- New upstream development version 1.5.14.
|
|
|
|
|
|
2010-09-13 14:25:23 +00:00
|
|
|
|
* Mon Sep 13 2010 Richard Jones <rjones@redhat.com> - 1:1.5.13-1
|
|
|
|
|
- New upstream version 1.5.13.
|
|
|
|
|
- Removed the patch workaround for RHBZ#630583. The same workaround
|
|
|
|
|
is now upstream (the bug is not fixed).
|
|
|
|
|
|
2010-09-11 12:56:42 +00:00
|
|
|
|
* Sat Sep 11 2010 Richard Jones <rjones@redhat.com> - 1:1.5.12-1
|
|
|
|
|
- New upstream version 1.5.12.
|
|
|
|
|
|
2010-09-10 09:46:22 +00:00
|
|
|
|
* Fri Sep 10 2010 Richard Jones <rjones@redhat.com> - 1:1.5.11-1
|
|
|
|
|
- New upstream version 1.5.11.
|
|
|
|
|
- Note: fixes a serious bug in guestfish 'copy-out' command.
|
|
|
|
|
|
2010-09-09 22:33:27 +00:00
|
|
|
|
* Thu Sep 9 2010 Richard Jones <rjones@redhat.com> - 1:1.5.10-1
|
|
|
|
|
- New upstream version 1.5.10.
|
|
|
|
|
|
2010-09-08 12:51:51 +00:00
|
|
|
|
* Wed Sep 8 2010 Richard Jones <rjones@redhat.com> - 1:1.5.9-2
|
|
|
|
|
- Disable tests, still failing because of RHBZ#630777.
|
|
|
|
|
|
2010-09-08 10:49:16 +00:00
|
|
|
|
* Wed Sep 8 2010 Richard Jones <rjones@redhat.com> - 1:1.5.9-1
|
|
|
|
|
- New upstream version 1.5.9.
|
|
|
|
|
|
2010-09-06 10:28:20 +00:00
|
|
|
|
* Mon Sep 6 2010 Richard Jones <rjones@redhat.com> - 1:1.5.8-2
|
|
|
|
|
- Add patch to work around RHBZ#630583 and reenable tests.
|
|
|
|
|
|
2010-09-04 12:07:07 +00:00
|
|
|
|
* Sat Sep 4 2010 Richard Jones <rjones@redhat.com> - 1:1.5.8-1
|
|
|
|
|
- New upstream version 1.5.8.
|
|
|
|
|
- Add BR po4a for translations of man pages.
|
|
|
|
|
- Add PHP bindings.
|
|
|
|
|
- Remove partially-translated Japanese webpages.
|
|
|
|
|
|
2010-09-01 17:43:57 +00:00
|
|
|
|
* Wed Sep 1 2010 Richard Jones <rjones@redhat.com> - 1:1.5.7-1
|
|
|
|
|
- New upstream version 1.5.7.
|
|
|
|
|
- 'debug' command is enabled by default now.
|
|
|
|
|
|
2010-08-27 21:07:36 +00:00
|
|
|
|
* Fri Aug 27 2010 Richard Jones <rjones@redhat.com> - 1:1.5.6-1
|
|
|
|
|
- New upstream version 1.5.6.
|
|
|
|
|
|
2010-08-27 17:28:35 +00:00
|
|
|
|
* Fri Aug 27 2010 Richard Jones <rjones@redhat.com> - 1:1.5.5-2
|
2010-08-27 16:57:32 +00:00
|
|
|
|
- Use bug-fixed febootstrap 2.9.
|
|
|
|
|
|
2010-08-26 15:51:16 +00:00
|
|
|
|
* Thu Aug 26 2010 Richard Jones <rjones@redhat.com> - 1:1.5.5-1
|
|
|
|
|
- New upstream version 1.5.5.
|
|
|
|
|
|
2010-08-24 13:28:58 +00:00
|
|
|
|
* Tue Aug 24 2010 Richard Jones <rjones@redhat.com> - 1:1.5.4-2
|
|
|
|
|
- Disable tests again, because the Rawhide kernel still won't boot.
|
|
|
|
|
|
2010-08-24 12:54:24 +00:00
|
|
|
|
* Tue Aug 24 2010 Richard Jones <rjones@redhat.com> - 1:1.5.4-1
|
|
|
|
|
- New upstream development version 1.5.4.
|
|
|
|
|
- Now requires febootstrap >= 2.8 and qemu >= 0.12.
|
|
|
|
|
- Re-enable tests because RHBZ#624854 is supposed to be fixed.
|
|
|
|
|
- Upstream Source URL has changed.
|
|
|
|
|
|
2010-08-17 23:28:37 +00:00
|
|
|
|
* Wed Aug 18 2010 Richard Jones <rjones@redhat.com> - 1:1.5.3-2
|
|
|
|
|
- Disable tests because of RHBZ#624854.
|
|
|
|
|
|
2010-08-17 14:03:44 +00:00
|
|
|
|
* Tue Aug 17 2010 Richard Jones <rjones@redhat.com> - 1:1.5.3-1
|
|
|
|
|
- New upstream development version 1.5.3.
|
|
|
|
|
|
2010-08-11 13:09:19 +00:00
|
|
|
|
* Wed Aug 11 2010 Richard Jones <rjones@redhat.com> - 1:1.5.2-6
|
|
|
|
|
- Bump and rebuild.
|
|
|
|
|
|
2010-08-05 17:12:01 +00:00
|
|
|
|
* Thu Aug 05 2010 Richard Jones - 1:1.5.2-5
|
|
|
|
|
- Bump and rebuild.
|
|
|
|
|
|
2010-07-23 20:07:22 +00:00
|
|
|
|
* Fri Jul 23 2010 David Malcolm <dmalcolm@redhat.com> - 1:1.5.2-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
|
|
|
2010-07-23 20:03:52 +00:00
|
|
|
|
* Fri Jul 23 2010 David Malcolm <dmalcolm@redhat.com> - 1:1.5.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
|
|
|
2010-07-22 17:50:01 +00:00
|
|
|
|
* Thu Jul 22 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.5.2-2
|
2010-07-22 16:10:50 +00:00
|
|
|
|
- New upstream development version 1.5.2.
|
2010-07-22 17:50:01 +00:00
|
|
|
|
- +BuildRequires: cryptsetup-luks.
|
2010-07-22 16:10:50 +00:00
|
|
|
|
|
2010-07-21 21:06:24 +00:00
|
|
|
|
* Wed Jul 21 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.5.1-1
|
|
|
|
|
- New upstream development version 1.5.1.
|
|
|
|
|
|
2010-07-20 13:27:10 +00:00
|
|
|
|
* Tue Jul 20 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.5.0-7
|
|
|
|
|
- Requires binutils (RHBZ#616437).
|
|
|
|
|
|
2010-07-19 12:56:39 +00:00
|
|
|
|
* Mon Jul 19 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.5.0-6
|
|
|
|
|
- Fix libguestfs-find-requires.sh for new location of hostfiles (RHBZ#615946).
|
|
|
|
|
|
2010-07-08 17:40:26 +00:00
|
|
|
|
* Thu Jul 8 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.5.0-5
|
|
|
|
|
- Include RELEASE-NOTES in devel package.
|
|
|
|
|
|
2010-07-08 14:46:43 +00:00
|
|
|
|
* Thu Jul 8 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.5.0-4
|
2010-07-08 13:18:21 +00:00
|
|
|
|
- New development branch 1.5.0.
|
|
|
|
|
- Remove two upstream patches.
|
2010-07-08 13:55:31 +00:00
|
|
|
|
- Work around permanently broken test-getlogin_r Gnulib test.
|
2010-07-08 13:18:21 +00:00
|
|
|
|
|
2010-06-28 12:54:43 +00:00
|
|
|
|
* Mon Jun 28 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.21-4
|
2010-06-28 11:23:28 +00:00
|
|
|
|
- Explicitly depend on e2fsprogs.
|
2010-06-28 12:54:43 +00:00
|
|
|
|
- Add patch to add e2fsprogs to the appliance.
|
|
|
|
|
- Add patch to fix GFS kernel module problem.
|
2010-06-28 11:23:28 +00:00
|
|
|
|
|
2010-06-25 14:05:57 +00:00
|
|
|
|
* Fri Jun 25 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:1.3.21-2
|
|
|
|
|
- Rebuild
|
|
|
|
|
|
2010-06-16 15:16:01 +00:00
|
|
|
|
* Wed Jun 16 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.21-1
|
|
|
|
|
- New upstream version 1.3.21.
|
|
|
|
|
|
2010-06-08 17:29:30 +00:00
|
|
|
|
* Tue Jun 8 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.20-1
|
|
|
|
|
- New upstream version 1.3.20.
|
2010-06-08 17:31:26 +00:00
|
|
|
|
- Since upstream commit a043b6854a0c4 we don't need to run make install
|
|
|
|
|
twice.
|
2010-06-08 17:29:30 +00:00
|
|
|
|
|
2010-06-04 15:53:02 +00:00
|
|
|
|
* Fri Jun 4 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.19-1
|
|
|
|
|
- New upstream version 1.3.19.
|
|
|
|
|
|
2010-06-02 18:08:32 +00:00
|
|
|
|
* Wed Jun 2 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.18-1
|
|
|
|
|
- New upstream version 1.3.18.
|
|
|
|
|
|
2010-05-27 13:38:31 +00:00
|
|
|
|
* Thu May 27 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.17-1
|
|
|
|
|
- New upstream version 1.3.17.
|
|
|
|
|
- Change repo name to 'fedora-14'.
|
|
|
|
|
|
2010-05-26 09:39:10 +00:00
|
|
|
|
* Wed May 26 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.16-6
|
|
|
|
|
- Co-own bash_completion.d directory.
|
2010-05-26 08:44:01 +00:00
|
|
|
|
|
2010-05-25 23:31:18 +00:00
|
|
|
|
* Tue May 25 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.16-4
|
2010-05-25 22:32:26 +00:00
|
|
|
|
- New upstream version 1.3.16.
|
2010-05-25 21:58:07 +00:00
|
|
|
|
- Add guestfish bash tab completion script.
|
|
|
|
|
|
2010-05-24 12:50:39 +00:00
|
|
|
|
* Mon May 24 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.14-1
|
|
|
|
|
- New upstream version 1.3.14.
|
|
|
|
|
|
2010-05-15 20:13:44 +00:00
|
|
|
|
* Sun May 16 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.13-1
|
|
|
|
|
- New upstream version 1.3.13.
|
|
|
|
|
- Add BUGS to documentation.
|
|
|
|
|
- Force update of hivex dependency to 1.2.2 since it contains
|
|
|
|
|
important registry import fixes.
|
|
|
|
|
- Remove patch1, now upstream.
|
|
|
|
|
|
2010-05-14 15:37:48 +00:00
|
|
|
|
* Fri May 14 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.12-3
|
|
|
|
|
- Backport supermin build fix from upstream.
|
|
|
|
|
- Further changes required for new layout of supermin appliance.
|
|
|
|
|
|
2010-05-14 13:33:38 +00:00
|
|
|
|
* Fri May 14 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.12-1
|
|
|
|
|
- New upstream version 1.3.12.
|
|
|
|
|
- febootstrap >= 2.7 is required at compile time and at runtime (at runtime
|
|
|
|
|
because of the new febootstrap-supermin-helper).
|
|
|
|
|
- Bugs fixed: 591155 591250 576879 591142 588651 507810 521674 559963 516096.
|
|
|
|
|
|
2010-05-08 19:17:49 +00:00
|
|
|
|
* Sat May 8 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.11-1
|
|
|
|
|
- New upstream version 1.3.11.
|
|
|
|
|
|
|
|
|
|
* Fri May 7 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.10-2
|
2010-05-07 16:03:30 +00:00
|
|
|
|
- New upstream version 1.3.10.
|
|
|
|
|
|
2010-05-06 12:23:53 +00:00
|
|
|
|
* Thu May 06 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.9-2
|
|
|
|
|
- Bump and rebuild against updated libconfig
|
|
|
|
|
|
2010-04-30 17:46:33 +00:00
|
|
|
|
* Fri Apr 30 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.9-1
|
|
|
|
|
- New upstream version 1.3.9.
|
|
|
|
|
|
2010-04-29 11:48:48 +00:00
|
|
|
|
* Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 1:1.3.8-2
|
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
|
2010-04-27 14:52:25 +00:00
|
|
|
|
* Tue Apr 27 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.8-1
|
|
|
|
|
- New upstream version 1.3.8.
|
|
|
|
|
|
2010-04-23 13:44:49 +00:00
|
|
|
|
* Fri Apr 23 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.7-1
|
|
|
|
|
- New upstream version 1.3.7.
|
|
|
|
|
- NOTE: fixes a segfault in guestfish 1.3.6 when using the -a option.
|
|
|
|
|
|
2010-04-22 21:37:17 +00:00
|
|
|
|
* Thu Apr 22 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.6-1
|
|
|
|
|
- New upstream version 1.3.6.
|
|
|
|
|
|
2010-04-19 17:16:19 +00:00
|
|
|
|
* Mon Apr 19 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.5-1
|
|
|
|
|
- New upstream version 1.3.5.
|
|
|
|
|
|
2010-04-17 21:57:09 +00:00
|
|
|
|
* Sat Apr 17 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.4-1
|
|
|
|
|
- New upstream version 1.3.4.
|
|
|
|
|
|
2010-04-12 20:58:47 +00:00
|
|
|
|
* Sun Apr 11 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.3-1
|
|
|
|
|
- New upstream version 1.3.3.
|
|
|
|
|
- New virt-resize option --LV-expand.
|
|
|
|
|
- New API: lvresize-free.
|
|
|
|
|
- Fixes RHBZ#581501.
|
|
|
|
|
|
2010-04-11 09:32:49 +00:00
|
|
|
|
* Sun Apr 11 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.2-3
|
|
|
|
|
- Disable checksum-device test.
|
|
|
|
|
|
2010-04-10 21:32:57 +00:00
|
|
|
|
* Sat Apr 10 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.2-2
|
|
|
|
|
- Bump and rebuild.
|
|
|
|
|
|
- New upstream version 1.3.2.
- New APIs: checksum-device, part-del, part-get-bootable, part-get-mbr-id,
part-set-mbr-id, vgscan, ntfsresize, txz-in, txz-out.
- Enhanced/fixed virt-resize tool.
- Enhanced virt-list-partitions tool.
- Fixes: 580016, 580650, 579155, 580556.
2010-04-10 21:01:07 +00:00
|
|
|
|
* Sat Apr 10 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.2-1
|
|
|
|
|
- New upstream version 1.3.2.
|
|
|
|
|
- New APIs: checksum-device, part-del, part-get-bootable, part-get-mbr-id,
|
|
|
|
|
part-set-mbr-id, vgscan, ntfsresize, txz-in, txz-out.
|
|
|
|
|
- Enhanced/fixed virt-resize tool.
|
|
|
|
|
- Enhanced virt-list-partitions tool.
|
|
|
|
|
- Fixes: 580016, 580650, 579155, 580556.
|
|
|
|
|
|
2010-04-10 16:31:20 +00:00
|
|
|
|
* Sat Apr 10 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.1-4
|
|
|
|
|
- Bump and rebuild.
|
|
|
|
|
|
2010-04-08 18:38:08 +00:00
|
|
|
|
* Thu Apr 8 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.1-3
|
|
|
|
|
- Runtime requires should only be on libguestfs-tools subpackage.
|
|
|
|
|
|
2010-04-08 16:35:34 +00:00
|
|
|
|
* Thu Apr 8 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.1-2
|
|
|
|
|
- Missing BR on qemu-img package.
|
|
|
|
|
|
2010-04-08 14:34:08 +00:00
|
|
|
|
* Thu Apr 8 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.1-1
|
|
|
|
|
- New upstream version 1.3.1.
|
|
|
|
|
- For explanation of apparently large version jump, see:
|
|
|
|
|
https://www.redhat.com/archives/libguestfs/2010-April/msg00057.html
|
|
|
|
|
- New tool: virt-make-fs.
|
|
|
|
|
- New API: guestfs_zero_device.
|
|
|
|
|
- Fixes RHBZ#580246 (tar-in command hangs if uploading more than
|
|
|
|
|
available space)
|
|
|
|
|
- Fixes RHBZ#579664 (guestfish doesn't report error when there is not
|
|
|
|
|
enough space for image allocation)
|
|
|
|
|
- +BR perl-String-ShellQuote (for virt-make-fs).
|
|
|
|
|
|
2010-03-30 17:19:06 +00:00
|
|
|
|
* Tue Mar 30 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.0.89-1
|
|
|
|
|
- New upstream version 1.0.89.
|
|
|
|
|
- Improved version of virt-win-reg.
|
|
|
|
|
- Many smaller bugfixes.
|
|
|
|
|
- Requires hivex >= 1.2.1.
|
|
|
|
|
- Remove TERM=dumb patch which is now upstream.
|
|
|
|
|
|
2010-03-30 14:35:21 +00:00
|
|
|
|
* Tue Mar 30 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.0.88-7
|
2010-03-30 12:39:32 +00:00
|
|
|
|
- Backport of TERM=dumb patch from upstream.
|
2010-03-30 14:35:21 +00:00
|
|
|
|
- Workaround failure caused by RHBZ#575734.
|
|
|
|
|
- Workaround unknown failure of test_swapon_label_0.
|
2010-03-30 12:39:32 +00:00
|
|
|
|
|
2010-03-30 10:47:37 +00:00
|
|
|
|
* Tue Mar 30 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.0.88-5
|
2010-03-30 09:01:18 +00:00
|
|
|
|
- Attempted workaround for RHBZ#563103, so we can reenable tests.
|
|
|
|
|
|
2010-03-26 22:00:42 +00:00
|
|
|
|
* Fri Mar 26 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.0.88-2
|
|
|
|
|
- Remember to check in the new sources.
|
|
|
|
|
|
2010-03-26 21:54:13 +00:00
|
|
|
|
* Fri Mar 26 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.0.88-1
|
|
|
|
|
- New upstream version 1.0.88.
|
|
|
|
|
- Mainly small bugfixes.
|
|
|
|
|
- Update Spanish translation of libguestfs (RHBZ#576876).
|
|
|
|
|
- Use ext4 dev tools on RHEL 5 (RHBZ#576688).
|
|
|
|
|
- Add support for minix filesystem (RHBZ#576689).
|
|
|
|
|
|
2010-03-26 09:46:06 +00:00
|
|
|
|
* Fri Mar 26 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.0.87-2
|
|
|
|
|
- Add vim-minimal to BR, it is now required by the appliance.
|
|
|
|
|
|
2010-03-23 23:10:58 +00:00
|
|
|
|
* Tue Mar 23 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.0.87-1
|
|
|
|
|
- New upstream version 1.0.87.
|
|
|
|
|
- New tools: virt-resize and virt-list-partitions.
|
|
|
|
|
- New APIs: guestfs_copy_size; APIs for querying the relationship between
|
|
|
|
|
LVM objects.
|
|
|
|
|
- Add vim to the virt-rescue appliance.
|
|
|
|
|
|
2010-03-12 19:50:16 +00:00
|
|
|
|
* Fri Mar 12 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.0.86-1
|
|
|
|
|
- New upstream version 1.0.86.
|
|
|
|
|
- libguestfs-supermin-helper rewritten in C (from shell), reduces
|
|
|
|
|
appliance boot time by 2-3 seconds.
|
|
|
|
|
- Fix parsing of integers in guestfish on 32 bit platforms (RHBZ#569757
|
|
|
|
|
and RHBZ#567567).
|
|
|
|
|
- Enhance virt-inspector output for Windows guests.
|
|
|
|
|
- Add product_name field to virt-inspector output for all guests.
|
|
|
|
|
- Weaken dependencies on libntfs-3g.so, don't include SONAME in dep.
|
|
|
|
|
- Remove false dependency on libply (plymouth libraries).
|
|
|
|
|
- Spanish translation (RHBZ#570181).
|
|
|
|
|
- Fix bash regexp quoting bug.
|
|
|
|
|
|
2010-03-12 16:32:44 +00:00
|
|
|
|
* Fri Mar 12 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.0.85-4
|
|
|
|
|
- Bump and rebuild.
|
|
|
|
|
|
2010-03-11 15:42:10 +00:00
|
|
|
|
* Thu Mar 11 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.0.85-3
|
|
|
|
|
- Bump and rebuild.
|
|
|
|
|
|
2010-03-06 15:35:18 +00:00
|
|
|
|
* Sat Mar 06 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.0.85-2
|
|
|
|
|
- Bump and rebuild.
|
|
|
|
|
|
2010-03-01 14:44:01 +00:00
|
|
|
|
* Mon Mar 1 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.0.85-1
|
|
|
|
|
- New upstream version 1.0.85.
|
|
|
|
|
- Remove hivex, now a separate upstream project and package.
|
|
|
|
|
- Remove supermin quoting patch, now upstream.
|
|
|
|
|
|
2010-03-01 11:54:11 +00:00
|
|
|
|
* Mon Mar 1 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.0.84-6
|
|
|
|
|
- Fix quoting in supermin-split script (RHBZ#566511).
|
|
|
|
|
- Don't include bogus './builddir' entries in supermin hostfiles
|
|
|
|
|
(RHBZ#566512).
|
|
|
|
|
|
2010-02-25 16:38:21 +00:00
|
|
|
|
* Mon Feb 22 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.0.84-4
|
|
|
|
|
- Don't include generator.ml in rpm. It's 400K and almost no one will need it.
|
|
|
|
|
- Add comments to spec file about how repo building works.
|
|
|
|
|
- Whitespace changes in the spec file.
|
|
|
|
|
|
2010-02-22 13:24:35 +00:00
|
|
|
|
* Mon Feb 22 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.0.84-3
|
|
|
|
|
- Bump and rebuild.
|
|
|
|
|
|
2010-02-16 19:23:36 +00:00
|
|
|
|
* Tue Feb 16 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.0.84-2
|
|
|
|
|
- Bump and rebuild.
|
|
|
|
|
|
2010-02-12 20:01:22 +00:00
|
|
|
|
* Fri Feb 12 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.0.84-1
|
|
|
|
|
- New upstream version 1.0.84.
|
|
|
|
|
|
2010-02-12 16:01:05 +00:00
|
|
|
|
* Fri Feb 12 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.0.83-8
|
|
|
|
|
- Bump and rebuild.
|
|
|
|
|
|
2010-02-11 19:26:31 +00:00
|
|
|
|
* Thu Feb 11 2010 Richard W.M. Jones <rjones@redhat.com> - 1.0.83-7
|
|
|
|
|
- Disable tests. These fail in Koji (on RHEL 5 kernel) because of a
|
|
|
|
|
bug in preadv/pwritev emulation in glibc (RHBZ#563103).
|
|
|
|
|
|
2010-02-10 10:37:19 +00:00
|
|
|
|
* Tue Feb 9 2010 Matthew Booth <mbooth@redhat.com> - 1.0.83-6
|
|
|
|
|
- Change buildnonet to buildnet
|
|
|
|
|
- Allow buildnet, mirror, updates, virtio and runtests to be configured by user
|
|
|
|
|
macros.
|
|
|
|
|
|
2010-02-08 17:00:26 +00:00
|
|
|
|
* Mon Feb 8 2010 Richard W.M. Jones <rjones@redhat.com> - 1.0.83-5
|
|
|
|
|
- libguestfs-tools should require perl-XML-Writer (RHBZ#562858).
|
|
|
|
|
|
2010-02-08 10:14:42 +00:00
|
|
|
|
* Mon Feb 8 2010 Richard W.M. Jones <rjones@redhat.com> - 1.0.83-4
|
|
|
|
|
- Use virtio for block device access (RHBZ#509383 is fixed).
|
|
|
|
|
|
2010-02-05 21:59:55 +00:00
|
|
|
|
* Fri Feb 5 2010 Richard W.M. Jones <rjones@redhat.com> - 1.0.83-3
|
|
|
|
|
- Rebuild: possible timing-related build problem in Koji.
|
|
|
|
|
|
2010-02-05 19:16:45 +00:00
|
|
|
|
* Fri Feb 5 2010 Richard W.M. Jones <rjones@redhat.com> - 1.0.83-2
|
2010-02-05 19:10:58 +00:00
|
|
|
|
- New upstream release 1.0.83.
|
|
|
|
|
- This release fixes:
|
|
|
|
|
Add Marathi translations (RHBZ#561671).
|
|
|
|
|
Polish translations (RHBZ#502533).
|
|
|
|
|
Add Gujarti translations (Sweta Kothari) (RHBZ#560918).
|
|
|
|
|
Update Oriya translations (thanks Manoj Kumar Giri) (RHBZ#559498).
|
|
|
|
|
Set locale in C programs so l10n works (RHBZ#559962).
|
|
|
|
|
Add Tamil translation (RHBZ#559877) (thanks to I.Felix)
|
|
|
|
|
Update Punjabi translation (RHBZ#559480) (thanks Jaswinder Singh)
|
|
|
|
|
- There are significant fixes to hive file handling.
|
2010-02-05 19:12:22 +00:00
|
|
|
|
- Add hivexsh and manual page.
|
2010-02-05 19:16:45 +00:00
|
|
|
|
- Remove two patches, now upstream.
|
2010-02-05 19:10:58 +00:00
|
|
|
|
|
2010-01-31 09:49:00 +00:00
|
|
|
|
* Sun Jan 31 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.0.82-7
|
|
|
|
|
- Bump and rebuild.
|
|
|
|
|
|
2010-01-29 14:29:15 +00:00
|
|
|
|
* Fri Jan 29 2010 Richard W.M. Jones <rjones@redhat.com> - 1.0.82-6
|
2010-01-29 09:05:30 +00:00
|
|
|
|
- Backport a better fix for RHBZ557655 test from upstream.
|
2010-01-29 14:29:15 +00:00
|
|
|
|
- Backport fix for unreadable yum.log from upstream.
|
2010-01-29 09:05:30 +00:00
|
|
|
|
|
2010-01-28 22:52:25 +00:00
|
|
|
|
* Thu Jan 28 2010 Richard W.M. Jones <rjones@redhat.com> - 1.0.82-3
|
2010-01-28 22:40:58 +00:00
|
|
|
|
- Backport RHBZ557655 test fix from upstream.
|
|
|
|
|
|
2010-01-28 19:39:14 +00:00
|
|
|
|
* Thu Jan 28 2010 Richard W.M. Jones <rjones@redhat.com> - 1.0.82-1
|
|
|
|
|
- New upstream version 1.0.82. This includes the two patches
|
|
|
|
|
we were carrying, so those are now removed.
|
|
|
|
|
- This release fixes:
|
|
|
|
|
RHBZ#559498 (Oriya translation).
|
|
|
|
|
RHBZ#559480 (Punjabi translation).
|
|
|
|
|
RHBZ#558593 (Should prevent corruption by multilib).
|
|
|
|
|
RHBZ#559237 (Telugu translation).
|
|
|
|
|
RHBZ#557655 (Use xstrtol/xstrtoll to parse integers in guestfish).
|
|
|
|
|
RHBZ#557195 (Missing crc kernel modules for recent Linux).
|
|
|
|
|
- In addition this contains numerous fixes to the hivex library
|
|
|
|
|
for parsing Windows Registry files, making hivex* and virt-win-reg
|
|
|
|
|
more robust.
|
|
|
|
|
- New API call 'filesize'.
|
|
|
|
|
|
2010-01-28 10:51:50 +00:00
|
|
|
|
* Thu Jan 28 2010 Richard W.M. Jones <rjones@redhat.com> - 1.0.81-8
|
2010-01-28 10:04:50 +00:00
|
|
|
|
- Backport special handling of libgcc_s.so.
|
2010-01-28 10:43:07 +00:00
|
|
|
|
- Backport unreadable files patch from RHEL 6 / upstream.
|
2010-01-28 10:04:50 +00:00
|
|
|
|
|
2010-01-22 10:04:42 +00:00
|
|
|
|
* Fri Jan 22 2010 Richard W.M. Jones <rjones@redhat.com> - 1.0.81-5
|
|
|
|
|
- Require febootstrap >= 2.6 (RHBZ#557262).
|
|
|
|
|
|
2010-01-21 14:13:38 +00:00
|
|
|
|
* Thu Jan 21 2010 Richard W.M. Jones <rjones@redhat.com> - 1.0.81-4
|
|
|
|
|
- Rebuild for unannounced soname bump (libntfs-3g.so).
|
|
|
|
|
|
2010-01-15 13:35:50 +00:00
|
|
|
|
* Fri Jan 15 2010 Richard W.M. Jones <rjones@redhat.com> - 1.0.81-3
|
|
|
|
|
- Rebuild for unannounced soname bump (libplybootsplash.so).
|
|
|
|
|
|
2010-01-14 13:52:46 +00:00
|
|
|
|
* Thu Jan 14 2010 Richard W.M. Jones <rjones@redhat.com> - 1.0.81-2
|
|
|
|
|
- Rebuild for broken dependency (iptables soname bump).
|
|
|
|
|
|
2010-01-13 15:07:32 +00:00
|
|
|
|
* Wed Jan 13 2010 Richard W.M. Jones <rjones@redhat.com> - 1.0.81-1
|
|
|
|
|
- New upstream version 1.0.81.
|
|
|
|
|
- Remove two upstream patches.
|
|
|
|
|
- virt-inspector: Make RPM application data more specific (RHBZ#552718).
|
|
|
|
|
|
2010-01-12 17:27:01 +00:00
|
|
|
|
* Tue Jan 12 2010 Richard W.M. Jones <rjones@redhat.com> - 1.0.80-14
|
|
|
|
|
- Reenable tests because RHBZ#553689 is fixed.
|
|
|
|
|
|
2010-01-12 14:28:12 +00:00
|
|
|
|
* Tue Jan 12 2010 Richard W.M. Jones <rjones@redhat.com> - 1.0.80-13
|
|
|
|
|
- Rebuild because of libparted soname bump (1.9 -> 2.1).
|
|
|
|
|
|
2010-01-08 17:49:37 +00:00
|
|
|
|
* Fri Jan 8 2010 Richard W.M. Jones <rjones@redhat.com> - 1.0.80-12
|
|
|
|
|
- qemu in Rawhide is totally broken (RHBZ#553689). Disable tests.
|
|
|
|
|
|
2010-01-07 14:12:22 +00:00
|
|
|
|
* Thu Jan 7 2010 Richard W.M. Jones <rjones@redhat.com> - 1.0.80-11
|
|
|
|
|
- Remove gfs-utils (deprecated and removed from Fedora 13 by the
|
|
|
|
|
upstream Cluster Suite developers).
|
|
|
|
|
- Include patch to fix regression in qemu -serial stdio option.
|
|
|
|
|
|
2009-12-29 10:49:50 +00:00
|
|
|
|
* Tue Dec 29 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.80-10
|
|
|
|
|
- Remove some debugging statements which were left in the requires
|
|
|
|
|
script by accident.
|
|
|
|
|
|
2009-12-21 13:06:12 +00:00
|
|
|
|
* Mon Dec 21 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.80-9
|
|
|
|
|
- Generate additional requires for supermin (RHBZ#547496).
|
|
|
|
|
|
2009-12-18 19:30:31 +00:00
|
|
|
|
* Fri Dec 18 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.80-3
|
|
|
|
|
- Work around udevsettle command problem (RHBZ#548121).
|
|
|
|
|
- Enable tests.
|
|
|
|
|
|
2009-12-16 17:29:58 +00:00
|
|
|
|
* Wed Dec 16 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.80-2
|
|
|
|
|
- Disable tests because of RHBZ#548121.
|
|
|
|
|
|
2009-12-16 12:33:47 +00:00
|
|
|
|
* Wed Dec 16 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.80-1
|
|
|
|
|
- New upstream release 1.0.80.
|
|
|
|
|
- New Polish translations (RHBZ#502533).
|
|
|
|
|
- Give a meaningful error if no usable kernels are found (RHBZ#539746).
|
2009-12-16 16:02:31 +00:00
|
|
|
|
- New tool: virt-list-filesystems
|
2009-12-16 12:33:47 +00:00
|
|
|
|
|
2009-12-06 23:12:34 +00:00
|
|
|
|
* Fri Dec 4 2009 Stepan Kasal <skasal@redhat.com> - 1:1.0.79-3
|
|
|
|
|
- rebuild against perl 5.10.1
|
|
|
|
|
|
2009-11-18 17:28:54 +00:00
|
|
|
|
* Wed Nov 18 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.79-2
|
2009-11-18 15:00:06 +00:00
|
|
|
|
- New upstream release 1.0.79.
|
|
|
|
|
- Adds FUSE test script and multiple fixes for FUSE (RHBZ#538069).
|
|
|
|
|
- Fix virt-df in Xen (RHBZ#538041).
|
|
|
|
|
- Improve speed of supermin appliance.
|
2009-11-18 17:28:54 +00:00
|
|
|
|
- Disable FUSE-related tests because Koji doesn't currently allow them.
|
|
|
|
|
fuse: device not found, try 'modprobe fuse' first
|
2009-11-18 15:00:06 +00:00
|
|
|
|
|
2009-11-10 19:28:14 +00:00
|
|
|
|
* Tue Nov 10 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.78-2
|
2009-11-10 19:22:38 +00:00
|
|
|
|
- New upstream release 1.0.78.
|
|
|
|
|
- Many more filesystem types supported by this release - add them
|
|
|
|
|
as dependencies.
|
|
|
|
|
|
2009-11-03 17:58:33 +00:00
|
|
|
|
* Tue Nov 3 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.77-1
|
|
|
|
|
- New upstream release 1.0.77.
|
|
|
|
|
- Support for mounting guest in host using FUSE (guestmount command).
|
|
|
|
|
- hivex*(1) man pages should be in main package, not -devel, since
|
|
|
|
|
they are user commands.
|
|
|
|
|
- libguestfs-tools: Fix "self-obsoletion" issue raised by rpmlint.
|
|
|
|
|
- perl: Remove bogus script Sys/bindtests.pl.
|
|
|
|
|
|
2009-10-29 17:37:33 +00:00
|
|
|
|
* Thu Oct 29 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.75-2
|
2009-10-29 17:22:46 +00:00
|
|
|
|
- New upstream release 1.0.75.
|
|
|
|
|
- New library: libhivex.
|
|
|
|
|
- New tools: virt-win-reg, hivexml, hivexget.
|
|
|
|
|
- Don't require chntpw.
|
2009-10-29 17:37:33 +00:00
|
|
|
|
- Add BR libxml2-devel, accidentally omitted before.
|
2009-10-29 17:22:46 +00:00
|
|
|
|
|
2009-10-20 14:50:27 +00:00
|
|
|
|
* Tue Oct 20 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.74-1
|
|
|
|
|
- New upstream release 1.0.74.
|
|
|
|
|
- New API call: guestfs_find0.
|
|
|
|
|
- New tools: virt-ls, virt-tar.
|
|
|
|
|
|
2009-10-14 14:54:45 +00:00
|
|
|
|
* Wed Oct 14 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.73-1
|
|
|
|
|
- New upstream release 1.0.73.
|
|
|
|
|
- OCaml library now depends on xml-light.
|
|
|
|
|
- Deal with installed documentation.
|
|
|
|
|
|
2009-09-29 08:12:31 +00:00
|
|
|
|
* Tue Sep 29 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.72-2
|
|
|
|
|
- Force rebuild.
|
|
|
|
|
|
2009-09-23 13:39:05 +00:00
|
|
|
|
* Wed Sep 23 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.72-1
|
|
|
|
|
- New upstream release 1.0.72.
|
|
|
|
|
- New tools: virt-edit, virt-rescue.
|
|
|
|
|
- Combine virt-cat, virt-df, virt-edit, virt-inspector and virt-rescue
|
|
|
|
|
into a single package called libguestfs-tools.
|
|
|
|
|
|
2009-09-22 14:30:30 +00:00
|
|
|
|
* Tue Sep 22 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.71-2
|
2009-09-22 14:09:46 +00:00
|
|
|
|
- New upstream release 1.0.71.
|
|
|
|
|
|
2009-09-18 16:15:02 +00:00
|
|
|
|
* Fri Sep 18 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.70-2
|
|
|
|
|
- Perl bindings require perl-XML-XPath (fixed RHBZ#523547).
|
|
|
|
|
|
2009-09-15 10:35:21 +00:00
|
|
|
|
* Tue Sep 15 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.70-1
|
|
|
|
|
- New upstream release 1.0.70.
|
|
|
|
|
- Fixes build problem related to old version of GNU gettext.
|
|
|
|
|
|
2009-09-15 09:05:02 +00:00
|
|
|
|
* Tue Sep 15 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.69-1
|
|
|
|
|
- New upstream release 1.0.69.
|
|
|
|
|
- Reenable the tests (because RHBZ#516543 is supposed to be fixed).
|
|
|
|
|
- New main loop code should fix RHBZ#501888, RHBZ#504418.
|
|
|
|
|
- Add waitpid along guestfs_close path (fixes RHBZ#518747).
|
|
|
|
|
|
2009-08-19 17:51:29 +00:00
|
|
|
|
* Wed Aug 19 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.68-2
|
2009-08-19 17:35:08 +00:00
|
|
|
|
- New upstream release 1.0.68.
|
2009-08-19 17:51:29 +00:00
|
|
|
|
- BR genisoimage.
|
2009-08-19 17:35:08 +00:00
|
|
|
|
|
2009-08-13 18:15:35 +00:00
|
|
|
|
* Thu Aug 13 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.67-2
|
2009-08-13 18:09:07 +00:00
|
|
|
|
- New upstream release 1.0.67.
|
|
|
|
|
|
2009-08-07 09:14:48 +00:00
|
|
|
|
* Fri Aug 7 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.66-5
|
2009-08-07 08:38:23 +00:00
|
|
|
|
- Set network interface to ne2k_pci (workaround for RHBZ#516022).
|
2009-08-07 08:57:49 +00:00
|
|
|
|
- Rerun autoconf because patch touches configure script.
|
2009-08-07 08:38:23 +00:00
|
|
|
|
|
2009-08-06 16:15:09 +00:00
|
|
|
|
* Thu Aug 6 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.66-1
|
|
|
|
|
- New upstream release 1.0.66.
|
|
|
|
|
|
2009-07-29 15:40:16 +00:00
|
|
|
|
* Wed Jul 29 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.65-1
|
|
|
|
|
- New upstream release 1.0.65.
|
|
|
|
|
- Add Obsoletes for virt-df2 (RHBZ#514309).
|
|
|
|
|
- Disable tests because of ongoing TCG problems with newest qemu in Rawhide.
|
|
|
|
|
|
2009-07-23 22:26:20 +00:00
|
|
|
|
* Thu Jul 23 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.64-3
|
2009-07-23 18:00:26 +00:00
|
|
|
|
- RHBZ#513249 bug in qemu is now fixed, so try to rebuild and run tests.
|
2009-07-23 22:26:20 +00:00
|
|
|
|
- However RHBZ#503236 still prevents us from testing on i386.
|
2009-07-23 18:00:26 +00:00
|
|
|
|
|
2009-07-23 10:22:45 +00:00
|
|
|
|
* Thu Jul 23 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.64-1
|
|
|
|
|
- New upstream release 1.0.64.
|
2009-07-23 09:51:22 +00:00
|
|
|
|
- New tool 'libguestfs-test-tool'.
|
|
|
|
|
|
2009-07-15 16:49:09 +00:00
|
|
|
|
* Wed Jul 15 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.61-1
|
|
|
|
|
- New upstream release 1.0.61.
|
|
|
|
|
- New tool / subpackage 'virt-cat'.
|
|
|
|
|
- New BR perl-libintl.
|
|
|
|
|
|
2009-07-15 11:31:14 +00:00
|
|
|
|
* Wed Jul 15 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.60-2
|
|
|
|
|
- Fix runtime Requires so they use epoch correctly.
|
|
|
|
|
|
2009-07-14 15:31:18 +00:00
|
|
|
|
* Tue Jul 14 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.60-1
|
|
|
|
|
- New upstream release 1.0.60.
|
2009-07-14 14:28:55 +00:00
|
|
|
|
|
2009-07-10 22:18:53 +00:00
|
|
|
|
* Fri Jul 10 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.58-2
|
2009-07-10 21:54:54 +00:00
|
|
|
|
- New upstream release 1.0.58.
|
|
|
|
|
|
2009-07-10 13:39:20 +00:00
|
|
|
|
* Fri Jul 10 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.57-1
|
|
|
|
|
- New upstream release 1.0.57.
|
|
|
|
|
- New tool virt-df (obsoletes existing package with this name).
|
|
|
|
|
- RHBZ#507066 may be fixed, so reenable tests.
|
|
|
|
|
|
2009-07-07 19:30:59 +00:00
|
|
|
|
* Tue Jul 7 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.56-2
|
2009-07-07 19:15:44 +00:00
|
|
|
|
- New upstream release 1.0.56.
|
2009-07-07 19:30:59 +00:00
|
|
|
|
- Don't rerun generator.
|
2009-07-07 19:15:44 +00:00
|
|
|
|
|
2009-07-02 21:44:04 +00:00
|
|
|
|
* Thu Jul 2 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.55-1
|
|
|
|
|
- New upstream release 1.0.55.
|
|
|
|
|
- New manual page libguestfs(3).
|
|
|
|
|
|
2009-06-29 16:56:21 +00:00
|
|
|
|
* Mon Jun 29 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.54-2
|
2009-06-29 16:42:39 +00:00
|
|
|
|
- New upstream release 1.0.54.
|
2009-06-29 16:56:21 +00:00
|
|
|
|
- +BR perl-XML-Writer.
|
2009-06-29 16:42:39 +00:00
|
|
|
|
|
2009-06-24 16:25:07 +00:00
|
|
|
|
* Wed Jun 24 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.53-1
|
|
|
|
|
- New upstream release 1.0.53.
|
|
|
|
|
- Disable all tests (because of RHBZ#507066).
|
|
|
|
|
|
2009-06-24 12:04:35 +00:00
|
|
|
|
* Wed Jun 24 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.52-1
|
|
|
|
|
- New upstream release 1.0.52.
|
|
|
|
|
|
2009-06-22 16:09:10 +00:00
|
|
|
|
* Mon Jun 22 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.51-1
|
|
|
|
|
- New upstream release 1.0.51.
|
2009-06-22 09:09:14 +00:00
|
|
|
|
- Removed patches which are now upstream.
|
2009-06-22 09:08:12 +00:00
|
|
|
|
|
2009-06-20 15:07:36 +00:00
|
|
|
|
* Sat Jun 20 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.49-5
|
2009-06-20 12:45:40 +00:00
|
|
|
|
- Remove workaround for RHBZ#507007, since bug is now fixed.
|
2009-06-20 13:58:55 +00:00
|
|
|
|
- Pull in upstream patch to fix pclose checking
|
|
|
|
|
(testing as possible fix for RHBZ#507066).
|
2009-06-20 15:07:36 +00:00
|
|
|
|
- Pull in upstream patch to check waitpid return values
|
|
|
|
|
(testing as possible fix for RHBZ#507066).
|
2009-06-20 12:45:40 +00:00
|
|
|
|
|
2009-06-19 19:21:07 +00:00
|
|
|
|
* Fri Jun 19 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.49-2
|
2009-06-19 18:47:10 +00:00
|
|
|
|
- New upstream release 1.0.49.
|
2009-06-19 19:21:07 +00:00
|
|
|
|
- Add workaround for RHBZ#507007.
|
2009-06-19 18:47:10 +00:00
|
|
|
|
|
2009-06-16 14:37:49 +00:00
|
|
|
|
* Tue Jun 16 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.48-2
|
|
|
|
|
- Accidentally omitted the supermin image from previous version.
|
|
|
|
|
|
2009-06-16 10:29:18 +00:00
|
|
|
|
* Tue Jun 16 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.48-1
|
|
|
|
|
- New upstream release 1.0.48.
|
|
|
|
|
- Should fix all the brokenness from 1.0.47.
|
|
|
|
|
- Requires febootstrap >= 2.3.
|
|
|
|
|
|
2009-06-15 22:28:46 +00:00
|
|
|
|
* Mon Jun 15 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.47-2
|
2009-06-15 22:15:44 +00:00
|
|
|
|
- New upstream release 1.0.47.
|
2009-06-15 21:52:11 +00:00
|
|
|
|
- Enable experimental supermin appliance build.
|
2009-06-15 22:28:46 +00:00
|
|
|
|
- Fix path to appliance.
|
2009-06-15 21:52:11 +00:00
|
|
|
|
|
2009-06-12 13:00:30 +00:00
|
|
|
|
* Fri Jun 12 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.45-2
|
2009-06-12 12:52:31 +00:00
|
|
|
|
- New upstream release 1.0.45.
|
|
|
|
|
|
2009-06-10 16:56:55 +00:00
|
|
|
|
* Wed Jun 10 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.44-2
|
|
|
|
|
- Disable ppc/ppc64 tests again because of RHBZ#505109.
|
|
|
|
|
|
2009-06-10 16:27:03 +00:00
|
|
|
|
* Wed Jun 10 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.44-1
|
|
|
|
|
- New upstream version 1.0.44.
|
|
|
|
|
- Try enabling tests on ppc & ppc64 since it looks like the bug(s?)
|
|
|
|
|
in qemu which might have caused them to fail have been fixed.
|
|
|
|
|
|
2009-06-09 10:45:33 +00:00
|
|
|
|
* Tue Jun 9 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.43-1
|
|
|
|
|
- New upstream version 1.0.43.
|
|
|
|
|
- New upstream URL.
|
|
|
|
|
- Requires chntpw program.
|
|
|
|
|
|
2009-06-06 17:01:24 +00:00
|
|
|
|
* Sat Jun 6 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.42-1
|
|
|
|
|
- New upstream version 1.0.42.
|
|
|
|
|
|
2009-06-04 14:40:09 +00:00
|
|
|
|
* Thu Jun 4 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.41-1
|
|
|
|
|
- New upstream version 1.0.41.
|
|
|
|
|
- Fixes a number of regressions in RHBZ#503169.
|
|
|
|
|
|
2009-06-04 10:10:25 +00:00
|
|
|
|
* Thu Jun 4 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.40-1
|
|
|
|
|
- New upstream version 1.0.40.
|
|
|
|
|
|
2009-06-04 08:17:51 +00:00
|
|
|
|
* Thu Jun 4 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.39-1
|
|
|
|
|
- New upstream version 1.0.39.
|
|
|
|
|
- Fixes:
|
|
|
|
|
. libguestfs /dev is too sparse for kernel installation/upgrade (RHBZ#503169)
|
|
|
|
|
. OCaml bindings build failure (RHBZ#502309)
|
|
|
|
|
|
2009-06-02 16:00:32 +00:00
|
|
|
|
* Tue Jun 2 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.38-2
|
2009-06-02 16:06:04 +00:00
|
|
|
|
- Disable tests on ix86 because of RHBZ#503236.
|
2009-06-02 16:00:32 +00:00
|
|
|
|
|
2009-06-02 13:58:44 +00:00
|
|
|
|
* Tue Jun 2 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.38-1
|
|
|
|
|
- New upstream version 1.0.38.
|
|
|
|
|
|
2009-05-29 12:53:47 +00:00
|
|
|
|
* Fri May 29 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.37-1
|
|
|
|
|
- New upstream version 1.0.37.
|
|
|
|
|
- Fixes:
|
|
|
|
|
. "mkdir-p" should not throw errors on preexisting directories (RHBZ#503133)
|
|
|
|
|
. cramfs and squashfs modules should be available in libguestfs appliances
|
|
|
|
|
(RHBZ#503135)
|
|
|
|
|
|
2009-05-28 22:13:21 +00:00
|
|
|
|
* Thu May 28 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.36-2
|
2009-05-28 21:18:49 +00:00
|
|
|
|
- New upstream version 1.0.36.
|
2009-05-28 22:13:21 +00:00
|
|
|
|
- Rerun the generator in prep section.
|
2009-05-28 21:18:49 +00:00
|
|
|
|
|
2009-05-28 19:50:48 +00:00
|
|
|
|
* Thu May 28 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.35-1
|
|
|
|
|
- New upstream version 1.0.35.
|
|
|
|
|
- Fixes multiple bugs in bindings parameters (RHBZ#501892).
|
|
|
|
|
|
2009-05-27 16:18:47 +00:00
|
|
|
|
* Wed May 27 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.34-1
|
|
|
|
|
- New upstream version 1.0.34.
|
|
|
|
|
|
2009-05-27 12:04:38 +00:00
|
|
|
|
* Wed May 27 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.33-1
|
|
|
|
|
- New upstream version 1.0.33.
|
|
|
|
|
- --with-java-home option is no longer required.
|
|
|
|
|
- Upstream contains potential fixes for:
|
|
|
|
|
501878 built-in commands like 'alloc' and 'help' don't autocomplete
|
|
|
|
|
501883 javadoc messed up in libguestfs java documentation
|
|
|
|
|
501885 Doesn't detect missing Java, --with-java-home=no should not be needed
|
|
|
|
|
502533 Polish translation of libguestfs
|
|
|
|
|
n/a Allow more ext filesystem kmods (Charles Duffy)
|
|
|
|
|
|
2009-05-26 09:32:31 +00:00
|
|
|
|
* Tue May 26 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.32-2
|
2009-05-26 09:08:10 +00:00
|
|
|
|
- New upstream version 1.0.32.
|
2009-05-26 09:32:31 +00:00
|
|
|
|
- Use %%find_lang macro.
|
2009-05-26 09:08:10 +00:00
|
|
|
|
|
2009-05-23 14:04:40 +00:00
|
|
|
|
* Sat May 23 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.31-1
|
|
|
|
|
- Rebuild for OCaml 3.11.1.
|
|
|
|
|
- New upstream version 1.0.31.
|
|
|
|
|
|
2009-05-21 18:54:25 +00:00
|
|
|
|
* Thu May 21 2009 Richard Jones <rjones@redhat.com> - 1.0.30-1
|
|
|
|
|
- New upstream version 1.0.30. Now includes test-bootbootboot.sh script.
|
|
|
|
|
|
2009-05-21 17:46:52 +00:00
|
|
|
|
* Thu May 21 2009 Richard Jones <rjones@redhat.com> - 1.0.29-3
|
2009-05-21 15:33:21 +00:00
|
|
|
|
- New upstream version 1.0.29 (fixes RHBZ#502007 RHBZ#502018).
|
|
|
|
|
- This should allow us to enable tests for i386 and x86-64.
|
2009-05-21 16:19:49 +00:00
|
|
|
|
- Added test-bootbootboot.sh script which was missed from 1.0.29 tarball.
|
2009-05-21 17:46:52 +00:00
|
|
|
|
- Pass kernel noapic flag to workaround RHBZ#502058.
|
2009-05-21 13:12:39 +00:00
|
|
|
|
|
2009-05-21 11:50:35 +00:00
|
|
|
|
* Thu May 21 2009 Richard Jones <rjones@redhat.com> - 1.0.28-1
|
|
|
|
|
- New upstream version 1.0.28. Nothing has visibly changed, but
|
|
|
|
|
the source has been gettextized and we want to check that doesn't
|
|
|
|
|
break anything.
|
|
|
|
|
|
2009-05-21 08:12:11 +00:00
|
|
|
|
* Thu May 21 2009 Richard Jones <rjones@redhat.com> - 1.0.27-3
|
|
|
|
|
- Change requirement from qemu -> qemu-kvm (RHBZ#501761).
|
|
|
|
|
|
2009-05-19 11:49:43 +00:00
|
|
|
|
* Tue May 19 2009 Richard Jones <rjones@redhat.com> - 1.0.27-2
|
2009-05-19 11:44:46 +00:00
|
|
|
|
- New upstream version 1.0.27.
|
|
|
|
|
|
2009-05-18 17:53:18 +00:00
|
|
|
|
* Mon May 18 2009 Richard Jones <rjones@redhat.com> - 1.0.26-6
|
2009-05-18 16:48:57 +00:00
|
|
|
|
- Experimentally try to reenable ppc and ppc64 builds.
|
2009-05-18 17:35:15 +00:00
|
|
|
|
- Note BZ numbers which are causing tests to fail.
|
2009-05-18 16:48:57 +00:00
|
|
|
|
|
2009-05-18 16:34:39 +00:00
|
|
|
|
* Mon May 18 2009 Richard Jones <rjones@redhat.com> - 1.0.26-1
|
|
|
|
|
- New upstream version 1.0.26.
|
|
|
|
|
|
2009-05-13 08:12:32 +00:00
|
|
|
|
* Tue May 12 2009 Richard Jones <rjones@redhat.com> - 1.0.25-4
|
2009-05-12 20:04:13 +00:00
|
|
|
|
- New upstream version 1.0.25.
|
|
|
|
|
- Enable debugging when running the tests.
|
2009-05-13 08:12:32 +00:00
|
|
|
|
- Disable tests - don't work correctly in Koji.
|
2009-05-12 20:04:13 +00:00
|
|
|
|
|
2009-05-12 16:42:14 +00:00
|
|
|
|
* Tue May 12 2009 Richard Jones <rjones@redhat.com> - 1.0.24-1
|
|
|
|
|
- New upstream version 1.0.24.
|
|
|
|
|
- BRs glibc-static for the new command tests.
|
|
|
|
|
- Enable tests.
|
|
|
|
|
|
2009-05-11 16:33:08 +00:00
|
|
|
|
* Mon May 11 2009 Richard Jones <rjones@redhat.com> - 1.0.23-2
|
2009-05-11 16:18:27 +00:00
|
|
|
|
- New upstream version 1.0.23.
|
2009-05-11 16:33:08 +00:00
|
|
|
|
- Don't try to use updates during build.
|
2009-05-11 16:18:27 +00:00
|
|
|
|
|
2009-05-09 21:58:28 +00:00
|
|
|
|
* Fri May 8 2009 Richard Jones <rjones@redhat.com> - 1.0.21-3
|
2009-05-09 21:30:45 +00:00
|
|
|
|
- New upstream version 1.0.21.
|
|
|
|
|
|
|
|
|
|
* Thu May 7 2009 Richard Jones <rjones@redhat.com> - 1.0.20-2
|
|
|
|
|
- New upstream version 1.0.20.
|
|
|
|
|
|
|
|
|
|
* Thu May 7 2009 Richard Jones <rjones@redhat.com> - 1.0.19-1
|
|
|
|
|
- New upstream version 1.0.19.
|
|
|
|
|
|
|
|
|
|
* Tue Apr 28 2009 Richard Jones <rjones@redhat.com> - 1.0.15-1
|
|
|
|
|
- New upstream version 1.0.15.
|
|
|
|
|
|
|
|
|
|
* Fri Apr 24 2009 Richard Jones <rjones@redhat.com> - 1.0.12-1
|
|
|
|
|
- New upstream version 1.0.12.
|
|
|
|
|
|
|
|
|
|
* Wed Apr 22 2009 Richard Jones <rjones@redhat.com> - 1.0.6-1
|
|
|
|
|
- New upstream version 1.0.6.
|
|
|
|
|
|
|
|
|
|
* Mon Apr 20 2009 Richard Jones <rjones@redhat.com> - 1.0.2-1
|
|
|
|
|
- New upstream version 1.0.2.
|
|
|
|
|
|
|
|
|
|
* Thu Apr 16 2009 Richard Jones <rjones@redhat.com> - 0.9.9-12
|
|
|
|
|
- Multiple fixes to get it to scratch build in Koji.
|
|
|
|
|
|
|
|
|
|
* Sat Apr 4 2009 Richard Jones <rjones@redhat.com> - 0.9.9-1
|
|
|
|
|
- Initial build.
|