2014-02-18 15:26:45 +00:00
|
|
|
|
# Run tests during check. Default is enabled on most architectures.
|
|
|
|
|
# You can override this by putting '%libguestfs_runtests 0' into
|
|
|
|
|
# '~/.rpmmacros'
|
2010-02-10 10:37:19 +00:00
|
|
|
|
%if %{defined libguestfs_runtests}
|
|
|
|
|
%global runtests %{libguestfs_runtests}
|
|
|
|
|
%else
|
2014-07-28 08:17:52 +00:00
|
|
|
|
%ifnarch aarch64 %{arm} %{ix86} ppc %{power64}
|
2010-02-10 10:37:19 +00:00
|
|
|
|
%global runtests 1
|
2014-02-18 15:26:45 +00:00
|
|
|
|
%else
|
2014-05-02 18:27:55 +00:00
|
|
|
|
# Disabled on 32 bit x86. Fails with current rawhide, unclear why.
|
2014-02-22 20:19:45 +00:00
|
|
|
|
# Disabled on arm, see RHBZ#1066581.
|
2014-07-28 08:17:52 +00:00
|
|
|
|
# Disabled on aarch64 because it requires qemu or supermin to uncompress
|
|
|
|
|
# the kernel.
|
2014-02-18 15:26:45 +00:00
|
|
|
|
# Disabled on ppc, ppc64 (secondary arches), see RHBZ#1036742.
|
|
|
|
|
%global runtests 0
|
|
|
|
|
%endif
|
2010-02-10 10:37:19 +00:00
|
|
|
|
%endif
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
2014-05-23 14:16:50 +00:00
|
|
|
|
# Architectures on which golang works.
|
2014-07-21 18:11:19 +00:00
|
|
|
|
%global golang_arches NONE
|
2014-05-16 09:41:22 +00:00
|
|
|
|
|
2013-04-02 14:28:46 +00:00
|
|
|
|
%global _hardened_build 1
|
|
|
|
|
|
2010-02-25 16:38:21 +00:00
|
|
|
|
Summary: Access and modify virtual machine disk images
|
|
|
|
|
Name: libguestfs
|
|
|
|
|
Epoch: 1
|
2014-08-14 12:44:23 +00:00
|
|
|
|
Version: 1.27.26
|
2014-08-15 07:56:41 +00:00
|
|
|
|
Release: 2%{?dist}
|
2010-02-25 16:38:21 +00:00
|
|
|
|
License: LGPLv2+
|
2013-03-28 19:07:02 +00:00
|
|
|
|
|
|
|
|
|
# Source and patches.
|
2010-02-25 16:38:21 +00:00
|
|
|
|
URL: http://libguestfs.org/
|
2014-05-21 14:31:09 +00:00
|
|
|
|
Source0: http://libguestfs.org/download/1.27-development/%{name}-%{version}.tar.gz
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
# Basic build requirements:
|
2012-07-17 14:24:58 +00:00
|
|
|
|
BuildRequires: perl(Pod::Simple)
|
|
|
|
|
BuildRequires: perl(Pod::Man)
|
2009-05-09 21:30:45 +00:00
|
|
|
|
BuildRequires: /usr/bin/pod2text
|
2014-05-16 16:02:17 +00:00
|
|
|
|
BuildRequires: supermin >= 5.1.8-3
|
2011-07-22 10:00:56 +00:00
|
|
|
|
BuildRequires: hivex-devel >= 1.2.7-7
|
2012-10-11 10:22:00 +00:00
|
|
|
|
BuildRequires: perl(Win::Hivex)
|
|
|
|
|
BuildRequires: perl(Win::Hivex::Regedit)
|
2013-06-18 19:23:36 +00:00
|
|
|
|
BuildRequires: augeas-devel >= 1.0.0-4
|
2009-05-09 21:30:45 +00:00
|
|
|
|
BuildRequires: readline-devel
|
2009-08-19 17:51:29 +00:00
|
|
|
|
BuildRequires: genisoimage
|
2009-10-29 17:37:33 +00:00
|
|
|
|
BuildRequires: libxml2-devel
|
2010-12-06 17:48:09 +00:00
|
|
|
|
BuildRequires: createrepo
|
2009-05-12 16:42:14 +00:00
|
|
|
|
BuildRequires: glibc-static
|
2012-09-25 15:50:58 +00:00
|
|
|
|
BuildRequires: libselinux-utils
|
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
|
2013-11-05 10:06:34 +00:00
|
|
|
|
BuildRequires: flex
|
|
|
|
|
BuildRequires: bison
|
2012-01-26 17:51:00 +00:00
|
|
|
|
BuildRequires: libdb-utils
|
2010-12-05 11:34:24 +00:00
|
|
|
|
BuildRequires: cpio
|
2011-04-01 09:26:10 +00:00
|
|
|
|
BuildRequires: libconfig-devel
|
2013-11-05 12:54:07 +00:00
|
|
|
|
BuildRequires: xz-devel
|
2011-04-09 21:29:38 +00:00
|
|
|
|
BuildRequires: ocaml
|
|
|
|
|
BuildRequires: ocaml-findlib-devel
|
2012-06-30 09:23:42 +00:00
|
|
|
|
BuildRequires: ocaml-gettext-devel
|
2011-07-05 16:15:36 +00:00
|
|
|
|
BuildRequires: systemd-units
|
2012-03-07 20:04:28 +00:00
|
|
|
|
BuildRequires: netpbm-progs
|
|
|
|
|
BuildRequires: icoutils
|
2012-10-11 10:22:00 +00:00
|
|
|
|
BuildRequires: perl(XML::XPath)
|
|
|
|
|
BuildRequires: perl(XML::XPath::XMLParser)
|
2012-08-30 17:25:10 +00:00
|
|
|
|
BuildRequires: libvirt-daemon-qemu
|
2012-09-04 14:14:04 +00:00
|
|
|
|
BuildRequires: perl(Expect)
|
2012-11-17 20:25:04 +00:00
|
|
|
|
BuildRequires: lua
|
|
|
|
|
BuildRequires: lua-devel
|
2012-11-23 18:51:10 +00:00
|
|
|
|
BuildRequires: libacl-devel
|
|
|
|
|
BuildRequires: libcap-devel
|
2012-12-17 13:31:47 +00:00
|
|
|
|
BuildRequires: libldm-devel
|
2012-12-20 22:58:50 +00:00
|
|
|
|
BuildRequires: yajl-devel
|
2013-07-29 08:58:32 +00:00
|
|
|
|
BuildRequires: systemd-devel
|
2013-03-28 19:07:02 +00:00
|
|
|
|
BuildRequires: bash-completion
|
2013-04-02 13:30:45 +00:00
|
|
|
|
BuildRequires: /usr/bin/ping
|
2013-04-02 18:13:43 +00:00
|
|
|
|
BuildRequires: /usr/bin/wget
|
2013-10-04 20:41:13 +00:00
|
|
|
|
BuildRequires: curl
|
|
|
|
|
BuildRequires: xz
|
2014-05-15 21:42:59 +00:00
|
|
|
|
BuildRequires: gtk2-devel
|
2013-04-02 13:31:25 +00:00
|
|
|
|
BuildRequires: perl(Sys::Virt)
|
|
|
|
|
BuildRequires: /usr/bin/qemu-img
|
2012-10-11 10:22:00 +00:00
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
|
BuildRequires: perl(Test::Pod) >= 1.00
|
|
|
|
|
BuildRequires: perl(Test::Pod::Coverage) >= 1.00
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
BuildRequires: perl(Locale::TextDomain)
|
2009-05-09 21:30:45 +00:00
|
|
|
|
BuildRequires: python-devel
|
|
|
|
|
BuildRequires: ruby-devel
|
|
|
|
|
BuildRequires: rubygem-rake
|
2014-04-07 19:38:13 +00:00
|
|
|
|
BuildRequires: rubygem(test-unit)
|
2012-02-10 14:53:49 +00:00
|
|
|
|
BuildRequires: ruby-irb
|
2014-08-15 15:33:24 +00:00
|
|
|
|
%if 0%{?fedora} >= 21
|
2014-08-15 07:56:41 +00:00
|
|
|
|
BuildRequires: java-1.8.0-openjdk
|
|
|
|
|
BuildRequires: java-1.8.0-openjdk-devel
|
|
|
|
|
%else
|
2013-01-19 21:26:41 +00:00
|
|
|
|
BuildRequires: java-1.7.0-openjdk
|
|
|
|
|
BuildRequires: java-1.7.0-openjdk-devel
|
2014-08-15 07:56:41 +00:00
|
|
|
|
%endif
|
2009-05-09 21:30:45 +00:00
|
|
|
|
BuildRequires: jpackage-utils
|
2010-09-21 22:01:49 +00:00
|
|
|
|
BuildRequires: php-devel
|
2011-09-21 14:35:17 +00:00
|
|
|
|
BuildRequires: erlang-erts
|
|
|
|
|
BuildRequires: erlang-erl_interface
|
2012-01-22 13:02:28 +00:00
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
|
BuildRequires: gobject-introspection-devel
|
|
|
|
|
BuildRequires: gjs
|
2014-05-16 09:41:22 +00:00
|
|
|
|
%ifarch %{golang_arches}
|
2013-07-09 11:53:12 +00:00
|
|
|
|
BuildRequires: golang
|
2013-09-09 16:20:11 +00:00
|
|
|
|
%endif
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
2013-04-02 13:31:25 +00:00
|
|
|
|
# Build requirements for the appliance.
|
2014-03-23 22:05:51 +00:00
|
|
|
|
#
|
|
|
|
|
# Get the initial list by doing:
|
|
|
|
|
# for f in `cat appliance/packagelist`; do echo $f; done | sort -u
|
|
|
|
|
# However you have to edit the list down to packages which exist in
|
|
|
|
|
# current Fedora, since supermin ignores non-existent packages.
|
2014-03-25 16:30:19 +00:00
|
|
|
|
BuildRequires: acl attr augeas-libs bash binutils btrfs-progs bzip2 coreutils cpio cryptsetup diffutils dosfstools e2fsprogs file findutils gawk gdisk genisoimage gfs2-utils grep gzip hivex iproute iputils jfsutils kernel kmod less libcap libldm libselinux libxml2 lsof lsscsi lvm2 lzop mdadm nilfs-utils openssh-clients parted pcre procps psmisc reiserfs-utils rsync scrub sed strace systemd tar udev util-linux vim-minimal xfsprogs xz yajl zerofree
|
2014-07-17 13:18:05 +00:00
|
|
|
|
%ifnarch ppc
|
2014-03-23 22:05:51 +00:00
|
|
|
|
BuildRequires: hfsplus-tools
|
2013-08-27 13:04:47 +00:00
|
|
|
|
%endif
|
2014-07-17 13:18:05 +00:00
|
|
|
|
%ifnarch %{arm} aarch64
|
2013-04-02 13:31:25 +00:00
|
|
|
|
# http://zfs-fuse.net/issues/94
|
2014-03-23 22:05:51 +00:00
|
|
|
|
BuildRequires: zfs-fuse
|
2013-04-02 13:31:25 +00:00
|
|
|
|
%endif
|
2014-07-17 13:18:05 +00:00
|
|
|
|
BuildRequires: ntfs-3g ntfsprogs
|
2013-04-23 09:13:04 +00:00
|
|
|
|
%ifarch %{ix86} x86_64
|
2014-07-17 13:18:05 +00:00
|
|
|
|
BuildRequires: syslinux syslinux-extlinux
|
2013-04-02 13:31:25 +00:00
|
|
|
|
%endif
|
|
|
|
|
|
2012-09-27 11:31:42 +00:00
|
|
|
|
# For building the appliance.
|
2014-05-16 16:02:17 +00:00
|
|
|
|
Requires: supermin >= 5.1.8-3
|
2009-06-09 10:39:52 +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
|
|
|
|
# For core inspection API.
|
2012-01-26 17:51:00 +00:00
|
|
|
|
Requires: libdb-utils
|
2012-03-07 20:04:28 +00:00
|
|
|
|
Requires: netpbm-progs
|
|
|
|
|
Requires: icoutils
|
2013-04-04 20:58:15 +00:00
|
|
|
|
Requires: libosinfo
|
- 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
|
|
|
|
|
2012-05-02 09:32:18 +00:00
|
|
|
|
# For core mount-local (FUSE) API.
|
|
|
|
|
Requires: fuse
|
2011-03-18 19:56:22 +00:00
|
|
|
|
|
2014-01-29 08:46:28 +00:00
|
|
|
|
# For core disk-create API.
|
|
|
|
|
Requires: /usr/bin/qemu-img
|
|
|
|
|
|
2013-04-09 17:11:16 +00:00
|
|
|
|
# For libvirt backend.
|
2014-07-17 13:18:05 +00:00
|
|
|
|
%ifarch %{ix86} x86_64 %{arm} aarch64
|
2012-09-27 11:31:42 +00:00
|
|
|
|
Requires: libvirt-daemon-kvm >= 0.10.2-3
|
2013-07-25 08:57:35 +00:00
|
|
|
|
%else
|
|
|
|
|
Requires: libvirt-daemon-qemu >= 0.10.2-3
|
2012-09-27 11:31:42 +00:00
|
|
|
|
%endif
|
2012-12-13 16:37:33 +00:00
|
|
|
|
Requires: selinux-policy >= 3.11.1-63
|
2012-08-30 17:25:10 +00:00
|
|
|
|
|
2013-08-12 07:25:54 +00:00
|
|
|
|
# For UML backend (this backend only works on x86).
|
|
|
|
|
%ifarch %{ix86} x86_64
|
|
|
|
|
Requires: uml_utilities
|
|
|
|
|
%endif
|
|
|
|
|
|
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
|
|
|
|
|
|
2011-07-05 16:15:36 +00:00
|
|
|
|
# libguestfs live service
|
|
|
|
|
Source2: guestfsd.service
|
2011-07-06 11:22:35 +00:00
|
|
|
|
Source3: 99-guestfsd.rules
|
2011-07-05 16:15:36 +00:00
|
|
|
|
|
2011-07-19 18:12:46 +00:00
|
|
|
|
# Replacement README file for Fedora users.
|
|
|
|
|
Source4: README-replacement.in
|
|
|
|
|
|
2014-06-14 10:40:54 +00:00
|
|
|
|
# Guestfish colour prompts.
|
|
|
|
|
Source5: guestfish.sh
|
|
|
|
|
|
2012-05-15 16:17:15 +00:00
|
|
|
|
# https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries#Packages_granted_exceptions
|
|
|
|
|
Provides: bundled(gnulib)
|
|
|
|
|
|
2013-02-07 21:29:54 +00:00
|
|
|
|
# Someone managed to install libguestfs-winsupport (from RHEL!) on
|
|
|
|
|
# Fedora, which breaks everything. Thus:
|
|
|
|
|
Conflicts: libguestfs-winsupport
|
|
|
|
|
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
%description
|
2014-04-15 13:10:36 +00:00
|
|
|
|
Libguestfs is a library for accessing and modifying virtual machine
|
|
|
|
|
disk images. http://libguestfs.org
|
|
|
|
|
|
|
|
|
|
It can be used to make batch configuration changes to guests, get
|
|
|
|
|
disk used/free statistics (virt-df), migrate between hypervisors
|
|
|
|
|
(virt-p2v, virt-v2v), perform backups and guest clones, change
|
|
|
|
|
registry/UUID/hostname info, build guests from scratch (virt-builder)
|
|
|
|
|
and much more.
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
2014-04-15 13:10:36 +00:00
|
|
|
|
Libguestfs for Fedora is split into several subpackages. The basic
|
|
|
|
|
subpackages are:
|
|
|
|
|
|
|
|
|
|
libguestfs C library
|
|
|
|
|
libguestfs-tools virt-* tools, guestfish and guestmount (FUSE)
|
|
|
|
|
libguestfs-tools-c only the subset of virt tools written in C
|
|
|
|
|
(for reduced dependencies)
|
|
|
|
|
|
|
|
|
|
For enhanced features, install:
|
|
|
|
|
|
|
|
|
|
libguestfs-gfs2 adds Global Filesystem (GFS2) support
|
|
|
|
|
libguestfs-hfsplus adds HFS+ (Mac filesystem) support
|
|
|
|
|
libguestfs-jfs adds JFS support
|
|
|
|
|
libguestfs-nilfs adds NILFS v2 support
|
|
|
|
|
libguestfs-reiserfs adds ReiserFS support
|
|
|
|
|
libguestfs-rescue enhances virt-rescue shell with more tools
|
|
|
|
|
libguestfs-rsync rsync to/from guest filesystems
|
|
|
|
|
libguestfs-xfs adds XFS support
|
|
|
|
|
libguestfs-zfs adds ZFS support
|
|
|
|
|
|
|
|
|
|
Language bindings:
|
|
|
|
|
|
|
|
|
|
libguestfs-devel C/C++ header files and library
|
|
|
|
|
erlang-libguestfs Erlang bindings
|
|
|
|
|
libguestfs-gobject-devel GObject bindings and GObject Introspection
|
|
|
|
|
golang-guestfs Go language bindings
|
|
|
|
|
libguestfs-java-devel Java bindings
|
|
|
|
|
lua-guestfs Lua bindings
|
|
|
|
|
ocaml-libguestfs-devel OCaml bindings
|
|
|
|
|
perl-Sys-Guestfs Perl bindings
|
|
|
|
|
php-libguestfs PHP bindings
|
|
|
|
|
python-libguestfs Python bindings
|
|
|
|
|
ruby-libguestfs Ruby bindings
|
2011-09-21 14:35:17 +00:00
|
|
|
|
|
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}
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: pkgconfig
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
2012-03-17 22:28:53 +00:00
|
|
|
|
# For libguestfs-make-fixed-appliance.
|
|
|
|
|
Requires: xz
|
2013-06-05 13:28:01 +00:00
|
|
|
|
Requires: %{name}-tools-c = %{epoch}:%{version}-%{release}
|
2012-03-17 22:28:53 +00:00
|
|
|
|
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
%{name}-devel contains development tools and libraries
|
|
|
|
|
for %{name}.
|
|
|
|
|
|
|
|
|
|
|
2014-02-26 20:59:20 +00:00
|
|
|
|
%package gfs2
|
|
|
|
|
Summary: GFS2 support for %{name}
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: gfs2-utils
|
|
|
|
|
|
|
|
|
|
%description gfs2
|
|
|
|
|
This adds GFS2 support to %{name}. Install it if you want to process
|
|
|
|
|
disk images containing GFS2.
|
|
|
|
|
|
|
|
|
|
|
2014-07-17 13:18:05 +00:00
|
|
|
|
%ifnarch ppc
|
2014-02-26 20:59:20 +00:00
|
|
|
|
%package hfsplus
|
|
|
|
|
Summary: HFS+ support for %{name}
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: hfsplus-tools
|
|
|
|
|
|
|
|
|
|
%description hfsplus
|
|
|
|
|
This adds HFS+ support to %{name}. Install it if you want to process
|
|
|
|
|
disk images containing HFS+ / Mac OS Extended filesystems.
|
2014-02-28 14:48:39 +00:00
|
|
|
|
%endif
|
2014-02-26 20:59:20 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package jfs
|
|
|
|
|
Summary: JFS support for %{name}
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: jfsutils
|
|
|
|
|
|
|
|
|
|
%description jfs
|
|
|
|
|
This adds JFS support to %{name}. Install it if you want to process
|
|
|
|
|
disk images containing JFS.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package nilfs
|
|
|
|
|
Summary: NILFS support for %{name}
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: nilfs-utils
|
|
|
|
|
|
|
|
|
|
%description nilfs
|
|
|
|
|
This adds NILFS v2 support to %{name}. Install it if you want to process
|
|
|
|
|
disk images containing NILFS v2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package reiserfs
|
|
|
|
|
Summary: ReiserFS support for %{name}
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: reiserfs-utils
|
|
|
|
|
|
|
|
|
|
%description reiserfs
|
|
|
|
|
This adds ReiserFS support to %{name}. Install it if you want to process
|
|
|
|
|
disk images containing ReiserFS.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package rsync
|
|
|
|
|
Summary: rsync support for %{name}
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: rsync
|
|
|
|
|
|
|
|
|
|
%description rsync
|
|
|
|
|
This adds rsync support to %{name}. Install it if you want to use
|
|
|
|
|
rsync to upload or download files into disk images.
|
|
|
|
|
|
|
|
|
|
|
2014-03-20 14:08:35 +00:00
|
|
|
|
%package rescue
|
|
|
|
|
Summary: Additional tools for virt-rescue
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Requires: %{name}-tools-c = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: iputils
|
|
|
|
|
Requires: lsof
|
|
|
|
|
Requires: openssh-clients
|
|
|
|
|
Requires: strace
|
|
|
|
|
Requires: vim-minimal
|
|
|
|
|
|
|
|
|
|
%description rescue
|
|
|
|
|
This adds additional tools to use inside the virt-rescue shell,
|
|
|
|
|
such as ssh, network utilities, editors and debugging utilities.
|
|
|
|
|
|
|
|
|
|
|
2014-02-26 20:59:20 +00:00
|
|
|
|
%package xfs
|
|
|
|
|
Summary: XFS support for %{name}
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: xfsprogs
|
|
|
|
|
|
|
|
|
|
%description xfs
|
|
|
|
|
This adds XFS support to %{name}. Install it if you want to process
|
|
|
|
|
disk images containing XFS.
|
|
|
|
|
|
|
|
|
|
|
2014-07-17 13:18:05 +00:00
|
|
|
|
%ifnarch %{arm} aarch64
|
2014-02-26 20:59:20 +00:00
|
|
|
|
%package zfs
|
|
|
|
|
Summary: ZFS support for %{name}
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: zfs-fuse
|
|
|
|
|
|
|
|
|
|
%description zfs
|
|
|
|
|
This adds ZFS support to %{name}. Install it if you want to process
|
|
|
|
|
disk images containing ZFS.
|
2014-02-28 14:48:39 +00:00
|
|
|
|
%endif
|
2014-02-26 20:59:20 +00:00
|
|
|
|
|
|
|
|
|
|
2011-10-08 13:51:52 +00:00
|
|
|
|
%package tools-c
|
|
|
|
|
Summary: System administration tools for virtual machines
|
2010-02-25 16:38:21 +00:00
|
|
|
|
License: GPLv2+
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
2011-10-08 13:51:52 +00:00
|
|
|
|
|
|
|
|
|
# for guestfish:
|
- 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
|
2013-07-17 12:08:46 +00:00
|
|
|
|
Requires: /usr/bin/vi
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
2013-10-04 20:41:13 +00:00
|
|
|
|
# for virt-builder:
|
|
|
|
|
Requires: curl
|
|
|
|
|
Requires: gnupg
|
|
|
|
|
Requires: xz
|
|
|
|
|
#Requires: nbdkit, nbdkit-plugin-xz
|
|
|
|
|
|
- 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
|
|
|
|
|
License: GPLv2+
|
2013-08-28 17:27:20 +00:00
|
|
|
|
BuildArch: noarch
|
- 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: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: %{name}-tools-c = %{epoch}:%{version}-%{release}
|
2011-10-08 13:51:52 +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
|
|
|
|
# NB: Only list deps here which are not picked up automatically.
|
|
|
|
|
Requires: perl(Sys::Virt)
|
|
|
|
|
Requires: perl(String::ShellQuote)
|
|
|
|
|
Requires: perl(XML::Writer)
|
2011-05-17 21:46:44 +00:00
|
|
|
|
Requires: perl(Win::Hivex) >= 1.2.7
|
2011-10-08 13:51:52 +00:00
|
|
|
|
|
2014-07-08 12:56:05 +00:00
|
|
|
|
# For rhsrvany.exe, used to install firstboot scripts in Windows guests.
|
2014-08-14 07:35:56 +00:00
|
|
|
|
Requires: mingw32-srvany >= 1.0-13
|
2014-07-08 12:56:05 +00:00
|
|
|
|
|
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
|
|
|
|
|
2011-10-08 13:51:52 +00:00
|
|
|
|
Guestfish is the Filesystem Interactive SHell, for accessing and
|
|
|
|
|
modifying virtual machine disk images from the command line and shell
|
|
|
|
|
scripts.
|
|
|
|
|
|
|
|
|
|
The guestmount command lets you mount guest filesystems on the host
|
|
|
|
|
using FUSE and %{name}.
|
|
|
|
|
|
2011-10-05 17:49:46 +00:00
|
|
|
|
Virt-alignment-scan scans virtual machines looking for partition
|
|
|
|
|
alignment problems.
|
|
|
|
|
|
2013-10-04 20:41:13 +00:00
|
|
|
|
Virt-builder is a command line tool for rapidly making disk images
|
|
|
|
|
of popular free operating systems.
|
|
|
|
|
|
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
|
|
|
|
|
2011-10-08 13:51:52 +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.
|
|
|
|
|
|
2014-03-25 12:55:35 +00:00
|
|
|
|
Virt-customize is a command line tool for customizing virtual machine
|
|
|
|
|
disk images.
|
|
|
|
|
|
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.
|
|
|
|
|
|
2013-12-18 16:34:46 +00:00
|
|
|
|
Virt-diff shows the differences between virtual machines.
|
|
|
|
|
|
2009-09-23 13:39:05 +00:00
|
|
|
|
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.
|
|
|
|
|
|
2012-01-18 18:23:36 +00:00
|
|
|
|
Virt-format is a command line tool to erase and make blank disks.
|
|
|
|
|
|
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
|
|
|
|
|
2014-06-16 16:53:02 +00:00
|
|
|
|
Virt-log is a command line tool to display the log files from a
|
|
|
|
|
virtual machine.
|
|
|
|
|
|
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.
|
|
|
|
|
|
2011-10-04 18:48:36 +00:00
|
|
|
|
Virt-sparsify makes virtual machine disk images sparse (thin-provisioned).
|
|
|
|
|
|
2011-10-08 13:51:52 +00:00
|
|
|
|
Virt-sysprep lets you reset or unconfigure virtual machines in
|
|
|
|
|
preparation for cloning them.
|
|
|
|
|
|
|
|
|
|
Virt-tar-in and virt-tar-out are archive, backup and upload tools
|
|
|
|
|
for virtual machines. These replace the deprecated program virt-tar.
|
|
|
|
|
|
2014-05-16 21:07:00 +00:00
|
|
|
|
Virt-v2v and virt-p2v are tools that convert virtual machines from
|
2014-05-15 21:42:59 +00:00
|
|
|
|
non-KVM hypervisors, or physical machines, to run under KVM.
|
|
|
|
|
|
2011-10-08 13:51:52 +00:00
|
|
|
|
Virt-win-reg lets you look at and modify the Windows Registry of
|
2009-10-29 17:22:46 +00:00
|
|
|
|
Windows virtual machines.
|
|
|
|
|
|
2009-07-15 16:49:09 +00:00
|
|
|
|
|
2014-05-16 09:42:11 +00:00
|
|
|
|
# The Name and Summary of this package is deliberately obscure to
|
|
|
|
|
# discourage end users from installing and running it. Instead they
|
|
|
|
|
# need to get the P2V ISO which is a Fedora/RHEL Spin.
|
|
|
|
|
%package pvhelper
|
|
|
|
|
Summary: pvhelper
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description pvhelper
|
|
|
|
|
This helper is used when creating a Spin.
|
|
|
|
|
|
|
|
|
|
End users *should not* install this package.
|
|
|
|
|
|
|
|
|
|
|
2013-03-28 19:07:02 +00:00
|
|
|
|
%package bash-completion
|
|
|
|
|
Summary: Bash tab-completion scripts for %{name} tools
|
2013-08-28 17:27:20 +00:00
|
|
|
|
BuildArch: noarch
|
2013-03-28 19:07:02 +00:00
|
|
|
|
Requires: bash-completion >= 2.0
|
|
|
|
|
Requires: %{name}-tools-c = %{epoch}:%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description bash-completion
|
|
|
|
|
Install this package if you want intelligent bash tab-completion
|
|
|
|
|
for guestfish, guestmount and various virt-* tools.
|
|
|
|
|
|
|
|
|
|
|
2011-07-05 16:15:36 +00:00
|
|
|
|
%package live-service
|
|
|
|
|
Summary: %{name} live service
|
|
|
|
|
Requires(post): systemd-units
|
|
|
|
|
Requires(preun): systemd-units
|
|
|
|
|
Requires(postun): systemd-units
|
|
|
|
|
|
2011-07-06 11:22:35 +00:00
|
|
|
|
|
2011-07-05 16:15:36 +00:00
|
|
|
|
%description live-service
|
|
|
|
|
You can install just this package in virtual machines in order to
|
|
|
|
|
enable libguestfs live service (eg. guestfish --live), which lets you
|
|
|
|
|
safely edit files in running guests.
|
|
|
|
|
|
|
|
|
|
This daemon is *not* required by %{name}.
|
|
|
|
|
|
|
|
|
|
|
2012-08-21 13:53:16 +00:00
|
|
|
|
# https://fedoraproject.org/wiki/Packaging:ScriptletSnippets#Systemd
|
2011-07-05 16:15:36 +00:00
|
|
|
|
%post live-service
|
2012-08-21 13:53:16 +00:00
|
|
|
|
%systemd_post guestfsd.service
|
2011-07-05 16:15:36 +00:00
|
|
|
|
%preun live-service
|
2012-08-21 13:53:16 +00:00
|
|
|
|
%systemd_preun guestfsd.service
|
2011-07-05 16:15:36 +00:00
|
|
|
|
%postun live-service
|
2012-08-21 13:53:16 +00:00
|
|
|
|
%systemd_postun_with_restart guestfsd.service
|
2011-07-05 16:15:36 +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}
|
|
|
|
|
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}
|
|
|
|
|
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
|
|
|
|
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)
|
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}
|
|
|
|
|
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}
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
2013-03-13 19:28:41 +00:00
|
|
|
|
%if 0%{?fedora} >= 19
|
2014-05-03 08:33:28 +00:00
|
|
|
|
Requires: ruby(release)
|
2013-03-13 19:28:41 +00:00
|
|
|
|
%else
|
2012-02-08 22:36:57 +00:00
|
|
|
|
Requires: ruby(abi) = 1.9.1
|
2013-03-13 19:28:41 +00:00
|
|
|
|
%endif
|
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
|
|
|
|
|
|
|
|
|
%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}
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
2013-11-16 09:18:15 +00:00
|
|
|
|
Requires: java-headless >= 1.5.0
|
2010-02-25 16:38:21 +00:00
|
|
|
|
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}
|
|
|
|
|
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}
|
2013-08-28 17:27:20 +00:00
|
|
|
|
BuildArch: noarch
|
2010-02-25 16:38:21 +00:00
|
|
|
|
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}
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: php
|
|
|
|
|
|
|
|
|
|
%description -n php-%{name}
|
|
|
|
|
php-%{name} contains PHP bindings for %{name}.
|
|
|
|
|
|
|
|
|
|
|
2011-09-21 14:35:17 +00:00
|
|
|
|
%package -n erlang-%{name}
|
|
|
|
|
Summary: Erlang bindings for %{name}
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: erlang-erts
|
|
|
|
|
|
|
|
|
|
%description -n erlang-%{name}
|
|
|
|
|
erlang-%{name} contains Erlang bindings for %{name}.
|
|
|
|
|
|
|
|
|
|
|
2012-11-17 20:25:04 +00:00
|
|
|
|
%package -n lua-guestfs
|
|
|
|
|
Summary: Lua bindings for %{name}
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: lua
|
|
|
|
|
|
|
|
|
|
%description -n lua-guestfs
|
|
|
|
|
lua-guestfs contains Lua bindings for %{name}.
|
|
|
|
|
|
|
|
|
|
|
2012-01-22 13:02:28 +00:00
|
|
|
|
%package gobject
|
|
|
|
|
Summary: GObject bindings for %{name}
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description gobject
|
|
|
|
|
%{name}-gobject contains GObject bindings for %{name}.
|
|
|
|
|
|
|
|
|
|
To develop software against these bindings, you need to install
|
|
|
|
|
%{name}-gobject-devel.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package gobject-devel
|
|
|
|
|
Summary: GObject bindings for %{name}
|
|
|
|
|
Requires: %{name}-gobject = %{epoch}:%{version}-%{release}
|
2012-03-30 20:10:28 +00:00
|
|
|
|
Requires: gtk-doc
|
2012-01-22 13:02:28 +00:00
|
|
|
|
|
|
|
|
|
%description gobject-devel
|
|
|
|
|
%{name}-gobject contains GObject bindings for %{name}.
|
|
|
|
|
|
|
|
|
|
This package is needed if you want to write software using the
|
|
|
|
|
GObject bindings. It also contains GObject Introspection information.
|
|
|
|
|
|
|
|
|
|
|
2013-08-28 17:27:20 +00:00
|
|
|
|
%package gobject-doc
|
|
|
|
|
Summary: Documentation for %{name} GObject bindings
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
Requires: %{name}-gobject-devel = %{epoch}:%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description gobject-doc
|
|
|
|
|
%{name}-gobject-doc contains documentation for
|
|
|
|
|
%{name} GObject bindings.
|
|
|
|
|
|
|
|
|
|
|
2014-05-16 09:41:22 +00:00
|
|
|
|
%ifarch %{golang_arches}
|
2013-07-09 11:53:12 +00:00
|
|
|
|
%package -n golang-guestfs
|
|
|
|
|
Summary: Golang bindings for %{name}
|
2014-01-22 15:54:57 +00:00
|
|
|
|
BuildArch: noarch
|
2013-07-09 11:53:12 +00:00
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: golang
|
2014-01-22 15:54:57 +00:00
|
|
|
|
Provides: golang(libguestfs.org) = %{epoch}:%{version}-%{release}
|
2013-07-09 11:53:12 +00:00
|
|
|
|
|
|
|
|
|
%description -n golang-guestfs
|
|
|
|
|
golang-%{name} contains Go language bindings for %{name}.
|
2013-09-09 16:20:11 +00:00
|
|
|
|
%endif
|
2013-07-09 11:53:12 +00:00
|
|
|
|
|
|
|
|
|
|
2012-03-08 19:19:40 +00:00
|
|
|
|
%package man-pages-ja
|
|
|
|
|
Summary: Japanese (ja) man pages for %{name}
|
2013-08-28 17:27:20 +00:00
|
|
|
|
BuildArch: noarch
|
2012-03-08 19:19:40 +00:00
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description man-pages-ja
|
|
|
|
|
%{name}-man-pages-ja contains Japanese (ja) man pages
|
|
|
|
|
for %{name}.
|
|
|
|
|
|
|
|
|
|
|
2011-07-18 12:02:56 +00:00
|
|
|
|
%package man-pages-uk
|
|
|
|
|
Summary: Ukrainian (uk) man pages for %{name}
|
2013-08-28 17:27:20 +00:00
|
|
|
|
BuildArch: noarch
|
2011-07-18 12:02:56 +00:00
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description man-pages-uk
|
|
|
|
|
%{name}-man-pages-uk contains Ukrainian (uk) man pages
|
|
|
|
|
for %{name}.
|
|
|
|
|
|
|
|
|
|
|
2009-05-09 21:30:45 +00:00
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
|
2012-09-25 15:50:58 +00:00
|
|
|
|
if [ "$(getenforce | tr '[A-Z]' '[a-z]')" != "disabled" ]; then
|
|
|
|
|
# For sVirt to work, the local temporary directory we use in the
|
|
|
|
|
# tests must be labelled the same way as /tmp.
|
|
|
|
|
chcon --reference=/tmp tmp
|
|
|
|
|
fi
|
|
|
|
|
|
2009-05-09 21:30:45 +00:00
|
|
|
|
mkdir -p daemon/m4
|
|
|
|
|
|
2012-09-25 15:50:58 +00:00
|
|
|
|
# Replace developer-centric README that ships with libguestfs, with
|
2011-07-19 18:12:46 +00:00
|
|
|
|
# our replacement file.
|
|
|
|
|
mv README README.orig
|
|
|
|
|
sed 's/@VERSION@/%{version}/g' < %{SOURCE4} > README
|
|
|
|
|
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
%build
|
2013-04-02 13:30:45 +00:00
|
|
|
|
# Test if network is available.
|
2013-04-02 18:13:43 +00:00
|
|
|
|
if ping -c 3 -w 20 8.8.8.8 && wget http://libguestfs.org -O /dev/null; then
|
2013-04-02 13:30:45 +00:00
|
|
|
|
extra=
|
|
|
|
|
else
|
|
|
|
|
mkdir repo
|
2013-07-03 14:55:34 +00:00
|
|
|
|
# -n 1 because of RHBZ#980502.
|
|
|
|
|
find /var/cache/yum -type f -name '*.rpm' -print0 | xargs -0 -n 1 cp -t repo
|
2013-04-02 13:30:45 +00:00
|
|
|
|
createrepo repo
|
|
|
|
|
cat > yum.conf <<EOF
|
2013-04-02 19:24:18 +00:00
|
|
|
|
[main]
|
|
|
|
|
cachedir=/var/cache/yum
|
|
|
|
|
debuglevel=1
|
|
|
|
|
logfile=/var/log/yum.log
|
|
|
|
|
retries=20
|
|
|
|
|
obsoletes=1
|
|
|
|
|
gpgcheck=0
|
|
|
|
|
assumeyes=1
|
|
|
|
|
reposdir=/dev/null
|
|
|
|
|
|
|
|
|
|
[local]
|
|
|
|
|
name=local
|
|
|
|
|
baseurl=file://$(pwd)/repo
|
|
|
|
|
failovermethod=priority
|
|
|
|
|
enabled=1
|
|
|
|
|
gpgcheck=0
|
2010-12-06 17:48:09 +00:00
|
|
|
|
EOF
|
2013-04-02 13:30:45 +00:00
|
|
|
|
extra=--with-supermin-packager-config=$(pwd)/yum.conf
|
|
|
|
|
fi
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
2012-08-30 15:39:07 +00:00
|
|
|
|
%{configure} \
|
2013-04-02 13:33:27 +00:00
|
|
|
|
--with-default-backend=libvirt \
|
2012-08-30 15:39:26 +00:00
|
|
|
|
--with-extra="fedora=%{fedora},release=%{release},libvirt" \
|
2009-05-09 21:30:45 +00:00
|
|
|
|
--with-qemu="qemu-kvm qemu-system-%{_build_arch} qemu" \
|
2011-07-15 16:53:58 +00:00
|
|
|
|
--enable-install-daemon \
|
2014-07-23 21:54:37 +00:00
|
|
|
|
%ifnarch %{golang_arches}
|
|
|
|
|
--disable-golang \
|
|
|
|
|
%endif
|
2013-04-02 13:30:45 +00:00
|
|
|
|
$extra
|
2011-07-21 15:28:13 +00:00
|
|
|
|
|
2013-03-14 12:13:21 +00:00
|
|
|
|
# 'INSTALLDIRS' ensures that Perl and Ruby libs are installed in the
|
|
|
|
|
# vendor dir not the site dir.
|
2011-08-23 20:49:43 +00:00
|
|
|
|
make V=1 INSTALLDIRS=vendor %{?_smp_mflags}
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
2013-08-28 17:27:20 +00:00
|
|
|
|
# This file is creeping over 1 MB uncompressed, and since it is
|
|
|
|
|
# included in the -devel subpackage, compress it to reduce
|
|
|
|
|
# installation size.
|
|
|
|
|
gzip -9 ChangeLog
|
|
|
|
|
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
%check
|
2014-03-21 08:45:57 +00:00
|
|
|
|
|
|
|
|
|
%if %{runtests}
|
|
|
|
|
|
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
|
|
|
|
|
|
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
|
|
|
|
|
|
2012-11-06 13:08:09 +00:00
|
|
|
|
# Disable virt-format test (RHBZ#872831).
|
|
|
|
|
export SKIP_TEST_VIRT_FORMAT_SH=1
|
|
|
|
|
|
2013-02-05 14:27:44 +00:00
|
|
|
|
# Disable set_label tests (RHBZ#906777).
|
|
|
|
|
export SKIP_TEST_SET_LABEL=1
|
|
|
|
|
|
2013-04-30 07:29:03 +00:00
|
|
|
|
# Disable test-btrfs-devices on ix86 only. It fails on Fedora 19 (but not
|
|
|
|
|
# Fedora 18 nor Fedora 20) with:
|
|
|
|
|
# guestfsd: error: tar subcommand failed on directory: /data3: tar: ./10/q/4: Cannot open: No space left on device
|
|
|
|
|
# This seems to be a transient kernel problem, fixed in F20.
|
|
|
|
|
%ifarch %{ix86}
|
|
|
|
|
export SKIP_TEST_BTRFS_DEVICES_SH=1
|
|
|
|
|
%endif
|
|
|
|
|
|
2013-11-24 22:12:14 +00:00
|
|
|
|
# Disable mdadm test, buggy in kernel 3.13 (RHBZ#1033971).
|
|
|
|
|
export SKIP_TEST_MDADM_SH=1
|
|
|
|
|
|
2013-11-25 20:18:37 +00:00
|
|
|
|
# Disable NBD test, buggy in qemu 1.7.0 (RHBZ#1034433).
|
|
|
|
|
export SKIP_TEST_NBD_PL=1
|
|
|
|
|
|
2014-03-21 08:45:57 +00:00
|
|
|
|
# Disable parallel virt-alignment-scan & virt-df tests (RHBZ#1025942).
|
|
|
|
|
export SKIP_TEST_VIRT_ALIGNMENT_SCAN_GUESTS_SH=1
|
|
|
|
|
export SKIP_TEST_VIRT_DF_GUESTS_SH=1
|
|
|
|
|
|
2014-07-25 09:09:23 +00:00
|
|
|
|
# LVM filter broken in Rawhide, but only on Koji (RHBZ#1123281).
|
|
|
|
|
export SKIP_TEST_LVM_FILTERING_SH=1
|
|
|
|
|
|
2014-08-14 07:35:56 +00:00
|
|
|
|
# virt-v2v tests use a phony Windows guest, but this requires rhsrvany
|
|
|
|
|
# to be installed, which would in practice mean depending on the
|
|
|
|
|
# previous version of libguestfs to be installed, and we don't want to
|
|
|
|
|
# do that.
|
2014-08-14 09:16:01 +00:00
|
|
|
|
# NB: Can be removed in libguestfs >= 1.27.27 since there is an upstream
|
|
|
|
|
# workaround for this.
|
2014-08-14 07:35:56 +00:00
|
|
|
|
export SKIP_TEST_V2V_NO_COPY_SH=1
|
|
|
|
|
export SKIP_TEST_V2V_OF_OPTION_SH=1
|
|
|
|
|
export SKIP_TEST_V2V_ON_OPTION_SH=1
|
|
|
|
|
export SKIP_TEST_V2V_REAL_CONVERSIONS_SH=1
|
|
|
|
|
export SKIP_TEST_V2V_RHEV_OPTIONS_SH=1
|
|
|
|
|
export SKIP_TEST_V2V_RHEV_SH=1
|
|
|
|
|
export SKIP_TEST_V2V_WINDOWS_CONVERSION_SH=1
|
|
|
|
|
|
2013-04-23 09:21:53 +00:00
|
|
|
|
# Skip gnulib tests which fail (probably these are kernel/glibc bugs).
|
|
|
|
|
pushd gnulib/tests
|
2013-04-23 14:07:23 +00:00
|
|
|
|
make -k check ||:
|
2013-04-23 09:21:53 +00:00
|
|
|
|
for f in test-getaddrinfo test-utimens ; do
|
|
|
|
|
rm -f $f $f.o
|
|
|
|
|
touch $f.o
|
|
|
|
|
echo 'exit 77' > $f
|
|
|
|
|
chmod +x $f
|
|
|
|
|
done
|
|
|
|
|
popd
|
|
|
|
|
|
2014-03-04 15:16:32 +00:00
|
|
|
|
# Do make quickcheck first, to fail early if the appliance or libvirt
|
|
|
|
|
# is obviously broken. Also dump libvirt log files if this happens.
|
|
|
|
|
# Since it's most likely libvirt which is broken, make sure libvirt
|
|
|
|
|
# debugging is enabled here.
|
|
|
|
|
if ! make quickcheck LIBVIRT_DEBUG=1; then
|
2014-02-18 15:27:11 +00:00
|
|
|
|
cat $HOME/.cache/libvirt/qemu/log/*
|
|
|
|
|
exit 1
|
|
|
|
|
fi
|
|
|
|
|
|
2012-12-17 14:33:24 +00:00
|
|
|
|
make check -k
|
2014-02-18 15:26:45 +00:00
|
|
|
|
|
2013-07-30 18:22:08 +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
|
2013-03-16 07:43:54 +00:00
|
|
|
|
# 'INSTALLDIRS' ensures that Perl and Ruby libs are installed in the
|
|
|
|
|
# vendor dir not the site dir.
|
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT INSTALLDIRS=vendor install
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
2009-06-15 21:52:11 +00:00
|
|
|
|
# Delete static libraries, libtool files.
|
2013-04-09 20:24:26 +00:00
|
|
|
|
rm $(
|
|
|
|
|
find $RPM_BUILD_ROOT -path '*/ocaml/guestfs' -prune -o -name '*.a' -print
|
|
|
|
|
)
|
2013-04-09 17:11:16 +00:00
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -delete
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
2013-04-09 17:11:16 +00:00
|
|
|
|
# Delete some bogus Perl files.
|
2009-05-09 21:30:45 +00:00
|
|
|
|
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
|
|
|
|
|
2014-05-23 14:34:47 +00:00
|
|
|
|
# Delete guestfs-p2v-iso(1) because it is internal documentation.
|
|
|
|
|
# We might include it in future if it says something useful for end
|
|
|
|
|
# users about how to create the ISO.
|
|
|
|
|
rm $RPM_BUILD_ROOT%{_mandir}/man1/guestfs-p2v-iso.1*
|
|
|
|
|
|
2013-10-22 20:20:57 +00:00
|
|
|
|
# Don't use versioned jar file (RHBZ#1022133).
|
|
|
|
|
# See: https://bugzilla.redhat.com/show_bug.cgi?id=1022184#c4
|
|
|
|
|
mv $RPM_BUILD_ROOT%{_datadir}/java/%{name}-%{version}.jar \
|
|
|
|
|
$RPM_BUILD_ROOT%{_datadir}/java/%{name}.jar
|
|
|
|
|
|
2014-01-22 15:54:57 +00:00
|
|
|
|
# golang: Ignore what libguestfs upstream installs, and just copy the
|
|
|
|
|
# source files to %{_datadir}/gocode/src.
|
2014-05-16 09:41:22 +00:00
|
|
|
|
%ifarch %{golang_arches}
|
2014-05-23 14:34:47 +00:00
|
|
|
|
rm -r $RPM_BUILD_ROOT/usr/lib/golang
|
2014-01-22 15:54:57 +00:00
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/gocode/src
|
|
|
|
|
cp -a golang/src/libguestfs.org $RPM_BUILD_ROOT%{_datadir}/gocode/src
|
|
|
|
|
%endif
|
|
|
|
|
|
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
|
2013-08-28 17:27:20 +00:00
|
|
|
|
gzip --best installed-docs/*.xml
|
2009-10-14 14:54:45 +00:00
|
|
|
|
|
2014-02-26 20:59:20 +00:00
|
|
|
|
# Split up the monolithic packages file in the supermin appliance so
|
|
|
|
|
# we can install dependencies in subpackages.
|
|
|
|
|
pushd $RPM_BUILD_ROOT%{_libdir}/guestfs/supermin.d
|
2014-05-16 21:15:30 +00:00
|
|
|
|
function move_to
|
|
|
|
|
{
|
|
|
|
|
grep -Ev "^$1$" < packages > packages-t
|
|
|
|
|
mv packages-t packages
|
|
|
|
|
echo "$1" >> "$2"
|
|
|
|
|
}
|
|
|
|
|
move_to gfs2-utils zz-packages-gfs2
|
|
|
|
|
move_to hfsplus-tools zz-packages-hfsplus
|
|
|
|
|
move_to jfsutils zz-packages-jfs
|
|
|
|
|
move_to nilfs-utils zz-packages-nilfs
|
|
|
|
|
move_to reiserfs-utils zz-packages-reiserfs
|
|
|
|
|
move_to iputils zz-packages-rescue
|
|
|
|
|
move_to lsof zz-packages-rescue
|
|
|
|
|
move_to openssh-clients zz-packages-rescue
|
|
|
|
|
move_to strace zz-packages-rescue
|
|
|
|
|
move_to vim-minimal zz-packages-rescue
|
|
|
|
|
move_to rsync zz-packages-rsync
|
|
|
|
|
move_to xfsprogs zz-packages-xfs
|
|
|
|
|
move_to zfs-fuse zz-packages-zfs
|
2014-02-26 20:59:20 +00:00
|
|
|
|
popd
|
|
|
|
|
|
2011-07-15 16:53:58 +00:00
|
|
|
|
# For the libguestfs-live-service subpackage install the systemd
|
|
|
|
|
# service and udev rules.
|
2011-07-06 11:22:35 +00:00
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_unitdir}
|
2012-10-09 17:22:21 +00:00
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/udev/rules.d
|
2011-07-05 16:15:36 +00:00
|
|
|
|
install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_unitdir}
|
2012-10-09 17:22:21 +00:00
|
|
|
|
install -m 0644 %{SOURCE3} $RPM_BUILD_ROOT%{_prefix}/lib/udev/rules.d
|
|
|
|
|
# This deals with UsrMove:
|
|
|
|
|
mv $RPM_BUILD_ROOT/lib/udev/rules.d/99-guestfs-serial.rules \
|
|
|
|
|
$RPM_BUILD_ROOT%{_prefix}/lib/udev/rules.d
|
2011-07-05 16:15:36 +00:00
|
|
|
|
|
2014-06-14 10:40:54 +00:00
|
|
|
|
# Guestfish colour prompts.
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
|
|
|
|
|
install -m 0644 %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
|
|
|
|
|
|
2014-07-08 12:56:05 +00:00
|
|
|
|
# Virt-tools data directory. This contains a symlink to rhsrvany.exe
|
|
|
|
|
# which is satisfied by the dependency on mingw32-srvany.
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/virt-tools
|
|
|
|
|
pushd $RPM_BUILD_ROOT%{_datadir}/virt-tools
|
|
|
|
|
ln -sf /usr/i686-w64-mingw32/sys-root/mingw/bin/rhsrvany.exe
|
|
|
|
|
popd
|
|
|
|
|
|
2009-05-26 09:32:31 +00:00
|
|
|
|
# Find locale files.
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
2013-08-28 17:27:20 +00:00
|
|
|
|
%post java -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun java -p /sbin/ldconfig
|
|
|
|
|
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
2009-05-26 09:32:31 +00:00
|
|
|
|
%files -f %{name}.lang
|
2011-07-19 18:12:46 +00:00
|
|
|
|
%doc COPYING README
|
2009-11-03 17:58:33 +00:00
|
|
|
|
%{_bindir}/libguestfs-test-tool
|
2009-05-09 21:30:45 +00:00
|
|
|
|
%{_libdir}/guestfs/
|
2014-02-26 20:59:20 +00:00
|
|
|
|
%exclude %{_libdir}/guestfs/supermin.d/zz-packages-*
|
2009-05-09 21:30:45 +00:00
|
|
|
|
%{_libdir}/libguestfs.so.*
|
2012-08-12 20:40:17 +00:00
|
|
|
|
%{_mandir}/man1/guestfs-faq.1*
|
|
|
|
|
%{_mandir}/man1/guestfs-performance.1*
|
|
|
|
|
%{_mandir}/man1/guestfs-recipes.1*
|
2012-08-11 18:34:23 +00:00
|
|
|
|
%{_mandir}/man1/guestfs-release-notes.1*
|
2011-11-21 13:57:54 +00:00
|
|
|
|
%{_mandir}/man1/guestfs-testing.1*
|
2009-07-23 09:51:22 +00:00
|
|
|
|
%{_mandir}/man1/libguestfs-test-tool.1*
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
2014-03-28 08:14:46 +00:00
|
|
|
|
%doc AUTHORS BUGS ChangeLog.gz HACKING TODO README
|
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
|
2012-03-17 22:28:53 +00:00
|
|
|
|
%{_sbindir}/libguestfs-make-fixed-appliance
|
|
|
|
|
%{_mandir}/man1/libguestfs-make-fixed-appliance.1*
|
2009-05-09 21:30:45 +00:00
|
|
|
|
%{_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
|
|
|
|
|
|
2014-02-26 20:59:20 +00:00
|
|
|
|
%files gfs2
|
2014-03-20 14:08:35 +00:00
|
|
|
|
%{_libdir}/guestfs/supermin.d/zz-packages-gfs2
|
2014-02-26 20:59:20 +00:00
|
|
|
|
|
2014-07-17 13:18:05 +00:00
|
|
|
|
%ifnarch ppc
|
2014-02-26 20:59:20 +00:00
|
|
|
|
%files hfsplus
|
2014-03-20 14:08:35 +00:00
|
|
|
|
%{_libdir}/guestfs/supermin.d/zz-packages-hfsplus
|
2014-02-28 14:48:39 +00:00
|
|
|
|
%endif
|
2014-02-26 20:59:20 +00:00
|
|
|
|
|
|
|
|
|
%files jfs
|
2014-03-20 14:08:35 +00:00
|
|
|
|
%{_libdir}/guestfs/supermin.d/zz-packages-jfs
|
2014-02-26 20:59:20 +00:00
|
|
|
|
|
|
|
|
|
%files nilfs
|
2014-03-20 14:08:35 +00:00
|
|
|
|
%{_libdir}/guestfs/supermin.d/zz-packages-nilfs
|
2014-02-26 20:59:20 +00:00
|
|
|
|
|
|
|
|
|
%files reiserfs
|
2014-03-20 14:08:35 +00:00
|
|
|
|
%{_libdir}/guestfs/supermin.d/zz-packages-reiserfs
|
2014-02-26 20:59:20 +00:00
|
|
|
|
|
|
|
|
|
%files rsync
|
|
|
|
|
%{_libdir}/guestfs/supermin.d/zz-packages-rsync
|
|
|
|
|
|
2014-03-20 14:08:35 +00:00
|
|
|
|
%files rescue
|
|
|
|
|
%{_libdir}/guestfs/supermin.d/zz-packages-rescue
|
|
|
|
|
|
2014-02-26 20:59:20 +00:00
|
|
|
|
%files xfs
|
2014-03-20 14:08:35 +00:00
|
|
|
|
%{_libdir}/guestfs/supermin.d/zz-packages-xfs
|
2014-02-26 20:59:20 +00:00
|
|
|
|
|
2014-07-17 13:18:05 +00:00
|
|
|
|
%ifnarch %{arm} aarch64
|
2014-02-26 20:59:20 +00:00
|
|
|
|
%files zfs
|
2014-03-20 14:08:35 +00:00
|
|
|
|
%{_libdir}/guestfs/supermin.d/zz-packages-zfs
|
2014-02-28 14:48:39 +00:00
|
|
|
|
%endif
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
2011-10-08 13:51:52 +00:00
|
|
|
|
%files tools-c
|
2011-07-19 18:12:46 +00:00
|
|
|
|
%doc README
|
2011-10-08 13:51:52 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libguestfs-tools.conf
|
2014-03-03 17:24:23 +00:00
|
|
|
|
%{_sysconfdir}/virt-builder
|
|
|
|
|
%dir %{_sysconfdir}/xdg/virt-builder
|
|
|
|
|
%dir %{_sysconfdir}/xdg/virt-builder/repos.d
|
|
|
|
|
%config %{_sysconfdir}/xdg/virt-builder/repos.d/libguestfs.conf
|
|
|
|
|
%config %{_sysconfdir}/xdg/virt-builder/repos.d/libguestfs.gpg
|
2014-06-14 10:40:54 +00:00
|
|
|
|
%config %{_sysconfdir}/profile.d/guestfish.sh
|
2014-07-08 12:56:05 +00:00
|
|
|
|
%{_datadir}/virt-tools
|
2013-10-19 15:49:12 +00:00
|
|
|
|
%{_mandir}/man5/libguestfs-tools.conf.5*
|
2011-10-08 13:51:52 +00:00
|
|
|
|
%{_bindir}/guestfish
|
|
|
|
|
%{_mandir}/man1/guestfish.1*
|
2009-11-03 17:58:33 +00:00
|
|
|
|
%{_bindir}/guestmount
|
|
|
|
|
%{_mandir}/man1/guestmount.1*
|
2013-03-05 14:53:19 +00:00
|
|
|
|
%{_bindir}/guestunmount
|
|
|
|
|
%{_mandir}/man1/guestunmount.1*
|
2011-10-05 17:49:46 +00:00
|
|
|
|
%{_bindir}/virt-alignment-scan
|
|
|
|
|
%{_mandir}/man1/virt-alignment-scan.1*
|
2013-10-04 20:41:13 +00:00
|
|
|
|
%{_bindir}/virt-builder
|
|
|
|
|
%{_mandir}/man1/virt-builder.1*
|
2009-07-15 16:49:09 +00:00
|
|
|
|
%{_bindir}/virt-cat
|
|
|
|
|
%{_mandir}/man1/virt-cat.1*
|
2011-10-08 13:51:52 +00:00
|
|
|
|
%{_bindir}/virt-copy-in
|
|
|
|
|
%{_mandir}/man1/virt-copy-in.1*
|
|
|
|
|
%{_bindir}/virt-copy-out
|
|
|
|
|
%{_mandir}/man1/virt-copy-out.1*
|
2014-03-25 12:55:35 +00:00
|
|
|
|
%{_bindir}/virt-customize
|
|
|
|
|
%{_mandir}/man1/virt-customize.1*
|
2009-09-23 13:39:05 +00:00
|
|
|
|
%{_bindir}/virt-df
|
|
|
|
|
%{_mandir}/man1/virt-df.1*
|
2013-12-18 16:34:46 +00:00
|
|
|
|
%{_bindir}/virt-diff
|
|
|
|
|
%{_mandir}/man1/virt-diff.1*
|
2011-05-09 14:43:32 +00:00
|
|
|
|
%{_bindir}/virt-edit
|
|
|
|
|
%{_mandir}/man1/virt-edit.1*
|
2010-11-23 10:45:16 +00:00
|
|
|
|
%{_bindir}/virt-filesystems
|
|
|
|
|
%{_mandir}/man1/virt-filesystems.1*
|
2012-01-18 18:23:36 +00:00
|
|
|
|
%{_bindir}/virt-format
|
|
|
|
|
%{_mandir}/man1/virt-format.1*
|
2013-11-05 20:02:24 +00:00
|
|
|
|
%{_bindir}/virt-index-validate
|
|
|
|
|
%{_mandir}/man1/virt-index-validate.1*
|
2009-09-23 13:39:05 +00:00
|
|
|
|
%{_bindir}/virt-inspector
|
|
|
|
|
%{_mandir}/man1/virt-inspector.1*
|
2014-06-16 16:53:02 +00:00
|
|
|
|
%{_bindir}/virt-log
|
|
|
|
|
%{_mandir}/man1/virt-log.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*
|
2014-01-29 08:46:28 +00:00
|
|
|
|
%{_bindir}/virt-make-fs
|
|
|
|
|
%{_mandir}/man1/virt-make-fs.1*
|
2014-07-08 12:56:05 +00:00
|
|
|
|
%{_mandir}/man1/virt-p2v.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-rescue
|
|
|
|
|
%{_mandir}/man1/virt-rescue.1*
|
2011-09-29 13:18:34 +00:00
|
|
|
|
%{_bindir}/virt-resize
|
|
|
|
|
%{_mandir}/man1/virt-resize.1*
|
2011-10-04 18:48:36 +00:00
|
|
|
|
%{_bindir}/virt-sparsify
|
|
|
|
|
%{_mandir}/man1/virt-sparsify.1*
|
2013-06-23 18:20:10 +00:00
|
|
|
|
%{_bindir}/virt-sysprep
|
|
|
|
|
%{_mandir}/man1/virt-sysprep.1*
|
2011-10-08 13:51:52 +00:00
|
|
|
|
%{_bindir}/virt-tar-in
|
|
|
|
|
%{_mandir}/man1/virt-tar-in.1*
|
|
|
|
|
%{_bindir}/virt-tar-out
|
|
|
|
|
%{_mandir}/man1/virt-tar-out.1*
|
2014-05-15 21:42:59 +00:00
|
|
|
|
%{_bindir}/virt-v2v
|
|
|
|
|
%{_mandir}/man1/virt-v2v.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
|
2011-07-19 18:12:46 +00:00
|
|
|
|
%doc README
|
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*
|
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
|
|
|
|
|
|
|
|
|
|
2014-05-16 09:42:11 +00:00
|
|
|
|
%files pvhelper
|
|
|
|
|
%doc COPYING README
|
|
|
|
|
%{_libexecdir}/virt-p2v
|
|
|
|
|
# NB: man page does NOT go here.
|
|
|
|
|
|
|
|
|
|
|
2013-03-28 19:07:02 +00:00
|
|
|
|
%files bash-completion
|
|
|
|
|
%dir %{_datadir}/bash-completion/completions
|
|
|
|
|
%{_datadir}/bash-completion/completions/guestfish
|
|
|
|
|
%{_datadir}/bash-completion/completions/guestmount
|
|
|
|
|
%{_datadir}/bash-completion/completions/virt-*
|
|
|
|
|
|
|
|
|
|
|
2011-07-05 16:15:36 +00:00
|
|
|
|
%files live-service
|
2011-07-19 18:12:46 +00:00
|
|
|
|
%doc COPYING README
|
2011-07-05 16:15:36 +00:00
|
|
|
|
%{_sbindir}/guestfsd
|
|
|
|
|
%{_unitdir}/guestfsd.service
|
2012-10-03 08:00:45 +00:00
|
|
|
|
%{_mandir}/man8/guestfsd.8*
|
2012-10-09 17:22:21 +00:00
|
|
|
|
%{_prefix}/lib/udev/rules.d/99-guestfsd.rules
|
|
|
|
|
%{_prefix}/lib/udev/rules.d/99-guestfs-serial.rules
|
2011-07-05 16:15:36 +00:00
|
|
|
|
|
|
|
|
|
|
2009-05-09 21:30:45 +00:00
|
|
|
|
%files -n ocaml-%{name}
|
|
|
|
|
%{_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
|
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
|
2012-08-27 16:21:36 +00:00
|
|
|
|
%doc perl/examples/*.pl
|
2009-05-09 21:30:45 +00:00
|
|
|
|
%{perl_vendorarch}/*
|
|
|
|
|
%{_mandir}/man3/Sys::Guestfs.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}
|
2010-11-24 22:22:03 +00:00
|
|
|
|
%doc python/examples/*.py
|
2014-02-04 13:40:50 +00:00
|
|
|
|
%{python_sitearch}/libguestfsmod.so
|
|
|
|
|
%{python_sitearch}/guestfs.py
|
|
|
|
|
%{python_sitearch}/guestfs.pyc
|
|
|
|
|
%{python_sitearch}/guestfs.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}
|
2010-11-24 22:22:03 +00:00
|
|
|
|
%doc ruby/examples/*.rb
|
2011-03-15 22:19:45 +00:00
|
|
|
|
%doc ruby/doc/site/*
|
2012-02-08 11:30:40 +00:00
|
|
|
|
%{ruby_vendorlibdir}/guestfs.rb
|
|
|
|
|
%{ruby_vendorarchdir}/_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
|
|
|
|
|
%{_libdir}/libguestfs_jni*.so.*
|
|
|
|
|
%{_datadir}/java/*.jar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files java-devel
|
2012-08-27 16:21:36 +00:00
|
|
|
|
%doc java/examples/*.java
|
2009-05-09 21:30:45 +00:00
|
|
|
|
%{_libdir}/libguestfs_jni*.so
|
2011-07-19 18:12:46 +00:00
|
|
|
|
%{_mandir}/man3/guestfs-java.3*
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files javadoc
|
2013-08-28 17:27:20 +00:00
|
|
|
|
%{_javadocdir}/%{name}
|
2009-05-09 21:30:45 +00:00
|
|
|
|
|
|
|
|
|
|
2010-09-04 12:07:07 +00:00
|
|
|
|
%files -n php-%{name}
|
|
|
|
|
%doc php/README-PHP
|
|
|
|
|
%dir %{_sysconfdir}/php.d
|
|
|
|
|
%{_sysconfdir}/php.d/guestfs_php.ini
|
|
|
|
|
%{_libdir}/php/modules/guestfs_php.so
|
|
|
|
|
|
|
|
|
|
|
2011-09-21 14:35:17 +00:00
|
|
|
|
%files -n erlang-%{name}
|
|
|
|
|
%doc erlang/README
|
|
|
|
|
%doc erlang/examples/*.erl
|
|
|
|
|
%doc erlang/examples/LICENSE
|
|
|
|
|
%{_bindir}/erl-guestfs
|
|
|
|
|
%{_libdir}/erlang/lib/%{name}-%{version}
|
|
|
|
|
%{_mandir}/man3/guestfs-erlang.3*
|
|
|
|
|
|
|
|
|
|
|
2012-11-17 20:25:04 +00:00
|
|
|
|
%files -n lua-guestfs
|
|
|
|
|
%doc lua/examples/*.lua
|
|
|
|
|
%doc lua/examples/LICENSE
|
|
|
|
|
%{_libdir}/lua/*/guestfs.so
|
|
|
|
|
%{_mandir}/man3/guestfs-lua.3*
|
|
|
|
|
|
|
|
|
|
|
2012-01-22 13:02:28 +00:00
|
|
|
|
%files gobject
|
|
|
|
|
%{_libdir}/libguestfs-gobject-1.0.so.0*
|
2012-01-23 16:29:08 +00:00
|
|
|
|
%{_libdir}/girepository-1.0/Guestfs-1.0.typelib
|
2012-01-22 13:02:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files gobject-devel
|
|
|
|
|
%{_libdir}/libguestfs-gobject-1.0.so
|
2012-04-27 08:15:32 +00:00
|
|
|
|
%{_includedir}/guestfs-gobject.h
|
|
|
|
|
%dir %{_includedir}/guestfs-gobject
|
|
|
|
|
%{_includedir}/guestfs-gobject/*.h
|
2012-01-22 13:02:28 +00:00
|
|
|
|
%{_datadir}/gir-1.0/Guestfs-1.0.gir
|
2013-01-18 13:16:55 +00:00
|
|
|
|
%{_libdir}/pkgconfig/libguestfs-gobject-1.0.pc
|
2012-01-22 13:02:28 +00:00
|
|
|
|
|
|
|
|
|
|
2013-08-28 17:27:20 +00:00
|
|
|
|
%files gobject-doc
|
|
|
|
|
%{_datadir}/gtk-doc/html/guestfs
|
|
|
|
|
|
|
|
|
|
|
2014-05-16 09:41:22 +00:00
|
|
|
|
%ifarch %{golang_arches}
|
2013-07-09 11:53:12 +00:00
|
|
|
|
%files -n golang-guestfs
|
|
|
|
|
%doc golang/examples/*.go
|
|
|
|
|
%doc golang/examples/LICENSE
|
2014-01-22 15:54:57 +00:00
|
|
|
|
%{_datadir}/gocode/src/libguestfs.org
|
2013-07-09 11:53:12 +00:00
|
|
|
|
%{_mandir}/man3/guestfs-golang.3*
|
2013-09-09 16:20:11 +00:00
|
|
|
|
%endif
|
2013-07-09 11:53:12 +00:00
|
|
|
|
|
|
|
|
|
|
2012-03-08 19:19:40 +00:00
|
|
|
|
%files man-pages-ja
|
|
|
|
|
%lang(ja) %{_mandir}/ja/man1/*.1*
|
|
|
|
|
%lang(ja) %{_mandir}/ja/man3/*.3*
|
2013-10-19 15:49:12 +00:00
|
|
|
|
%lang(ja) %{_mandir}/ja/man5/*.5*
|
2012-03-08 19:19:40 +00:00
|
|
|
|
|
|
|
|
|
|
2011-07-18 12:02:56 +00:00
|
|
|
|
%files man-pages-uk
|
|
|
|
|
%lang(uk) %{_mandir}/uk/man1/*.1*
|
|
|
|
|
%lang(uk) %{_mandir}/uk/man3/*.3*
|
2013-10-19 15:49:12 +00:00
|
|
|
|
%lang(uk) %{_mandir}/uk/man5/*.5*
|
2011-07-18 12:02:56 +00:00
|
|
|
|
|
|
|
|
|
|
2009-05-09 21:30:45 +00:00
|
|
|
|
%changelog
|
2014-08-15 07:56:41 +00:00
|
|
|
|
* Fri Aug 15 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.26-2
|
|
|
|
|
- Java is now java-1.8.0-openjdk in Rawhide.
|
|
|
|
|
|
2014-08-14 12:44:23 +00:00
|
|
|
|
* Thu Aug 14 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.26-1
|
|
|
|
|
- New upstream version 1.27.26.
|
|
|
|
|
|
2014-08-14 07:35:56 +00:00
|
|
|
|
* Thu Aug 14 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.25-2
|
|
|
|
|
- Require mingw32-srvany >= 1.0-13 because otherwise we have a broken symlink.
|
|
|
|
|
- Skip virt-v2v tests since they require rhsrvany.exe which is not
|
|
|
|
|
available during the tests.
|
|
|
|
|
|
2014-08-05 21:19:19 +00:00
|
|
|
|
* Tue Aug 05 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.25-1
|
|
|
|
|
- New upstream version 1.27.25.
|
|
|
|
|
|
2014-07-28 13:11:10 +00:00
|
|
|
|
* Mon Jul 28 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.24-3
|
|
|
|
|
- Rebuild on aarch64.
|
|
|
|
|
|
2014-07-27 18:54:44 +00:00
|
|
|
|
* Sun Jul 27 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.24-2
|
2014-07-27 15:56:11 +00:00
|
|
|
|
- New upstream version 1.27.24.
|
2014-07-27 18:54:44 +00:00
|
|
|
|
- Remove patch now upstream.
|
2014-07-27 15:56:11 +00:00
|
|
|
|
|
2014-07-25 09:09:23 +00:00
|
|
|
|
* Fri Jul 25 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.23-3
|
|
|
|
|
- Skip LVM test which is failing.
|
|
|
|
|
|
2014-07-24 07:46:33 +00:00
|
|
|
|
* Thu Jul 24 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.23-2
|
|
|
|
|
- Enable tests on aarch64, in order to study which tests fail.
|
|
|
|
|
|
2014-07-23 21:12:35 +00:00
|
|
|
|
* Wed Jul 23 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.23-1
|
|
|
|
|
- New upstream version 1.27.23.
|
|
|
|
|
|
2014-07-22 17:44:47 +00:00
|
|
|
|
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 1:1.27.22-3
|
|
|
|
|
- Rebuilt for gobject-introspection 1.41.4
|
|
|
|
|
|
2014-07-21 18:11:19 +00:00
|
|
|
|
* Mon Jul 21 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.22-2
|
2014-07-21 17:46:42 +00:00
|
|
|
|
- New upstream version 1.27.22.
|
2014-07-21 18:11:19 +00:00
|
|
|
|
- Disable golang since the Fedora package is broken again.
|
2014-07-21 17:46:42 +00:00
|
|
|
|
|
2014-07-17 13:18:05 +00:00
|
|
|
|
* Wed Jul 16 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1:1.27.21-2
|
|
|
|
|
- Disable tests on aarch64
|
|
|
|
|
- ntfs-3g available on all arches
|
|
|
|
|
- hfsplus-tools on all arches
|
|
|
|
|
- KVM available on ARMv7 and aarch64
|
|
|
|
|
|
2014-07-08 15:53:24 +00:00
|
|
|
|
* Tue Jul 08 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.21-1
|
|
|
|
|
- New upstream version 1.27.21.
|
|
|
|
|
|
2014-07-02 15:44:12 +00:00
|
|
|
|
* Wed Jul 02 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.20-1
|
|
|
|
|
- New upstream version 1.27.20.
|
|
|
|
|
|
2014-06-24 11:02:48 +00:00
|
|
|
|
* Tue Jun 24 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.19-1
|
|
|
|
|
- New upstream version 1.27.19.
|
|
|
|
|
|
2014-06-16 16:53:02 +00:00
|
|
|
|
* Mon Jun 16 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.18-1
|
|
|
|
|
- New upstream version 1.27.18.
|
|
|
|
|
|
2014-06-14 10:40:54 +00:00
|
|
|
|
* Sat Jun 14 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.16-2
|
|
|
|
|
- Install guestfish colour prompts.
|
|
|
|
|
|
2014-06-14 06:42:04 +00:00
|
|
|
|
* Sat Jun 14 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.16-1
|
|
|
|
|
- New upstream version 1.27.16.
|
|
|
|
|
|
2014-06-11 14:48:03 +00:00
|
|
|
|
* Wed Jun 11 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.15-1
|
|
|
|
|
- New upstream version 1.27.15.
|
|
|
|
|
|
2014-06-07 03:41:54 +00:00
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.27.14-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
|
2014-05-30 20:52:25 +00:00
|
|
|
|
* Fri May 30 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.14-1
|
|
|
|
|
- New upstream version 1.27.14.
|
|
|
|
|
|
2014-05-25 12:20:29 +00:00
|
|
|
|
* Sun May 25 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.13-1
|
|
|
|
|
- New upstream version 1.27.13.
|
|
|
|
|
|
2014-05-23 14:34:47 +00:00
|
|
|
|
* Fri May 23 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.12-2
|
2014-05-23 14:22:38 +00:00
|
|
|
|
- New upstream version 1.27.12.
|
2014-05-23 14:34:47 +00:00
|
|
|
|
- Enable golang since it is now working on Rawhide.
|
|
|
|
|
- Fix golang installation again.
|
|
|
|
|
- Delete guestfs-p2v-iso(1) (internal documentation).
|
2014-05-23 14:22:38 +00:00
|
|
|
|
|
2014-05-16 16:02:17 +00:00
|
|
|
|
* Fri May 16 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.11-3
|
|
|
|
|
- Try re-enabling x86-64 tests.
|
|
|
|
|
Requires supermin >= 5.1.8-3 which supports xz-compressed kernel modules.
|
|
|
|
|
|
2014-05-16 14:10:10 +00:00
|
|
|
|
* Fri May 16 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.11-2
|
2014-05-16 13:26:55 +00:00
|
|
|
|
- New upstream version 1.27.11.
|
|
|
|
|
|
2014-05-16 07:27:03 +00:00
|
|
|
|
* Fri May 16 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.10-1
|
|
|
|
|
- New upstream version 1.27.10.
|
|
|
|
|
|
2014-05-08 14:18:18 +00:00
|
|
|
|
* Thu May 08 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.9-1
|
|
|
|
|
- New upstream version 1.27.9.
|
|
|
|
|
|
2014-05-03 08:33:28 +00:00
|
|
|
|
* Sat May 3 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.8-2
|
|
|
|
|
- Remove ruby(release) version. Fix for Ruby 2.1.
|
|
|
|
|
|
2014-05-02 13:56:30 +00:00
|
|
|
|
* Fri May 02 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.8-1
|
|
|
|
|
- New upstream version 1.27.8.
|
|
|
|
|
|
2014-04-26 21:00:33 +00:00
|
|
|
|
* Sat Apr 26 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.7-1
|
|
|
|
|
- New upstream version 1.27.7.
|
|
|
|
|
|
2014-04-22 16:16:13 +00:00
|
|
|
|
* Tue Apr 22 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.6-1
|
|
|
|
|
- New upstream version 1.27.6.
|
|
|
|
|
|
2014-04-16 18:54:40 +00:00
|
|
|
|
* Wed Apr 16 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.5-2
|
|
|
|
|
- Remove /var/run/libguestfs, which is not used.
|
|
|
|
|
|
2014-04-16 08:06:30 +00:00
|
|
|
|
* Wed Apr 16 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.5-1
|
|
|
|
|
- New upstream version 1.27.5.
|
|
|
|
|
|
2014-04-15 16:36:01 +00:00
|
|
|
|
* Tue Apr 15 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.4-1
|
|
|
|
|
- New upstream version 1.27.4.
|
|
|
|
|
|
2014-04-08 10:23:23 +00:00
|
|
|
|
* Tue Apr 8 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.3-3
|
|
|
|
|
- Re-enable virt-sparsify --in-place test, see:
|
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=1079210#c4
|
|
|
|
|
|
2014-04-07 19:27:27 +00:00
|
|
|
|
* Mon Apr 07 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.3-2
|
|
|
|
|
- Do not use rubygem-minitest. Temporary workaround, see:
|
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=1085029#c2
|
|
|
|
|
|
2014-04-06 19:30:46 +00:00
|
|
|
|
* Sun Apr 06 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.3-1
|
|
|
|
|
- New upstream version 1.27.3.
|
|
|
|
|
|
2014-03-31 21:41:44 +00:00
|
|
|
|
* Mon Mar 31 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.2-1
|
|
|
|
|
- New upstream version 1.27.2.
|
|
|
|
|
|
2014-03-28 14:34:40 +00:00
|
|
|
|
* Fri Mar 28 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.0-1
|
|
|
|
|
- New upstream version 1.27.0.
|
|
|
|
|
|
2014-03-26 13:33:01 +00:00
|
|
|
|
* Wed Mar 26 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.49-1
|
|
|
|
|
- New upstream version 1.25.49.
|
|
|
|
|
|
2014-03-25 12:55:35 +00:00
|
|
|
|
* Tue Mar 25 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.47-1
|
|
|
|
|
- New upstream version 1.25.47.
|
|
|
|
|
- Include new tool: virt-customize.
|
|
|
|
|
|
2014-03-20 18:31:58 +00:00
|
|
|
|
* Thu Mar 20 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.46-1
|
|
|
|
|
- New upstream version 1.25.46.
|
|
|
|
|
|
2014-03-20 14:08:35 +00:00
|
|
|
|
* Thu Mar 20 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.45-2
|
|
|
|
|
- Further split libguestfs appliance dependencies.
|
|
|
|
|
|
2014-03-17 08:14:46 +00:00
|
|
|
|
* Mon Mar 17 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.45-1
|
|
|
|
|
- New upstream version 1.25.45.
|
|
|
|
|
|
2014-03-14 10:13:49 +00:00
|
|
|
|
* Fri Mar 14 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.44-2
|
|
|
|
|
- Try to patch fstrim so it works in Koji/Rawhide.
|
|
|
|
|
|
2014-03-13 14:36:25 +00:00
|
|
|
|
* Thu Mar 13 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.44-1
|
|
|
|
|
- New upstream version 1.25.44.
|
|
|
|
|
|
2014-03-08 16:33:53 +00:00
|
|
|
|
* Sat Mar 08 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.43-1
|
|
|
|
|
- New upstream version 1.25.43.
|
|
|
|
|
|
2014-03-06 21:44:51 +00:00
|
|
|
|
* Thu Mar 06 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.42-1
|
|
|
|
|
- New upstream version 1.25.42.
|
|
|
|
|
|
2014-03-04 15:19:25 +00:00
|
|
|
|
* Tue Mar 04 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.41-1
|
|
|
|
|
- New upstream version 1.25.41.
|
|
|
|
|
|
2014-03-03 22:00:38 +00:00
|
|
|
|
* Mon Mar 03 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.40-1
|
2014-03-03 20:37:10 +00:00
|
|
|
|
- New upstream version 1.25.40.
|
|
|
|
|
|
2014-03-02 13:30:40 +00:00
|
|
|
|
* Sun Mar 02 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.39-2
|
2014-03-02 12:50:41 +00:00
|
|
|
|
- New upstream version 1.25.39.
|
|
|
|
|
|
2014-02-28 14:48:39 +00:00
|
|
|
|
* Fri Feb 28 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.38-4
|
|
|
|
|
- Disable hfsplus subpackage on arm & ppc.
|
|
|
|
|
- Disable zfs subpackage on arm.
|
|
|
|
|
- Disable tests on x86.
|
|
|
|
|
|
2014-02-27 08:42:54 +00:00
|
|
|
|
* Thu Feb 27 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.38-3
|
|
|
|
|
- Ensure dependencies needed by the daemon are added to base libguestfs.
|
|
|
|
|
|
2014-02-26 20:59:20 +00:00
|
|
|
|
* Wed Feb 26 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.38-2
|
|
|
|
|
- New upstream version 1.25.38.
|
|
|
|
|
- Requires new supermin 5.1.0.
|
|
|
|
|
- Split the dependencies into subpackages, at least for the less common
|
|
|
|
|
filesystem types.
|
|
|
|
|
- In the dependency generator, we can now generate ordinary dependencies!
|
|
|
|
|
|
2014-02-22 20:19:45 +00:00
|
|
|
|
* Sat Feb 22 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.37-2
|
2014-02-22 17:51:28 +00:00
|
|
|
|
- New upstream version 1.25.37.
|
2014-02-22 20:19:45 +00:00
|
|
|
|
- Disable tests on ARM because of RHBZ#1066581.
|
2014-02-22 17:51:28 +00:00
|
|
|
|
|
2014-02-18 15:14:57 +00:00
|
|
|
|
* Tue Feb 18 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.36-5
|
|
|
|
|
- Add upstream patches, workaround for libvirt on ARM / ppc64 bug.
|
2014-02-18 12:44:34 +00:00
|
|
|
|
- Run make quickcheck (and fail early) before doing full make check.
|
2014-02-18 11:09:41 +00:00
|
|
|
|
|
2014-02-17 14:30:50 +00:00
|
|
|
|
* Mon Feb 17 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.36-1
|
|
|
|
|
- New upstream version 1.25.36.
|
|
|
|
|
|
2014-02-16 22:23:49 +00:00
|
|
|
|
* Sun Feb 16 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.34-1
|
|
|
|
|
- Enable tests on i686 as both of the referenced bugs (RHBZ#998722 &
|
|
|
|
|
RHBZ#998692) are now supposed to be fixed.
|
2014-02-16 22:24:22 +00:00
|
|
|
|
- Enable tests on ARM as the bug (RHBZ#990258) is supposed to be fixed.
|
2014-02-16 22:23:49 +00:00
|
|
|
|
|
2014-02-13 16:11:53 +00:00
|
|
|
|
* Thu Feb 13 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.34-1
|
|
|
|
|
- New upstream version 1.25.34.
|
2014-02-14 21:06:54 +00:00
|
|
|
|
- Reenable tests as the kernel bug is fixed.
|
2014-02-13 16:11:53 +00:00
|
|
|
|
|
2014-02-05 18:18:16 +00:00
|
|
|
|
* Wed Feb 05 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.33-1
|
|
|
|
|
- New upstream version 1.25.33.
|
|
|
|
|
|
2014-02-04 13:40:50 +00:00
|
|
|
|
* Tue Feb 04 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.32-2
|
|
|
|
|
- Since Python package is not noarch, do not put Python files into
|
|
|
|
|
shared /usr/lib/python2.X/site-packages (RHBZ#1061155).
|
|
|
|
|
|
2014-02-04 11:50:36 +00:00
|
|
|
|
* Tue Feb 04 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.32-1
|
|
|
|
|
- New upstream version 1.25.32.
|
|
|
|
|
|
2014-01-29 08:46:28 +00:00
|
|
|
|
* Wed Jan 29 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.31-2
|
|
|
|
|
- virt-make-fs has been rewritten in C.
|
|
|
|
|
- qemu-img is now required by the core library (for guestfs_disk_create).
|
|
|
|
|
- perl(String::ShellQuote) is no longer used.
|
|
|
|
|
|
2014-01-29 07:20:36 +00:00
|
|
|
|
* Wed Jan 29 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.31-1
|
|
|
|
|
- New upstream version 1.25.31.
|
|
|
|
|
|
2014-01-25 16:46:37 +00:00
|
|
|
|
* Sat Jan 25 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.29-1
|
|
|
|
|
- New upstream version 1.25.29.
|
|
|
|
|
|
2014-01-24 10:08:47 +00:00
|
|
|
|
* Fri Jan 24 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.27-1
|
|
|
|
|
- New upstream version 1.25.27.
|
|
|
|
|
|
2014-01-22 21:37:27 +00:00
|
|
|
|
* Wed Jan 22 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.26-1
|
|
|
|
|
- New upstream version 1.25.26.
|
|
|
|
|
|
2014-01-22 15:54:57 +00:00
|
|
|
|
* Wed Jan 22 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.25-2
|
|
|
|
|
- Update to latest Fedora golang packaging draft.
|
|
|
|
|
- See: https://fedoraproject.org/wiki/PackagingDrafts/Go
|
|
|
|
|
|
2014-01-21 21:45:57 +00:00
|
|
|
|
* Tue Jan 21 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.25-1
|
|
|
|
|
- New upstream version 1.25.25.
|
|
|
|
|
|
2014-01-19 15:19:47 +00:00
|
|
|
|
* Sun Jan 19 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.24-1
|
|
|
|
|
- New upstream version 1.25.24.
|
|
|
|
|
|
2014-01-18 11:59:00 +00:00
|
|
|
|
* Sat Jan 18 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.23-1
|
|
|
|
|
- New upstream version 1.25.23.
|
|
|
|
|
|
2014-01-14 10:25:21 +00:00
|
|
|
|
* Tue Jan 14 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.21-1
|
|
|
|
|
- New upstream version 1.25.21.
|
|
|
|
|
|
2014-01-13 13:40:40 +00:00
|
|
|
|
* Mon Jan 13 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.20-1
|
|
|
|
|
- New upstream version 1.25.20.
|
|
|
|
|
|
2014-01-02 20:33:56 +00:00
|
|
|
|
* Thu Jan 02 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.19-1
|
|
|
|
|
- New upstream version 1.25.19.
|
|
|
|
|
|
2013-12-19 09:55:18 +00:00
|
|
|
|
* Thu Dec 19 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.18-1
|
|
|
|
|
- New upstream version 1.25.18.
|
|
|
|
|
|
2013-12-14 21:02:59 +00:00
|
|
|
|
* Sat Dec 14 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.15-1
|
|
|
|
|
- New upstream version 1.25.15.
|
|
|
|
|
|
2013-12-12 19:22:47 +00:00
|
|
|
|
* Thu Dec 12 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.14-1
|
|
|
|
|
- New upstream version 1.25.14.
|
|
|
|
|
|
2013-12-09 15:27:46 +00:00
|
|
|
|
* Mon Dec 09 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.13-1
|
|
|
|
|
- New upstream version 1.25.13.
|
|
|
|
|
|
2013-12-06 14:34:49 +00:00
|
|
|
|
* Fri Dec 06 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.12-3
|
|
|
|
|
- Build golang package only on x86 and ARM. The golang package in Fedora
|
|
|
|
|
uses the same ExclusiveArch. Thanks: Dan Horák.
|
|
|
|
|
|
2013-12-04 11:50:56 +00:00
|
|
|
|
* Wed Dec 04 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.12-2
|
|
|
|
|
- Rebuild for procps SONAME bump.
|
|
|
|
|
|
2013-12-02 19:02:16 +00:00
|
|
|
|
* Mon Dec 02 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.12-1
|
|
|
|
|
- New upstream version 1.25.12.
|
|
|
|
|
|
2013-11-25 20:18:37 +00:00
|
|
|
|
* Mon Nov 25 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.11-3
|
|
|
|
|
- Disable NBD test, buggy in qemu 1.7.0 (filed as RHBZ#1034433).
|
|
|
|
|
|
2013-11-24 22:12:14 +00:00
|
|
|
|
* Sat Nov 23 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.11-2
|
|
|
|
|
- Disable mdadm test, buggy in kernel 3.13 (filed as RHBZ#1033971).
|
|
|
|
|
|
2013-11-23 18:02:12 +00:00
|
|
|
|
* Sat Nov 23 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.11-1
|
|
|
|
|
- New upstream version 1.25.11.
|
|
|
|
|
|
2013-11-20 13:23:20 +00:00
|
|
|
|
* Wed Nov 20 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.8-2
|
|
|
|
|
- Rebuild to resolve broken dependency on krb libraries.
|
|
|
|
|
- Remove obsolete Obsoletes.
|
|
|
|
|
- Fix Source URL.
|
|
|
|
|
- Require java-headless instead of java:
|
|
|
|
|
https://fedoraproject.org/wiki/Changes/HeadlessJava
|
|
|
|
|
- Backport upstream patch to fix btrfs.
|
|
|
|
|
|
2013-11-14 20:41:38 +00:00
|
|
|
|
* Thu Nov 14 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.8-1
|
|
|
|
|
- New upstream version 1.25.8.
|
|
|
|
|
|
2013-11-09 13:55:21 +00:00
|
|
|
|
* Sat Nov 09 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.7-1
|
|
|
|
|
- New upstream version 1.25.7.
|
|
|
|
|
|
2013-11-05 20:02:24 +00:00
|
|
|
|
* Tue Nov 05 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.6-2
|
2013-11-05 19:14:47 +00:00
|
|
|
|
- New upstream version 1.25.6.
|
2013-11-05 20:02:24 +00:00
|
|
|
|
- Add virt-index-validate tool & man page.
|
2013-11-05 19:14:47 +00:00
|
|
|
|
|
2013-11-05 10:06:34 +00:00
|
|
|
|
* Tue Nov 05 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.3-2
|
|
|
|
|
- Remove patches, now upstream.
|
|
|
|
|
- +BR flex & bison, required by libguestfs >= 1.25.4.
|
2013-11-05 12:54:07 +00:00
|
|
|
|
- +BR xz-devel (for liblzma) to accelerate virt-builder in >= 1.25.5.
|
2013-11-05 10:06:34 +00:00
|
|
|
|
|
2013-11-01 17:54:29 +00:00
|
|
|
|
* Fri Nov 01 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.3-1
|
|
|
|
|
- New upstream version 1.25.3.
|
|
|
|
|
|
2013-10-30 14:24:57 +00:00
|
|
|
|
* Wed Oct 30 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.2-1
|
|
|
|
|
- New upstream version 1.25.2.
|
|
|
|
|
|
2013-10-26 14:18:27 +00:00
|
|
|
|
* Sat Oct 26 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.1-1
|
|
|
|
|
- New upstream version 1.25.1.
|
|
|
|
|
|
2013-10-22 20:20:57 +00:00
|
|
|
|
* Tue Oct 22 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.0-2
|
|
|
|
|
- Don't use versioned jar file (RHBZ#1022133).
|
|
|
|
|
|
2013-10-19 18:25:10 +00:00
|
|
|
|
* Sat Oct 19 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.0-1
|
|
|
|
|
- New upstream version 1.25.0.
|
|
|
|
|
|
2013-10-15 22:16:09 +00:00
|
|
|
|
* Tue Oct 15 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.33-1
|
|
|
|
|
- New upstream version 1.23.33.
|
|
|
|
|
|
2013-10-14 20:27:49 +00:00
|
|
|
|
* Mon Oct 14 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.32-1
|
|
|
|
|
- New upstream version 1.23.32.
|
|
|
|
|
|
2013-10-13 10:17:45 +00:00
|
|
|
|
* Sun Oct 13 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.31-1
|
|
|
|
|
- New upstream version 1.23.31.
|
|
|
|
|
|
2013-10-11 18:01:54 +00:00
|
|
|
|
* Fri Oct 11 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.30-1
|
|
|
|
|
- New upstream version 1.23.30.
|
|
|
|
|
|
2013-10-08 18:02:21 +00:00
|
|
|
|
* Tue Oct 08 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.28-1
|
|
|
|
|
- New upstream version 1.23.28.
|
|
|
|
|
|
2013-10-07 11:45:42 +00:00
|
|
|
|
* Mon Oct 07 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.27-1
|
|
|
|
|
- New upstream version 1.23.27.
|
|
|
|
|
|
2013-10-04 20:41:13 +00:00
|
|
|
|
* Fri Oct 4 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.25-1
|
2013-10-04 20:42:41 +00:00
|
|
|
|
- New upstream version 1.23.25.
|
2013-10-04 20:41:13 +00:00
|
|
|
|
- Add virt-builder and its dependencies.
|
|
|
|
|
|
2013-09-30 14:56:28 +00:00
|
|
|
|
* Mon Sep 30 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.23-2
|
2013-09-30 14:38:59 +00:00
|
|
|
|
- New upstream version 1.23.23.
|
2013-09-30 14:56:28 +00:00
|
|
|
|
- Remove patch which is now upstream.
|
2013-09-30 14:38:59 +00:00
|
|
|
|
|
2013-09-12 08:18:00 +00:00
|
|
|
|
* Thu Sep 12 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.22-2
|
|
|
|
|
- Add patch to debug parallel tests.
|
|
|
|
|
|
2013-09-11 10:38:50 +00:00
|
|
|
|
* Wed Sep 11 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.22-1
|
|
|
|
|
- New upstream version 1.23.22.
|
|
|
|
|
|
2013-09-09 16:20:11 +00:00
|
|
|
|
* Mon Sep 9 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.21-2
|
|
|
|
|
- Disable golang bindings on ppc64 (no golang package available).
|
|
|
|
|
|
2013-09-07 12:39:38 +00:00
|
|
|
|
* Sat Sep 7 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.21-1
|
|
|
|
|
- New upstream version 1.23.21.
|
|
|
|
|
- Remove patches which are now upstream.
|
2013-09-07 13:20:30 +00:00
|
|
|
|
- Requires supermin >= 4.1.5 (technically only on ARM for device tree
|
|
|
|
|
support, but might as well have it everywhere).
|
2013-09-07 12:39:38 +00:00
|
|
|
|
|
2013-09-03 11:55:01 +00:00
|
|
|
|
* Tue Sep 3 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.20-5
|
|
|
|
|
- Enable debugging messages in parallel virt-alignment-scan, virt-df
|
|
|
|
|
in order to debug possible race condition seen in Koji.
|
|
|
|
|
|
2013-09-02 21:45:10 +00:00
|
|
|
|
* Mon Sep 2 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.20-4
|
|
|
|
|
- Rebuild now that RHBZ#1003495 is supposed to be fixed.
|
2013-09-02 10:51:21 +00:00
|
|
|
|
|
2013-09-01 20:14:45 +00:00
|
|
|
|
* Sun Sep 1 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.20-2
|
2013-09-01 16:13:15 +00:00
|
|
|
|
- New upstream version 1.23.20.
|
|
|
|
|
|
2013-08-29 18:17:39 +00:00
|
|
|
|
* Thu Aug 29 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.19-1
|
|
|
|
|
- New upstream version 1.23.19.
|
|
|
|
|
- Remove 2 x patches which are upstream.
|
|
|
|
|
|
2013-08-29 07:56:52 +00:00
|
|
|
|
* Thu Aug 29 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.18-4
|
|
|
|
|
- Enable gzip-compressed appliance.
|
|
|
|
|
- Note this requires supermin >= 4.1.4.
|
|
|
|
|
|
2013-08-28 17:27:20 +00:00
|
|
|
|
* Wed Aug 28 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.18-3
|
|
|
|
|
- Fix javadoc location to use _javadocdir macro.
|
|
|
|
|
- Call ldconfig in java post and postun scripts.
|
|
|
|
|
- Do not explicitly depend on perl-devel.
|
|
|
|
|
- Compress the ChangeLog and *.xml files in devel package.
|
|
|
|
|
- Create new subpackage gobject-doc for the huge HTML documentation.
|
|
|
|
|
- Make javadoc, gobject-doc, bash-completion, man-pages-*, tools packages
|
|
|
|
|
'noarch'.
|
|
|
|
|
|
2013-08-19 21:43:30 +00:00
|
|
|
|
* Mon Aug 19 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.18-2
|
2013-08-19 18:42:15 +00:00
|
|
|
|
- New upstream version 1.23.18.
|
2013-08-19 21:43:30 +00:00
|
|
|
|
- Disable 32 bit x86 tests because of RHBZ#998722 & RHBZ#998692.
|
2013-08-19 18:42:15 +00:00
|
|
|
|
|
2013-08-15 07:28:54 +00:00
|
|
|
|
* Thu Aug 15 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.17-1
|
|
|
|
|
- New upstream version 1.23.17.
|
|
|
|
|
- Enable tests as cpu host-model is no longer used on TCG.
|
|
|
|
|
|
2013-08-13 20:20:18 +00:00
|
|
|
|
* Tue Aug 13 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.16-1
|
|
|
|
|
- New upstream version 1.23.16.
|
|
|
|
|
|
2013-08-12 07:25:54 +00:00
|
|
|
|
* Sun Aug 11 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.15-1
|
|
|
|
|
- New upstream version 1.23.15.
|
|
|
|
|
|
2013-08-06 17:17:14 +00:00
|
|
|
|
* Tue Aug 6 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.14-1
|
|
|
|
|
- New upstream version 1.23.14.
|
|
|
|
|
|
2013-08-04 15:24:16 +00:00
|
|
|
|
* Sun Aug 4 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.13-2
|
|
|
|
|
- Disable all tests because Rawhide kernel is broken (RHBZ#991808).
|
|
|
|
|
|
2013-08-03 12:26:00 +00:00
|
|
|
|
* Sat Aug 3 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.13-1
|
|
|
|
|
- New upstream version 1.23.13.
|
|
|
|
|
|
2013-08-02 03:42:08 +00:00
|
|
|
|
* Fri Aug 02 2013 Petr Pisar <ppisar@redhat.com> - 1:1.23.12-2
|
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
|
2013-07-30 18:22:08 +00:00
|
|
|
|
* Tue Jul 30 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.12-1
|
|
|
|
|
- New upstream version 1.23.12.
|
|
|
|
|
- Disable ARM tests because of libvirt error:
|
|
|
|
|
XML error: No PCI buses available [code=27 domain=10] (RHBZ#990258).
|
|
|
|
|
|
2013-07-30 11:11:31 +00:00
|
|
|
|
* Tue Jul 30 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.11-2
|
|
|
|
|
- Enable ARM builds (thanks Dan Berrange).
|
|
|
|
|
|
2013-07-29 08:58:32 +00:00
|
|
|
|
* Mon Jul 29 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.11-1
|
|
|
|
|
- New upstream version 1.23.11.
|
2013-07-29 08:58:32 +00:00
|
|
|
|
- +BR systemd-devel (for systemd journal processing).
|
|
|
|
|
- Disable ARM builds for now.
|
2013-07-29 08:58:32 +00:00
|
|
|
|
|
2013-07-23 12:23:32 +00:00
|
|
|
|
* Tue Jul 23 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.10-1
|
|
|
|
|
- New upstream version 1.23.10.
|
|
|
|
|
|
2013-07-19 10:13:33 +00:00
|
|
|
|
* Fri Jul 19 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.9-1
|
|
|
|
|
- New upstream version 1.23.9.
|
|
|
|
|
- Remove 5 x patches which are all upstream.
|
|
|
|
|
|
2013-07-11 20:57:42 +00:00
|
|
|
|
* Thu Jul 11 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.8-5
|
2013-07-11 12:03:59 +00:00
|
|
|
|
- Add patches to ./run so we capture errors when i686 tests time out.
|
2013-07-11 20:57:42 +00:00
|
|
|
|
- Include upstream patch to fix double-free if appliance
|
|
|
|
|
building fails (RHBZ#983218).
|
2013-07-11 12:03:59 +00:00
|
|
|
|
|
2013-07-09 13:14:34 +00:00
|
|
|
|
* Tue Jul 9 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.8-2
|
2013-07-09 11:53:12 +00:00
|
|
|
|
- New upstream version 1.23.8.
|
|
|
|
|
- Try enabling golang bindings.
|
2013-07-09 13:14:34 +00:00
|
|
|
|
- Add upstream patch to fix golang bindings.
|
2013-07-09 11:53:12 +00:00
|
|
|
|
|
2013-07-03 14:48:18 +00:00
|
|
|
|
* Wed Jul 3 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.7-1
|
|
|
|
|
- New upstream version 1.23.7.
|
|
|
|
|
- Disable golang bindings.
|
|
|
|
|
|
2013-06-27 07:56:49 +00:00
|
|
|
|
* Thu Jun 27 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.6-2
|
|
|
|
|
- Re-enable tests on i686, supposedly TCG problems are fixed
|
|
|
|
|
(RHBZ#857026 etc.).
|
|
|
|
|
|
2013-06-26 19:45:39 +00:00
|
|
|
|
* Wed Jun 26 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.6-1
|
|
|
|
|
- New upstream version 1.23.6.
|
|
|
|
|
|
2013-06-18 19:23:36 +00:00
|
|
|
|
* Tue Jun 18 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.5-1
|
|
|
|
|
- New upstream version 1.23.5.
|
|
|
|
|
- Fix hostname inspection because of change in Augeas (RHBZ#975412).
|
|
|
|
|
- Upstream libguestfs now requires Augeas >= 1.0.0.
|
|
|
|
|
- Kernel bug which affected mdadm is fixed (RHBZ#962079).
|
|
|
|
|
|
2013-06-14 14:37:38 +00:00
|
|
|
|
* Fri Jun 14 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.4-1
|
|
|
|
|
- New upstream version 1.23.4.
|
|
|
|
|
|
2013-06-10 20:52:25 +00:00
|
|
|
|
* Mon Jun 10 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.3-1
|
|
|
|
|
- New upstream version 1.23.3.
|
|
|
|
|
|
2013-06-05 13:28:01 +00:00
|
|
|
|
* Wed Jun 5 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.2-2
|
|
|
|
|
- libguestfs-devel should depend on an explicit version of
|
|
|
|
|
libguestfs-tools-c, in order that the latest package is pulled in.
|
|
|
|
|
|
2013-06-03 13:31:42 +00:00
|
|
|
|
* Mon Jun 3 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.2-1
|
|
|
|
|
- New upstream version 1.23.2.
|
|
|
|
|
|
2013-05-28 17:59:25 +00:00
|
|
|
|
* Tue May 28 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.1-1
|
|
|
|
|
- New upstream development branch 1.23.
|
|
|
|
|
- New upstream version 1.21.1.
|
|
|
|
|
|
2013-05-22 13:06:40 +00:00
|
|
|
|
* Tue May 21 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.40-3
|
2013-05-21 18:11:33 +00:00
|
|
|
|
- New upstream version 1.21.40.
|
|
|
|
|
|
2013-05-15 14:46:17 +00:00
|
|
|
|
* Wed May 15 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.39-1
|
|
|
|
|
- New upstream version 1.21.39.
|
|
|
|
|
|
2013-05-13 16:29:02 +00:00
|
|
|
|
* Mon May 13 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.38-2
|
|
|
|
|
- Bump and rebuild.
|
|
|
|
|
|
2013-05-11 15:58:34 +00:00
|
|
|
|
* Sat May 11 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.38-1
|
|
|
|
|
- New upstream version 1.21.38.
|
|
|
|
|
|
2013-05-09 09:26:31 +00:00
|
|
|
|
* Thu May 9 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.37-1
|
|
|
|
|
- New upstream version 1.21.37.
|
|
|
|
|
|
|
|
|
|
* Sun May 5 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.36-2
|
2013-05-05 19:34:19 +00:00
|
|
|
|
- Bump and rebuild.
|
|
|
|
|
|
2013-05-02 13:33:41 +00:00
|
|
|
|
* Thu May 2 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.36-1
|
|
|
|
|
- New upstream version 1.21.36.
|
|
|
|
|
|
2013-04-30 14:53:32 +00:00
|
|
|
|
* Tue Apr 30 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.35-1
|
|
|
|
|
- New upstream version 1.21.35.
|
|
|
|
|
|
2013-04-29 21:24:17 +00:00
|
|
|
|
* Mon Apr 29 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.34-2
|
2013-04-29 16:56:45 +00:00
|
|
|
|
- New upstream version 1.21.34.
|
|
|
|
|
|
2013-04-25 14:29:09 +00:00
|
|
|
|
* Thu Apr 25 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.33-1
|
|
|
|
|
- New upstream version 1.21.33.
|
|
|
|
|
|
2013-04-23 11:36:13 +00:00
|
|
|
|
* Tue Apr 23 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.32-1
|
|
|
|
|
- New upstream version 1.21.32.
|
|
|
|
|
- Fix stray backslash in spec file.
|
|
|
|
|
- Enable btrfs tests, since these are now stable enough not to fail usually.
|
|
|
|
|
- Skip gnulib tests which fail.
|
|
|
|
|
|
2013-04-17 08:30:18 +00:00
|
|
|
|
* Wed Apr 17 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.31-1
|
|
|
|
|
- New upstream version 1.21.31.
|
|
|
|
|
- Rebuild against new krb5 (RHBZ#953001).
|
|
|
|
|
|
2013-04-16 18:26:28 +00:00
|
|
|
|
* Tue Apr 16 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.30-1
|
|
|
|
|
- New upstream version 1.21.30.
|
|
|
|
|
|
2013-04-13 11:07:11 +00:00
|
|
|
|
* Sat Apr 13 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.29-1
|
|
|
|
|
- New upstream version 1.21.29.
|
|
|
|
|
|
2013-04-11 13:48:04 +00:00
|
|
|
|
* Thu Apr 11 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.28-3
|
|
|
|
|
- SYSLINUX only exists on x86 arches so make that dependency conditional
|
|
|
|
|
(thanks Dennis Gilmore).
|
|
|
|
|
|
2013-04-09 20:24:26 +00:00
|
|
|
|
* Tue Apr 9 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.28-2
|
2013-04-09 17:12:54 +00:00
|
|
|
|
- New upstream version 1.21.28.
|
|
|
|
|
- Change attach-method -> backend in a few places.
|
|
|
|
|
- Simplify make install section so it fits on a single page.
|
|
|
|
|
|
2013-04-04 20:58:15 +00:00
|
|
|
|
* Thu Apr 4 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.27-1
|
|
|
|
|
- New upstream version 1.21.27.
|
|
|
|
|
- Add new appliance BRs: syslinux, syslinux-extlinux.
|
|
|
|
|
- Add a dependency on libosinfo (partial fix for RHBZ#948324).
|
|
|
|
|
|
2013-04-02 19:24:18 +00:00
|
|
|
|
* Tue Apr 2 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.26-4
|
2013-04-02 13:32:10 +00:00
|
|
|
|
- New upstream version 1.21.26.
|
|
|
|
|
- Use ./configure --with-default-backend=.. instead of attach-method.
|
|
|
|
|
- Remove Sys::Guestfs::Lib (removed upstream).
|
|
|
|
|
- Detect if network is available.
|
|
|
|
|
libguestfs_buildnet macro no longer needed.
|
|
|
|
|
- Enable hardened build (-fPIE, RELRO).
|
|
|
|
|
- Remove BRs: ncurses-devel and versioned parted.
|
|
|
|
|
|
2013-03-30 23:12:40 +00:00
|
|
|
|
* Sat Mar 30 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.25-1
|
|
|
|
|
- New upstream version 1.21.25.
|
|
|
|
|
|
2013-03-29 21:51:25 +00:00
|
|
|
|
* Fri Mar 29 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.24-1
|
|
|
|
|
- New upstream version 1.21.24.
|
|
|
|
|
- Remove patches, now upstream.
|
|
|
|
|
|
2013-03-29 00:01:05 +00:00
|
|
|
|
* Fri Mar 29 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.23-3
|
|
|
|
|
- Add patch for broken 'file' command in Rawhide (RHBZ#928995).
|
|
|
|
|
|
2013-03-28 19:07:02 +00:00
|
|
|
|
* Thu Mar 28 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.23-2
|
2013-03-28 16:14:33 +00:00
|
|
|
|
- New upstream version 1.21.23.
|
2013-03-28 19:07:02 +00:00
|
|
|
|
- Remove 'Group' which is not required by modern RPM.
|
|
|
|
|
- Add patch to use new-style demand-loaded bash-completion scripts.
|
|
|
|
|
- Spin bash-completion scripts into a new libguestfs-bash-completion package.
|
2013-03-28 16:14:33 +00:00
|
|
|
|
|
2013-03-18 20:30:06 +00:00
|
|
|
|
* Mon Mar 18 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.22-1
|
|
|
|
|
- New upstream version 1.21.22.
|
|
|
|
|
|
2013-03-16 07:43:54 +00:00
|
|
|
|
* Sat Mar 16 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.21-2
|
|
|
|
|
- Set INSTALLDIRS on both make and make install rules.
|
|
|
|
|
|
2013-03-15 23:25:38 +00:00
|
|
|
|
* Fri Mar 15 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.21-1
|
|
|
|
|
- New upstream version 1.21.21.
|
|
|
|
|
- Remove ruby vendor patch.
|
|
|
|
|
|
2013-03-13 19:28:41 +00:00
|
|
|
|
* Wed Mar 13 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.20-1
|
|
|
|
|
- New upstream version 1.21.20.
|
|
|
|
|
- In Fedora 19, 'ruby(abi)' has been replaced by 'ruby(release)'
|
|
|
|
|
and the version of the ruby ABI/release is now 2.0.0.
|
|
|
|
|
|
2013-03-11 23:28:13 +00:00
|
|
|
|
* Mon Mar 11 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.19-1
|
|
|
|
|
- New upstream version 1.21.19.
|
|
|
|
|
|
2013-03-07 23:10:21 +00:00
|
|
|
|
* Thu Mar 7 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.18-1
|
|
|
|
|
- New upstream version 1.21.18.
|
|
|
|
|
|
2013-03-05 14:53:19 +00:00
|
|
|
|
* Tue Mar 5 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.17-1
|
|
|
|
|
- New upstream version 1.21.17.
|
|
|
|
|
- New program 'guestunmount'.
|
|
|
|
|
|
2013-03-01 16:48:03 +00:00
|
|
|
|
* Fri Mar 1 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.16-1
|
|
|
|
|
- New upstream version 1.21.16.
|
|
|
|
|
- Re-enable tests, since kernel patch is upstream.
|
|
|
|
|
|
2013-02-26 19:17:43 +00:00
|
|
|
|
* Tue Feb 26 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.15-1
|
|
|
|
|
- New upstream version 1.21.15.
|
|
|
|
|
|
2013-02-25 21:41:01 +00:00
|
|
|
|
* Mon Feb 25 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.14-2
|
2013-02-25 18:10:42 +00:00
|
|
|
|
- New upstream version 1.21.14.
|
2013-02-25 21:41:01 +00:00
|
|
|
|
- Disable tests because of Rawhide kernel bug that prevents booting.
|
2013-02-25 18:10:42 +00:00
|
|
|
|
|
2013-02-20 23:00:40 +00:00
|
|
|
|
* Wed Feb 20 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.13-1
|
|
|
|
|
- New upstream version 1.21.13.
|
|
|
|
|
|
2013-02-19 19:29:29 +00:00
|
|
|
|
* Tue Feb 19 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.12-1
|
|
|
|
|
- New upstream version 1.21.12.
|
|
|
|
|
- Remove patch, now upstream.
|
|
|
|
|
|
2013-02-14 22:18:47 +00:00
|
|
|
|
* Thu Feb 14 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.11-2
|
2013-02-14 18:25:00 +00:00
|
|
|
|
- New upstream version 1.21.11.
|
2013-02-14 22:18:47 +00:00
|
|
|
|
- Add experimental patch to capture stack trace of segfaults in the appliance.
|
2013-02-14 18:25:00 +00:00
|
|
|
|
|
2013-02-11 20:35:09 +00:00
|
|
|
|
* Mon Feb 11 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.10-1
|
|
|
|
|
- New upstream version 1.21.10.
|
|
|
|
|
|
2013-02-09 21:37:50 +00:00
|
|
|
|
* Sat Feb 9 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.9-1
|
|
|
|
|
- New upstream version 1.21.9.
|
|
|
|
|
|
|
|
|
|
* Thu Feb 7 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.8-2
|
2013-02-07 21:30:06 +00:00
|
|
|
|
- Bump and rebuild.
|
|
|
|
|
|
2013-02-05 20:22:37 +00:00
|
|
|
|
* Tue Feb 5 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.8-1
|
|
|
|
|
- New upstream version 1.21.8.
|
|
|
|
|
- Remove patch which is now upstream.
|
|
|
|
|
- 'febootstrap' with renamed to 'supermin' upstream.
|
|
|
|
|
. Depend on supermin >= 4.1.1.
|
|
|
|
|
. Use new --with-supermin-packager-config option.
|
|
|
|
|
|
2013-02-05 20:03:56 +00:00
|
|
|
|
* Tue Feb 5 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.7-4
|
2013-02-05 14:27:44 +00:00
|
|
|
|
- Skip set_label tests because of RHBZ#906777.
|
2013-02-05 20:03:56 +00:00
|
|
|
|
- Disable btrfs tests again because RHBZ#863978 is not fixed.
|
2013-02-05 14:27:44 +00:00
|
|
|
|
|
2013-02-04 17:30:18 +00:00
|
|
|
|
* Mon Feb 4 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.7-2
|
2013-02-04 13:11:17 +00:00
|
|
|
|
- New development version 1.21.7.
|
2013-02-04 17:30:18 +00:00
|
|
|
|
- Re-enable btrfs tests, apparently fixed upstream.
|
2013-02-04 13:11:17 +00:00
|
|
|
|
|
2013-01-28 19:26:04 +00:00
|
|
|
|
* Mon Jan 28 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.6-1
|
|
|
|
|
- New development version 1.21.6.
|
|
|
|
|
|
2013-01-26 15:12:46 +00:00
|
|
|
|
* Sat Jan 26 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.5-3
|
|
|
|
|
- Bump and rebuild.
|
|
|
|
|
|
2013-01-25 15:14:29 +00:00
|
|
|
|
* Fri Jan 25 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.5-2
|
|
|
|
|
- Bump and rebuild.
|
|
|
|
|
|
2013-01-21 22:54:36 +00:00
|
|
|
|
* Mon Jan 21 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.5-1
|
|
|
|
|
- New development version 1.21.5.
|
|
|
|
|
- Remove upstream patch.
|
|
|
|
|
|
2013-01-21 10:21:53 +00:00
|
|
|
|
* Mon Jan 21 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.4-3
|
|
|
|
|
- Add upstream patch to allow btrfs tests to be skipped.
|
|
|
|
|
- Skip btrfs tests because btrfs has been broken forever (RHBZ#863978).
|
|
|
|
|
|
2013-01-19 21:26:41 +00:00
|
|
|
|
* Sat Jan 19 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.4-2
|
|
|
|
|
- Depend on openjdk instead of java.
|
|
|
|
|
|
2013-01-18 13:16:55 +00:00
|
|
|
|
* Thu Jan 17 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.4-1
|
|
|
|
|
- New upstream version 1.21.4.
|
|
|
|
|
- Add libguestfs-gobject-1.0.pc.
|
|
|
|
|
- Remove automake 1.13 hack, fixed upstream.
|
|
|
|
|
- Add explicit dependency on libcap, needed by the appliance.
|
|
|
|
|
|
2013-01-17 12:52:24 +00:00
|
|
|
|
* Thu Jan 17 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.3-2
|
2013-01-17 10:59:38 +00:00
|
|
|
|
- New upstream version 1.21.3.
|
|
|
|
|
|
|
|
|
|
* Sat Jan 12 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.2-3
|
2013-01-12 00:45:07 +00:00
|
|
|
|
- Bump and rebuild.
|
|
|
|
|
|
2012-12-23 00:00:52 +00:00
|
|
|
|
* Sat Dec 22 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.2-2
|
2012-12-22 22:49:47 +00:00
|
|
|
|
- New upstream version 1.21.2.
|
2012-12-23 00:00:52 +00:00
|
|
|
|
- Use new --with-febootstrap-packager-config option.
|
2012-12-22 22:49:47 +00:00
|
|
|
|
|
2012-12-18 09:53:38 +00:00
|
|
|
|
* Mon Dec 17 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.1-3
|
|
|
|
|
- Remove all RHEL-specific hacks since I've now branched RHEL 7.
|
2012-12-18 09:57:22 +00:00
|
|
|
|
- Add BR gdisk.
|
2012-12-18 09:53:38 +00:00
|
|
|
|
|
2012-12-17 14:06:13 +00:00
|
|
|
|
* Mon Dec 17 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.1-2
|
2012-12-17 13:32:57 +00:00
|
|
|
|
- New upstream version 1.21.1 (development branch).
|
|
|
|
|
- Fix source URL.
|
2012-12-17 14:06:13 +00:00
|
|
|
|
- Rebase ruby site/vendor patch.
|
2012-12-17 14:33:24 +00:00
|
|
|
|
- Use 'make check -k' so we get to see all test failures at once.
|
|
|
|
|
- For RHEL 7:
|
|
|
|
|
* Do not depend on perl(Expect) (only needed to test virt-rescue).
|
|
|
|
|
* Depend on /usr/bin/qemu-img instead of qemu-img package, since the
|
|
|
|
|
package name (but not the binary) is different in RHEL 7.
|
|
|
|
|
* Add workaround for libvirt/KVM bug RHBZ#878406.
|
|
|
|
|
* Do not depend on libvirt-daemon-qemu.
|
2012-12-17 15:29:09 +00:00
|
|
|
|
* Do not depend on libldm (not yet in RHEL 7: RHBZ#887894).
|
2012-12-17 13:32:57 +00:00
|
|
|
|
|
2012-12-13 16:37:33 +00:00
|
|
|
|
* Thu Dec 13 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.20.0-1
|
|
|
|
|
- New upstream version 1.20.0.
|
|
|
|
|
- New source URL for this branch.
|
|
|
|
|
- Reconcile upstream packagelist, BRs and Requires lists.
|
|
|
|
|
- Requires newest SELinux policy so that SVirt works.
|
|
|
|
|
- Fix patch 2. Actually, remove and replace with a small script.
|
|
|
|
|
|
2012-12-01 15:00:36 +00:00
|
|
|
|
* Sat Dec 01 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.66-1
|
|
|
|
|
- New upstream version 1.19.66.
|
|
|
|
|
|
2012-11-30 09:42:55 +00:00
|
|
|
|
* Fri Nov 30 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.65-2
|
|
|
|
|
- Add a hack to work around glibc header bug <rpc/svc.h>.
|
|
|
|
|
|
2012-11-29 21:02:34 +00:00
|
|
|
|
* Thu Nov 29 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.65-1
|
|
|
|
|
- New upstream version 1.19.65.
|
|
|
|
|
|
2012-11-24 16:24:11 +00:00
|
|
|
|
* Sat Nov 24 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.64-1
|
|
|
|
|
- New upstream version 1.19.64.
|
|
|
|
|
|
2012-11-24 07:40:46 +00:00
|
|
|
|
* Sat Nov 24 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.63-3
|
|
|
|
|
- Re-add: Non-upstream patch to add the noapic flag on the kernel
|
|
|
|
|
command line on i386 only. This works around a bug in 32-bit qemu,
|
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=857026
|
|
|
|
|
|
2012-11-23 21:02:12 +00:00
|
|
|
|
* Fri Nov 23 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.63-2
|
|
|
|
|
- Remove non-upstream patch designed to work around
|
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=857026
|
|
|
|
|
to see if this has been fixed.
|
|
|
|
|
- Re-enable tests on i686 to see if
|
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=870042
|
|
|
|
|
has been fixed.
|
|
|
|
|
|
2012-11-23 18:51:10 +00:00
|
|
|
|
* Fri Nov 23 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.63-1
|
|
|
|
|
- New upstream version 1.19.63.
|
|
|
|
|
|
2012-11-20 20:48:09 +00:00
|
|
|
|
* Tue Nov 20 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.62-1
|
|
|
|
|
- New upstream version 1.19.62.
|
|
|
|
|
|
2012-11-19 15:35:57 +00:00
|
|
|
|
* Mon Nov 19 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.61-1
|
|
|
|
|
- New upstream version 1.19.61.
|
|
|
|
|
|
2012-11-17 21:33:59 +00:00
|
|
|
|
* Sat Nov 17 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.60-2
|
|
|
|
|
- Remove Lua bogus libtool *.la file.
|
|
|
|
|
|
2012-11-17 21:03:19 +00:00
|
|
|
|
* Sat Nov 17 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.60-1
|
|
|
|
|
- New upstream version 1.19.60.
|
|
|
|
|
|
2012-11-13 17:51:06 +00:00
|
|
|
|
* Tue Nov 13 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.59-1
|
|
|
|
|
- New upstream version 1.19.59.
|
|
|
|
|
|
2012-11-10 12:30:05 +00:00
|
|
|
|
* Sat Nov 10 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.58-1
|
|
|
|
|
- New upstream version 1.19.58.
|
|
|
|
|
|
2012-11-08 07:39:59 +00:00
|
|
|
|
* Thu Nov 08 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.57-1
|
|
|
|
|
- New upstream version 1.19.57.
|
|
|
|
|
|
2012-11-06 13:08:09 +00:00
|
|
|
|
* Tue Nov 06 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.56-3
|
|
|
|
|
- Add upstream patch to disable virt-format test, and disable
|
|
|
|
|
it because wipefs utility is broken.
|
|
|
|
|
|
2012-11-03 10:18:30 +00:00
|
|
|
|
* Sat Nov 03 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.56-2
|
|
|
|
|
- Add upstream patch to fix wipefs test.
|
|
|
|
|
|
2012-11-02 15:49:49 +00:00
|
|
|
|
* Fri Nov 02 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.56-1
|
|
|
|
|
- New upstream version 1.19.56.
|
|
|
|
|
|
2012-10-30 15:36:24 +00:00
|
|
|
|
* Tue Oct 30 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.55-1
|
|
|
|
|
- New upstream version 1.19.55.
|
|
|
|
|
|
2012-10-29 16:14:01 +00:00
|
|
|
|
* Mon Oct 29 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.54-1
|
|
|
|
|
- New upstream version 1.19.54.
|
|
|
|
|
|
2012-11-17 21:32:21 +00:00
|
|
|
|
* Wed Oct 24 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.53-3
|
2012-10-25 13:24:59 +00:00
|
|
|
|
- Disable tests on ix86 because qemu/kernel is broken (RHBZ#870042).
|
|
|
|
|
|
2012-10-24 10:19:35 +00:00
|
|
|
|
* Wed Oct 24 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.53-2
|
|
|
|
|
- Add upstream patch to fix guestfish tests.
|
|
|
|
|
|
2012-10-19 12:01:43 +00:00
|
|
|
|
* Fri Oct 19 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.53-1
|
|
|
|
|
- New upstream version 1.19.53.
|
|
|
|
|
|
2012-10-14 14:57:18 +00:00
|
|
|
|
* Sun Oct 14 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.52-1
|
|
|
|
|
- New upstream version 1.19.52.
|
|
|
|
|
|
2012-10-11 18:35:54 +00:00
|
|
|
|
* Thu Oct 11 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.51-1
|
|
|
|
|
- New upstream version 1.19.51.
|
|
|
|
|
|
2012-10-11 10:22:00 +00:00
|
|
|
|
* Thu Oct 11 2012 Petr Pisar <ppisar@redhat.com> - 1:1.19.50-2
|
|
|
|
|
- Correct perl dependencies
|
|
|
|
|
|
2012-10-11 08:35:25 +00:00
|
|
|
|
* Thu Oct 11 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.50-1
|
|
|
|
|
- New upstream version 1.19.50.
|
|
|
|
|
|
2012-10-10 10:18:46 +00:00
|
|
|
|
* Wed Oct 10 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.49-3
|
|
|
|
|
- Upstream patch to workaround btrfs problems with kernel 3.7.0.
|
|
|
|
|
|
2012-10-09 17:22:21 +00:00
|
|
|
|
* Tue Oct 09 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.49-2
|
|
|
|
|
- Install all libguestfs-live-service udev rules into /usr/lib/udev/rules.d.
|
|
|
|
|
|
2012-10-09 12:00:05 +00:00
|
|
|
|
* Tue Oct 09 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.49-1
|
|
|
|
|
- New upstream version 1.19.49.
|
|
|
|
|
|
2012-10-07 11:49:01 +00:00
|
|
|
|
* Sun Oct 07 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.48-1
|
|
|
|
|
- New upstream version 1.19.48.
|
|
|
|
|
|
2012-10-01 13:46:57 +00:00
|
|
|
|
* Mon Oct 01 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.46-1
|
|
|
|
|
- New upstream version 1.19.46.
|
|
|
|
|
|
2012-09-26 21:18:02 +00:00
|
|
|
|
* Wed Sep 26 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.45-1
|
|
|
|
|
- New upstream version 1.19.45.
|
|
|
|
|
|
2012-09-25 15:50:58 +00:00
|
|
|
|
* Tue Sep 25 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.44-2
|
|
|
|
|
- Enable sVirt (NB: requires libvirt >= 0.10.2-3, selinux-policy >= 3.11.1-23).
|
|
|
|
|
- Add upstream patch to label the custom $TMPDIR used in test-launch-race.
|
|
|
|
|
|
2012-09-24 18:25:20 +00:00
|
|
|
|
* Mon Sep 24 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.44-1
|
|
|
|
|
- New upstream version 1.19.44.
|
|
|
|
|
|
2012-09-22 09:59:50 +00:00
|
|
|
|
* Sat Sep 22 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.43-1
|
|
|
|
|
- New upstream version 1.19.43.
|
|
|
|
|
|
2012-09-18 07:37:05 +00:00
|
|
|
|
* Tue Sep 18 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.42-2
|
2012-09-17 23:40:27 +00:00
|
|
|
|
- New upstream version 1.19.42.
|
2012-09-18 07:37:05 +00:00
|
|
|
|
- Rebase sVirt (disable) patch.
|
2012-09-17 23:40:27 +00:00
|
|
|
|
|
2012-09-16 13:48:13 +00:00
|
|
|
|
* Sun Sep 16 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.41-1
|
|
|
|
|
- New upstream version 1.19.41.
|
|
|
|
|
|
2012-09-14 07:27:16 +00:00
|
|
|
|
* Fri Sep 14 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.40-3
|
|
|
|
|
- Add (non-upstream) patch to add the noapic flag on the kernel
|
|
|
|
|
command line on i386 only. This works around a bug in 32-bit qemu.
|
|
|
|
|
|
2012-09-12 21:05:22 +00:00
|
|
|
|
* Wed Sep 12 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.40-2
|
|
|
|
|
- Enable tests because RHBZ#853408 has been fixed in qemu-1.2.0-3.fc18.
|
|
|
|
|
|
2012-09-04 23:41:11 +00:00
|
|
|
|
* Wed Sep 05 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.40-1
|
|
|
|
|
- New upstream version 1.19.40.
|
|
|
|
|
|
2012-09-04 17:26:36 +00:00
|
|
|
|
* Tue Sep 04 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.39-1
|
|
|
|
|
- New upstream version 1.19.39.
|
|
|
|
|
|
2012-09-03 19:04:22 +00:00
|
|
|
|
* Mon Sep 03 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.38-1
|
|
|
|
|
- New upstream version 1.19.38.
|
|
|
|
|
|
2012-08-31 18:49:03 +00:00
|
|
|
|
* Fri Aug 31 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.37-1
|
|
|
|
|
- New upstream version 1.19.37.
|
|
|
|
|
|
2012-08-30 17:25:10 +00:00
|
|
|
|
* Thu Aug 30 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.36-2
|
2012-08-30 16:54:50 +00:00
|
|
|
|
- New upstream version 1.19.36.
|
2012-08-30 17:25:10 +00:00
|
|
|
|
- Require libvirt-daemon-qemu (for libvirt attach method).
|
2012-08-30 16:54:50 +00:00
|
|
|
|
|
2012-08-30 15:39:07 +00:00
|
|
|
|
* Thu Aug 30 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.36-1
|
2012-08-30 15:39:26 +00:00
|
|
|
|
- Switch to using libvirt as the backend for running the appliance. See:
|
|
|
|
|
https://www.redhat.com/archives/libguestfs/2012-August/msg00070.html
|
2012-08-30 15:39:07 +00:00
|
|
|
|
- Use configure RPM macro instead of ./configure.
|
|
|
|
|
|
2012-08-29 19:16:07 +00:00
|
|
|
|
* Wed Aug 29 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.35-1
|
|
|
|
|
- New upstream version 1.19.35.
|
|
|
|
|
|
2012-08-29 09:53:54 +00:00
|
|
|
|
* Wed Aug 29 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.34-2
|
|
|
|
|
- Add upstream patch to fix Perl bindtests on 32 bit.
|
|
|
|
|
|
2012-08-28 13:51:12 +00:00
|
|
|
|
* Tue Aug 28 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.34-1
|
|
|
|
|
- New upstream version 1.19.34.
|
|
|
|
|
|
2012-08-28 09:52:39 +00:00
|
|
|
|
* Tue Aug 28 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.33-1
|
|
|
|
|
- New upstream version 1.19.33.
|
|
|
|
|
|
2012-08-27 16:21:36 +00:00
|
|
|
|
* Mon Aug 27 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.33-3
|
|
|
|
|
- Fix Perl examples directory so we only include the examples.
|
|
|
|
|
- Add Java examples to java-devel RPM.
|
|
|
|
|
|
2012-08-21 14:31:01 +00:00
|
|
|
|
* Tue Aug 21 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.33-2
|
2012-08-21 13:50:04 +00:00
|
|
|
|
- New upstream version 1.19.33.
|
2012-08-21 14:31:01 +00:00
|
|
|
|
- Reenable tests.
|
2012-08-21 13:50:04 +00:00
|
|
|
|
|
2012-08-18 12:29:47 +00:00
|
|
|
|
* Sat Aug 18 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.32-1
|
|
|
|
|
- New upstream version 1.19.32.
|
|
|
|
|
|
2012-08-15 17:43:13 +00:00
|
|
|
|
* Wed Aug 15 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.31-1
|
|
|
|
|
- New upstream version 1.19.31.
|
|
|
|
|
|
2012-08-14 17:19:55 +00:00
|
|
|
|
* Tue Aug 14 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.30-1
|
|
|
|
|
- New upstream version 1.19.30.
|
|
|
|
|
|
2012-08-11 18:34:23 +00:00
|
|
|
|
* Sat Aug 11 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.29-2
|
2012-08-11 18:13:21 +00:00
|
|
|
|
- New upstream version 1.19.29.
|
2012-08-11 18:34:23 +00:00
|
|
|
|
- Remove RELEASE NOTES from doc section, and add equivalent man page.
|
2012-08-11 18:13:21 +00:00
|
|
|
|
|
2012-08-10 07:23:19 +00:00
|
|
|
|
* Fri Aug 10 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.28-4
|
|
|
|
|
- Bump and rebuild.
|
|
|
|
|
|
2012-08-02 19:18:58 +00:00
|
|
|
|
* Thu Aug 02 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.28-3
|
2012-08-02 18:03:08 +00:00
|
|
|
|
- New upstream version 1.19.28.
|
2012-08-02 18:31:26 +00:00
|
|
|
|
- Update libguestfs-find-requires to generate ordinary lib dependencies.
|
2012-08-02 18:03:08 +00:00
|
|
|
|
|
2012-08-01 13:09:41 +00:00
|
|
|
|
* Wed Aug 1 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.27-2
|
|
|
|
|
- Disable tests because of RHBZ#844485.
|
|
|
|
|
|
2012-07-30 19:09:15 +00:00
|
|
|
|
* Mon Jul 30 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.27-1
|
|
|
|
|
- New upstream version 1.19.27.
|
|
|
|
|
|
2012-07-26 21:08:05 +00:00
|
|
|
|
* Thu Jul 26 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.26-2
|
|
|
|
|
- Remove old RPM-isms like defattr.
|
|
|
|
|
- Add upstream patches to fix use of 'run' script in tests.
|
|
|
|
|
|
2012-07-26 18:53:33 +00:00
|
|
|
|
* Thu Jul 26 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.26-1
|
|
|
|
|
- New upstream version 1.19.26.
|
|
|
|
|
|
2012-07-24 15:07:03 +00:00
|
|
|
|
* Tue Jul 24 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.25-1
|
|
|
|
|
- New upstream version 1.19.25.
|
|
|
|
|
|
2012-07-23 22:03:03 +00:00
|
|
|
|
* Mon Jul 23 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.24-1
|
|
|
|
|
- New upstream version 1.19.24.
|
|
|
|
|
|
2012-07-22 15:06:29 +00:00
|
|
|
|
* Sun Jul 22 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.23-1
|
|
|
|
|
- New upstream version 1.19.23.
|
|
|
|
|
|
2012-07-20 07:37:33 +00:00
|
|
|
|
* Thu Jul 19 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.22-2
|
|
|
|
|
- Add upstream patch to skip mount-local test if /dev/fuse not writable.
|
|
|
|
|
|
2012-07-19 13:58:19 +00:00
|
|
|
|
* Thu Jul 19 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.22-1
|
|
|
|
|
- New upstream version 1.19.22.
|
|
|
|
|
|
2012-07-18 22:11:53 +00:00
|
|
|
|
* Wed Jul 18 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.21-1
|
|
|
|
|
- New upstream version 1.19.21.
|
|
|
|
|
|
2012-07-17 16:35:29 +00:00
|
|
|
|
* Tue Jul 17 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.20-1
|
|
|
|
|
- New upstream version 1.19.20.
|
|
|
|
|
|
2012-07-16 13:52:19 +00:00
|
|
|
|
* Mon Jul 16 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.19-1
|
|
|
|
|
- New upstream version 1.19.19.
|
|
|
|
|
|
2012-07-10 08:30:08 +00:00
|
|
|
|
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 1:1.19.18-2
|
|
|
|
|
- Perl 5.16 rebuild
|
|
|
|
|
|
2012-07-09 18:44:28 +00:00
|
|
|
|
* Mon Jul 09 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.18-1
|
|
|
|
|
- New upstream version 1.19.18.
|
|
|
|
|
|
2012-07-06 13:58:01 +00:00
|
|
|
|
* Fri Jul 06 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.17-1
|
|
|
|
|
- New upstream version 1.19.17.
|
|
|
|
|
|
2012-07-04 18:15:57 +00:00
|
|
|
|
* Wed Jul 04 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.16-1
|
|
|
|
|
- New upstream version 1.19.16.
|
|
|
|
|
|
2012-06-29 20:56:39 +00:00
|
|
|
|
* Fri Jun 29 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.15-1
|
|
|
|
|
- New upstream version 1.19.15.
|
|
|
|
|
|
2012-06-28 08:42:26 +00:00
|
|
|
|
* Thu Jun 28 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.14-1
|
|
|
|
|
- New upstream version 1.19.14.
|
|
|
|
|
|
2012-06-27 13:20:04 +00:00
|
|
|
|
* Wed Jun 27 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.13-2
|
2012-06-26 23:32:11 +00:00
|
|
|
|
- New upstream version 1.19.13.
|
2012-06-27 13:20:04 +00:00
|
|
|
|
- Add upstream patch to fix GObject/Javascript tests.
|
2012-06-26 23:32:11 +00:00
|
|
|
|
|
2012-06-26 15:13:32 +00:00
|
|
|
|
* Tue Jun 26 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.12-1
|
|
|
|
|
- New upstream version 1.19.12.
|
|
|
|
|
|
2012-06-25 11:10:37 +00:00
|
|
|
|
* Mon Jun 25 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.11-1
|
|
|
|
|
- New upstream version 1.19.11.
|
|
|
|
|
|
2012-06-22 21:49:57 +00:00
|
|
|
|
* Fri Jun 22 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.10-1
|
|
|
|
|
- New upstream version 1.19.10.
|
|
|
|
|
|
2012-06-18 16:42:44 +00:00
|
|
|
|
* Mon Jun 18 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.9-1
|
|
|
|
|
- New upstream version 1.19.9.
|
|
|
|
|
|
2012-06-14 16:14:53 +00:00
|
|
|
|
* Thu Jun 14 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.8-1
|
|
|
|
|
- New upstream version 1.19.8.
|
|
|
|
|
|
2012-06-14 08:58:45 +00:00
|
|
|
|
* Thu Jun 14 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.7-2
|
2012-06-13 23:10:42 +00:00
|
|
|
|
- New upstream version 1.19.7.
|
2012-06-14 08:58:45 +00:00
|
|
|
|
- Require febotstrap >= 3.17.
|
2012-06-13 23:10:42 +00:00
|
|
|
|
|
2012-11-17 21:32:21 +00:00
|
|
|
|
* Tue Jun 12 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.6-2
|
2012-06-13 10:20:41 +00:00
|
|
|
|
- Require febootstrap >= 3.16.
|
|
|
|
|
|
2012-06-12 22:50:34 +00:00
|
|
|
|
* Tue Jun 12 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.6-1
|
|
|
|
|
- New upstream version 1.19.6.
|
|
|
|
|
|
2012-06-12 22:03:22 +00:00
|
|
|
|
* Tue Jun 12 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.6-1
|
|
|
|
|
- New upstream version 1.19.6.
|
|
|
|
|
- This version defaults to using virtio-scsi.
|
|
|
|
|
- Requires qemu >= 1.0.
|
|
|
|
|
- Requires febootstrap >= 3.15.
|
|
|
|
|
|
2012-06-11 15:40:10 +00:00
|
|
|
|
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 1:1.19.5-2
|
|
|
|
|
- Perl 5.16 rebuild
|
|
|
|
|
|
2012-06-09 21:44:54 +00:00
|
|
|
|
* Sat Jun 09 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.5-1
|
|
|
|
|
- New upstream version 1.19.5.
|
|
|
|
|
|
2012-06-07 14:42:38 +00:00
|
|
|
|
* Thu Jun 07 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.4-1
|
|
|
|
|
- New upstream version 1.19.4.
|
|
|
|
|
|
2012-06-01 17:59:25 +00:00
|
|
|
|
* Fri Jun 01 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.3-2
|
2012-06-01 17:31:53 +00:00
|
|
|
|
- New upstream version 1.19.3.
|
2012-06-01 17:59:25 +00:00
|
|
|
|
- Remove patches which are now upstream.
|
2012-06-01 17:31:53 +00:00
|
|
|
|
|
2012-05-29 07:32:31 +00:00
|
|
|
|
* Tue May 29 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.2-3
|
|
|
|
|
- Remove obsolete list of bugs in make check rule.
|
|
|
|
|
- Remove some obsolete test workarounds.
|
|
|
|
|
- Disable i386 tests (because of RHBZ#825944).
|
|
|
|
|
|
2012-05-28 15:48:41 +00:00
|
|
|
|
* Mon May 28 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.2-2
|
|
|
|
|
- Include patches to fix udev.
|
|
|
|
|
|
2012-05-28 09:18:50 +00:00
|
|
|
|
* Mon May 28 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.2-1
|
|
|
|
|
- New upstream version 1.19.2.
|
|
|
|
|
|
2012-05-26 10:34:13 +00:00
|
|
|
|
* Sat May 26 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.1-1
|
|
|
|
|
- New upstream version 1.19.1.
|
|
|
|
|
|
2012-05-21 16:54:27 +00:00
|
|
|
|
* Mon May 21 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.19.0-1
|
|
|
|
|
- New upstream version 1.19.0.
|
|
|
|
|
|
2012-05-17 19:46:26 +00:00
|
|
|
|
* Thu May 17 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.43-1
|
|
|
|
|
- New upstream version 1.17.43.
|
|
|
|
|
|
2012-05-17 17:13:47 +00:00
|
|
|
|
* Thu May 17 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.42-4
|
|
|
|
|
- On RHEL 7 only, remove reiserfs-utils, zerofree.
|
|
|
|
|
|
2012-05-17 16:45:36 +00:00
|
|
|
|
* Thu May 17 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.42-3
|
|
|
|
|
- On RHEL 7 only, remove nilfs-utils.
|
|
|
|
|
|
2012-05-15 16:17:15 +00:00
|
|
|
|
* Tue May 15 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.42-2
|
|
|
|
|
- Bundled gnulib (RHBZ#821767).
|
|
|
|
|
|
2012-05-13 23:17:03 +00:00
|
|
|
|
* Mon May 14 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.42-1
|
|
|
|
|
- New upstream version 1.17.42.
|
|
|
|
|
|
2012-05-11 14:43:34 +00:00
|
|
|
|
* Fri May 11 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.41-1
|
|
|
|
|
- New upstream version 1.17.41.
|
|
|
|
|
|
2012-05-08 22:55:36 +00:00
|
|
|
|
* Tue May 08 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.40-1
|
|
|
|
|
- New upstream version 1.17.40.
|
|
|
|
|
|
2012-05-08 16:42:27 +00:00
|
|
|
|
* Tue May 8 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.39-3
|
|
|
|
|
- Disable hfsplus-tools on RHEL 7.
|
|
|
|
|
|
2012-05-03 22:38:34 +00:00
|
|
|
|
* Thu May 03 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.39-2
|
|
|
|
|
- BR perl-XML-XPath to run the new XML test.
|
|
|
|
|
|
2012-05-03 16:50:47 +00:00
|
|
|
|
* Thu May 03 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.39-1
|
|
|
|
|
- New upstream version 1.17.39.
|
|
|
|
|
|
2012-05-02 09:32:18 +00:00
|
|
|
|
* Wed May 02 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.38-3
|
|
|
|
|
- Remove explicit runtime deps for old virt-sysprep.
|
|
|
|
|
- Add explicit runtime dep on fuse (RHBZ#767852, thanks Pádraig Brady).
|
|
|
|
|
- Remove explicit versioned dep on glibc.
|
|
|
|
|
|
2012-05-01 23:05:39 +00:00
|
|
|
|
* Tue May 1 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1:1.17.38-2
|
|
|
|
|
- Update supported filesystems for ARM
|
|
|
|
|
|
2012-05-01 14:01:39 +00:00
|
|
|
|
* Tue May 01 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.38-1
|
|
|
|
|
- New upstream version 1.17.38.
|
|
|
|
|
|
|
|
|
|
* Tue May 01 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.37-2
|
|
|
|
|
- Add guestfs-faq(1) (FAQ is now a man page).
|
|
|
|
|
|
2012-05-01 09:37:40 +00:00
|
|
|
|
* Tue May 01 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.37-1
|
|
|
|
|
- New upstream version 1.17.37.
|
|
|
|
|
|
2012-04-27 08:15:32 +00:00
|
|
|
|
* Fri Apr 27 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.36-2
|
|
|
|
|
- Add upstream patch to fix installation of gobject headers.
|
|
|
|
|
|
2012-04-26 19:47:20 +00:00
|
|
|
|
* Thu Apr 26 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.36-1
|
|
|
|
|
- New upstream version 1.17.36.
|
|
|
|
|
|
2012-04-25 23:02:47 +00:00
|
|
|
|
* Thu Apr 26 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.35-1
|
|
|
|
|
- New upstream version 1.17.35.
|
|
|
|
|
|
2012-04-24 17:25:07 +00:00
|
|
|
|
* Tue Apr 24 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.34-1
|
|
|
|
|
- New upstream version 1.17.34.
|
|
|
|
|
|
2012-04-22 23:38:19 +00:00
|
|
|
|
* Mon Apr 23 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.33-1
|
|
|
|
|
- New upstream version 1.17.33.
|
|
|
|
|
|
2012-04-17 18:26:19 +00:00
|
|
|
|
* Tue Apr 17 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.32-1
|
|
|
|
|
- New upstream version 1.17.32.
|
|
|
|
|
|
2012-04-16 13:22:18 +00:00
|
|
|
|
* Mon Apr 16 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.31-1
|
|
|
|
|
- New upstream version 1.17.31.
|
|
|
|
|
|
2012-04-13 08:20:36 +00:00
|
|
|
|
* Fri Apr 13 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.30-1
|
|
|
|
|
- New upstream version 1.17.30.
|
|
|
|
|
|
2012-04-12 21:36:37 +00:00
|
|
|
|
* Thu Apr 12 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.29-1
|
|
|
|
|
- New upstream version 1.17.29.
|
|
|
|
|
|
2012-04-12 21:16:18 +00:00
|
|
|
|
* Thu Apr 12 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.28-2
|
|
|
|
|
- Enable ruby 1.9 patch in RHEL 7 (RHBZ#812139).
|
|
|
|
|
|
2012-04-12 07:27:43 +00:00
|
|
|
|
* Thu Apr 12 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.28-1
|
|
|
|
|
- New upstream version 1.17.28.
|
|
|
|
|
|
|
|
|
|
* Wed Apr 11 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.27-2
|
|
|
|
|
- Add guestfs-performance(1) manual page.
|
|
|
|
|
|
2012-04-10 22:14:48 +00:00
|
|
|
|
* Tue Apr 10 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.27-1
|
|
|
|
|
- New upstream version 1.17.27.
|
|
|
|
|
|
2012-04-03 13:40:15 +00:00
|
|
|
|
* Tue Apr 03 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.26-1
|
|
|
|
|
- New upstream version 1.17.26.
|
|
|
|
|
|
2012-04-02 19:13:15 +00:00
|
|
|
|
* Mon Apr 02 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.25-1
|
|
|
|
|
- New upstream version 1.17.25.
|
|
|
|
|
|
2012-04-01 16:30:57 +00:00
|
|
|
|
* Sun Apr 01 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.24-1
|
|
|
|
|
- New upstream version 1.17.24.
|
|
|
|
|
|
2012-04-01 09:24:39 +00:00
|
|
|
|
* Sun Apr 01 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.23-1
|
|
|
|
|
- New upstream version 1.17.23.
|
|
|
|
|
|
2012-11-17 21:32:21 +00:00
|
|
|
|
* Thu Mar 29 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.22-2
|
2012-03-30 20:10:28 +00:00
|
|
|
|
- Include all gobject header files.
|
|
|
|
|
- Include gtk-doc, and depend on the gtk-doc package at runtime.
|
|
|
|
|
|
2012-03-29 20:24:32 +00:00
|
|
|
|
* Thu Mar 29 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.22-1
|
|
|
|
|
- New upstream version 1.17.22.
|
|
|
|
|
|
2012-03-29 14:15:22 +00:00
|
|
|
|
* Thu Mar 29 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.21-2
|
|
|
|
|
- Bump and rebuild.
|
|
|
|
|
|
2012-03-21 14:40:35 +00:00
|
|
|
|
* Wed Mar 21 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.21-1
|
|
|
|
|
- New upstream version 1.17.21.
|
|
|
|
|
|
2012-03-19 12:44:38 +00:00
|
|
|
|
* Mon Mar 19 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.20-3
|
|
|
|
|
- Reenable LUKS, since RHBZ#804345 is reported to be fixed.
|
|
|
|
|
|
2012-03-18 10:50:06 +00:00
|
|
|
|
* Sun Mar 18 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.20-2
|
|
|
|
|
- Disable LUKS tests because LUKS is broken in Rawhide (RHBZ#804345).
|
|
|
|
|
|
2012-03-17 22:28:53 +00:00
|
|
|
|
* Sat Mar 17 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.20-1
|
|
|
|
|
- New upstream version 1.17.20.
|
|
|
|
|
|
|
|
|
|
* Sat Mar 17 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.19-2
|
|
|
|
|
- Add libguestfs-make-fixed-appliance (with man page).
|
|
|
|
|
|
2012-03-16 16:31:44 +00:00
|
|
|
|
* Fri Mar 16 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.19-1
|
|
|
|
|
- New upstream version 1.17.19.
|
|
|
|
|
|
2012-03-15 17:50:18 +00:00
|
|
|
|
* Thu Mar 15 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.18-1
|
|
|
|
|
- New upstream version 1.17.18.
|
|
|
|
|
|
2012-03-14 22:21:49 +00:00
|
|
|
|
* Wed Mar 14 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.17-1
|
|
|
|
|
- New upstream version 1.17.17.
|
|
|
|
|
|
2012-03-14 12:49:21 +00:00
|
|
|
|
* Wed Mar 14 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.16-2
|
|
|
|
|
- Bump and rebuild.
|
|
|
|
|
|
2012-03-13 09:51:38 +00:00
|
|
|
|
* Tue Mar 13 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.16-1
|
|
|
|
|
- New upstream version 1.17.16.
|
|
|
|
|
|
2012-03-12 13:39:26 +00:00
|
|
|
|
* Mon Mar 12 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.15-1
|
|
|
|
|
- New upstream version 1.17.15.
|
|
|
|
|
|
2012-03-09 19:13:32 +00:00
|
|
|
|
* Fri Mar 09 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.14-1
|
|
|
|
|
- New upstream version 1.17.14.
|
|
|
|
|
|
2012-03-08 19:19:40 +00:00
|
|
|
|
* Thu Mar 08 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.13-1
|
|
|
|
|
- New upstream version 1.17.13.
|
|
|
|
|
|
|
|
|
|
* Thu Mar 08 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.12-2
|
|
|
|
|
- Enable Japanese man pages, since these are in a better state upstream.
|
|
|
|
|
|
2012-03-07 20:04:28 +00:00
|
|
|
|
* Wed Mar 07 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.12-1
|
|
|
|
|
- New upstream version 1.17.12.
|
|
|
|
|
|
|
|
|
|
* Wed Mar 07 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.11-2
|
|
|
|
|
- Require netpbm-progs, icoutils. These are needed for icon generation
|
|
|
|
|
during inspection, but were not being pulled in before.
|
|
|
|
|
|
2012-03-05 11:20:48 +00:00
|
|
|
|
* Mon Mar 05 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.11-1
|
|
|
|
|
- New upstream version 1.17.11.
|
|
|
|
|
|
2012-03-03 20:31:45 +00:00
|
|
|
|
* Sat Mar 03 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.10-2
|
2012-03-03 20:17:49 +00:00
|
|
|
|
- New upstream version 1.17.10.
|
2012-03-03 20:31:45 +00:00
|
|
|
|
- Rebase Ruby patch against new libguestfs.
|
2012-03-03 20:17:49 +00:00
|
|
|
|
|
2012-02-29 19:25:41 +00:00
|
|
|
|
* Wed Feb 29 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.9-1
|
|
|
|
|
- New upstream version 1.17.9.
|
|
|
|
|
|
2012-02-15 21:43:07 +00:00
|
|
|
|
* Wed Feb 15 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.8-1
|
|
|
|
|
- New upstream version 1.17.8.
|
|
|
|
|
|
2012-02-13 15:43:56 +00:00
|
|
|
|
* Mon Feb 13 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.7-1
|
|
|
|
|
- New upstream version 1.17.7.
|
|
|
|
|
|
2012-02-10 15:28:34 +00:00
|
|
|
|
* Fri Feb 10 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.6-1
|
2012-02-10 14:53:49 +00:00
|
|
|
|
- +BR ruby-irb.
|
2012-02-10 15:01:52 +00:00
|
|
|
|
- Make virtio unconditional. It's been a very long time since disabling
|
|
|
|
|
virtio was a good idea.
|
2012-02-10 15:04:15 +00:00
|
|
|
|
- Disable some packages not available in RHEL 7.
|
2012-02-10 15:28:34 +00:00
|
|
|
|
- New upstream version 1.17.6.
|
2012-02-10 14:53:49 +00:00
|
|
|
|
|
2012-02-10 14:18:15 +00:00
|
|
|
|
* Fri Feb 10 2012 Petr Pisar <ppisar@redhat.com> - 1:1.17.5-3
|
|
|
|
|
- Rebuild against PCRE 8.30
|
|
|
|
|
|
2012-02-09 11:03:53 +00:00
|
|
|
|
* Thu Feb 9 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.5-2
|
|
|
|
|
- Rebuild with ruby(abi) = 1.9.1.
|
|
|
|
|
|
2012-02-08 15:25:49 +00:00
|
|
|
|
* Wed Feb 8 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.5-1
|
|
|
|
|
- New upstream version 1.17.5.
|
|
|
|
|
- Remove usrmove workaround patch, now upstream.
|
|
|
|
|
|
2012-02-08 11:30:40 +00:00
|
|
|
|
* Wed Feb 8 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.4-8
|
|
|
|
|
- Further Ruby 1.9 changes.
|
|
|
|
|
|
2012-02-07 13:30:25 +00:00
|
|
|
|
* Tue Feb 07 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.4-7
|
|
|
|
|
- Bump and rebuild for Ruby update.
|
|
|
|
|
|
2012-02-06 08:44:05 +00:00
|
|
|
|
* Mon Feb 6 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.4-6
|
2012-02-05 22:55:30 +00:00
|
|
|
|
- Add workaround for usrmove in Fedora.
|
2012-02-04 22:26:28 +00:00
|
|
|
|
|
2012-02-01 18:16:56 +00:00
|
|
|
|
* Wed Feb 1 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.4-1
|
|
|
|
|
- New upstream version 1.17.4.
|
|
|
|
|
- Remove patch now upstream.
|
|
|
|
|
|
2012-01-28 17:41:54 +00:00
|
|
|
|
* Sat Jan 28 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.3-2
|
2012-01-28 16:17:15 +00:00
|
|
|
|
- New upstream version 1.17.3.
|
|
|
|
|
- Remove patch now upstream.
|
2012-01-28 17:41:54 +00:00
|
|
|
|
- Add upstream patch to fix OCaml bytecode compilation.
|
2012-01-28 16:17:15 +00:00
|
|
|
|
|
2012-01-27 16:51:26 +00:00
|
|
|
|
* Fri Jan 27 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.2-3
|
|
|
|
|
- Upstream patch to work with udev >= 176.
|
|
|
|
|
|
2012-01-26 23:39:34 +00:00
|
|
|
|
* Thu Jan 26 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.2-2
|
2012-01-26 17:51:00 +00:00
|
|
|
|
- New upstream version 1.17.2.
|
|
|
|
|
- Use libdb-utils instead of old db4-utils.
|
|
|
|
|
- net-tools is no longer used; replaced by iproute (RHBZ#784647).
|
|
|
|
|
- Try re-enabling tests on i686.
|
|
|
|
|
|
2012-01-24 21:06:46 +00:00
|
|
|
|
* Tue Jan 24 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.1-1
|
|
|
|
|
- New upstream version 1.17.1.
|
|
|
|
|
|
2012-01-23 16:29:08 +00:00
|
|
|
|
* Mon Jan 23 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.16.0-1
|
|
|
|
|
- New upstream version 1.16.0.
|
|
|
|
|
- Remove patches which are now upstream.
|
|
|
|
|
- GObject: Move *.typelib file to base gobject package.
|
|
|
|
|
|
2012-01-22 13:02:28 +00:00
|
|
|
|
* Sun Jan 22 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.15.19-1
|
|
|
|
|
- New upstream version 1.15.19.
|
|
|
|
|
- +BR psmisc for the appliance.
|
|
|
|
|
- Includes GObject bindings in libguestfs-gobject and
|
|
|
|
|
libguestfs-gobject-devel subpackages.
|
|
|
|
|
- Include upstream patches for PHP 5.4.
|
|
|
|
|
|
2012-01-19 18:56:57 +00:00
|
|
|
|
* Thu Jan 19 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.15.18-1
|
|
|
|
|
- New upstream version 1.15.18.
|
|
|
|
|
|
2012-01-18 18:23:36 +00:00
|
|
|
|
* Wed Jan 18 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.15.17-1
|
|
|
|
|
- New upstream version 1.15.17.
|
|
|
|
|
- New tool: virt-format.
|
|
|
|
|
|
2012-01-10 19:06:31 +00:00
|
|
|
|
* Tue Jan 10 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.15.16-1
|
|
|
|
|
- New upstream version 1.15.16.
|
|
|
|
|
|
2012-01-08 21:55:29 +00:00
|
|
|
|
* Sun Jan 8 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.15.15-2
|
2012-01-08 21:24:34 +00:00
|
|
|
|
- New upstream version 1.15.15.
|
|
|
|
|
- Updated gnulib fixes builds with gcc 4.7.
|
2012-01-06 18:18:52 +00:00
|
|
|
|
- Rebuild for OCaml 3.12.1.
|
2012-01-08 21:55:29 +00:00
|
|
|
|
- Add explicit BR perl-hivex, required for various Perl virt tools.
|
2012-01-06 18:18:52 +00:00
|
|
|
|
|
2011-12-23 15:27:00 +00:00
|
|
|
|
* Fri Dec 23 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.15.14-1
|
|
|
|
|
- New upstream version 1.15.14.
|
|
|
|
|
- Remove three patches, now upstream.
|
|
|
|
|
|
2011-12-23 08:29:57 +00:00
|
|
|
|
* Thu Dec 22 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.15.13-4
|
2011-12-22 18:37:42 +00:00
|
|
|
|
- New upstream version 1.15.13.
|
|
|
|
|
- Fixes Security: Mitigate possible privilege escalation via SG_IO ioctl
|
|
|
|
|
(CVE-2011-4127, RHBZ#757071).
|
2011-12-23 08:29:57 +00:00
|
|
|
|
- Add three upstream patches to fix 'make check'.
|
2011-12-22 18:37:42 +00:00
|
|
|
|
|
2011-12-22 16:56:37 +00:00
|
|
|
|
* Thu Dec 22 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.15.12-1
|
|
|
|
|
- New upstream version 1.15.12.
|
|
|
|
|
|
2011-12-09 18:18:40 +00:00
|
|
|
|
* Fri Dec 9 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.15.11-1
|
|
|
|
|
- New upstream version 1.15.11.
|
|
|
|
|
|
2011-12-06 17:19:49 +00:00
|
|
|
|
* Tue Dec 6 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.15.10-1
|
|
|
|
|
- New upstream version 1.15.10.
|
|
|
|
|
- Remove patch, now upstream.
|
|
|
|
|
|
2011-12-03 14:41:58 +00:00
|
|
|
|
* Sat Dec 3 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.15.9-2
|
2011-12-03 13:05:25 +00:00
|
|
|
|
- New upstream version 1.15.9.
|
2011-12-03 14:41:58 +00:00
|
|
|
|
- Add upstream patch to fix Augeas library detection.
|
|
|
|
|
- Appliance explicitly requires libxml2 (because Augeas >= 0.10 requires it),
|
|
|
|
|
although it was implicitly included already.
|
2011-12-03 13:05:25 +00:00
|
|
|
|
|
2011-11-29 23:37:24 +00:00
|
|
|
|
* Tue Nov 29 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.15.8-1
|
|
|
|
|
- New upstream version 1.15.8.
|
|
|
|
|
|
2011-11-29 16:18:59 +00:00
|
|
|
|
* Tue Nov 29 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.15.7-1
|
|
|
|
|
- New upstream version 1.15.7.
|
|
|
|
|
|
2011-11-24 21:29:28 +00:00
|
|
|
|
* Thu Nov 24 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.15.6-1
|
|
|
|
|
- New upstream version 1.15.6.
|
|
|
|
|
|
2011-11-21 13:57:54 +00:00
|
|
|
|
* Mon Nov 21 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.15.5-1
|
|
|
|
|
- New upstream version 1.15.5.
|
|
|
|
|
- Add guestfs-testing(1) man page.
|
|
|
|
|
|
2011-11-17 16:21:19 +00:00
|
|
|
|
* Thu Nov 17 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.15.4-2
|
2011-11-17 15:01:27 +00:00
|
|
|
|
- New upstream version 1.15.4.
|
|
|
|
|
- Remove patch which is now upstream.
|
2011-11-24 21:29:28 +00:00
|
|
|
|
- libguestfs_jni.a is no longer built.
|
2011-11-17 15:01:27 +00:00
|
|
|
|
|
2011-11-11 17:29:42 +00:00
|
|
|
|
* Fri Nov 11 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.15.3-3
|
|
|
|
|
- Add upstream patch to disable part of virt-df test.
|
2011-11-11 13:32:14 +00:00
|
|
|
|
|
2011-11-10 10:57:54 +00:00
|
|
|
|
* Thu Nov 10 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.15.3-1
|
|
|
|
|
- New upstream version 1.15.3.
|
|
|
|
|
- Fix list of BuildRequires so they precisely match the appliance.
|
|
|
|
|
|
2011-11-03 14:51:54 +00:00
|
|
|
|
* Thu Nov 3 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.15.2-1
|
|
|
|
|
- New upstream version 1.15.2.
|
|
|
|
|
- ocaml-pcre is no longer required for virt-resize.
|
|
|
|
|
- xmlstarlet is no longer required for virt-sysprep.
|
|
|
|
|
|
2011-11-01 15:13:57 +00:00
|
|
|
|
* Tue Nov 1 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.15.1-1
|
|
|
|
|
- New upstream version 1.15.1.
|
|
|
|
|
|
2012-12-13 20:04:20 +00:00
|
|
|
|
* Fri Oct 28 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.15.0-1
|
2011-10-27 15:42:31 +00:00
|
|
|
|
- Stable branch 1.14.0 was released. This is the new development
|
|
|
|
|
branch version 1.15.0.
|
|
|
|
|
|
2011-10-26 21:08:42 +00:00
|
|
|
|
* Wed Oct 26 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.26-1
|
|
|
|
|
- New upstream version 1.13.26.
|
|
|
|
|
|
2011-10-26 13:55:07 +00:00
|
|
|
|
* Wed Oct 26 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.25-1
|
|
|
|
|
- New upstream version 1.13.25.
|
|
|
|
|
|
2011-10-24 16:55:06 +00:00
|
|
|
|
* Mon Oct 24 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.24-1
|
|
|
|
|
- New upstream version 1.13.24.
|
|
|
|
|
- This version includes upstream workarounds for broken qemu, so both
|
|
|
|
|
non-upstream patches have now been removed from Fedora.
|
|
|
|
|
|
2011-10-21 08:16:36 +00:00
|
|
|
|
* Fri Oct 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1:1.13.23-1.1
|
|
|
|
|
- rebuild with new gmp without compat lib
|
|
|
|
|
|
2011-10-20 22:38:49 +00:00
|
|
|
|
* Thu Oct 20 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.23-1
|
|
|
|
|
- New upstream version 1.13.23.
|
|
|
|
|
|
2011-10-19 17:22:03 +00:00
|
|
|
|
* Wed Oct 19 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.22-2
|
2011-10-19 17:02:01 +00:00
|
|
|
|
- New upstream version 1.13.22.
|
|
|
|
|
- Remove 3x upstream patches.
|
|
|
|
|
- Renumber the two remaining non-upstream patches as patch0, patch1.
|
2011-10-19 17:22:03 +00:00
|
|
|
|
- Rebase patch1.
|
2011-10-19 17:02:01 +00:00
|
|
|
|
|
2011-10-17 09:02:19 +00:00
|
|
|
|
* Mon Oct 17 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.21-4
|
|
|
|
|
- Add upstream patch to skip FUSE tests if there is no /dev/fuse.
|
|
|
|
|
This allows us also to remove the Fedora-specific patch which
|
|
|
|
|
disabled these tests before.
|
|
|
|
|
|
2011-10-15 16:51:52 +00:00
|
|
|
|
* Sat Oct 15 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.21-3
|
|
|
|
|
- Add upstream patch to fix virt-sysprep test.
|
|
|
|
|
|
2011-10-14 21:10:06 +00:00
|
|
|
|
* Fri Oct 14 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.21-2
|
2011-10-14 15:26:47 +00:00
|
|
|
|
- New upstream version 1.13.21.
|
|
|
|
|
- Move virt-sysprep to libguestfs-tools, to avoid pulling in extra
|
|
|
|
|
dependencies for RHEV-H. This tool is not likely to be useful
|
|
|
|
|
for RHEV-H in its current form anyway.
|
|
|
|
|
- Change BR cryptsetup-luks -> cryptsetup since that package changed.
|
|
|
|
|
|
2011-10-12 00:00:30 +00:00
|
|
|
|
* Wed Oct 12 2011 Peter Schiffer <pschiffe@redhat.com> - 1:1.13.20-1.1
|
|
|
|
|
- rebuild with new gmp
|
|
|
|
|
|
2011-10-11 20:34:23 +00:00
|
|
|
|
* Tue Oct 11 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.20-1
|
|
|
|
|
- New upstream version 1.13.20.
|
|
|
|
|
|
2011-10-08 13:51:52 +00:00
|
|
|
|
* Sat Oct 8 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.19-1
|
|
|
|
|
- New upstream version 1.13.19.
|
|
|
|
|
- New tool: virt-sysprep.
|
|
|
|
|
- Remove the old guestfish and libguestfs-mount packages, and put these
|
|
|
|
|
tools into libguestfs-tools. This change is long overdue, but is also
|
|
|
|
|
necessitated by the new virt-sysprep tool. This new tool would pull
|
|
|
|
|
in guestfish anyway, so having separate packages makes no sense.
|
|
|
|
|
- Remove old obsoletes for virt-cat, virt-df, virt-df2 and virt-inspector,
|
|
|
|
|
since those packages existed only in much older Fedora.
|
|
|
|
|
|
2011-10-05 17:49:46 +00:00
|
|
|
|
* Wed Oct 5 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.18-1
|
|
|
|
|
- New upstream version 1.13.18.
|
|
|
|
|
- New tool: virt-alignment-scan.
|
|
|
|
|
|
2011-10-04 18:48:36 +00:00
|
|
|
|
* Tue Oct 4 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.17-1
|
|
|
|
|
- New upstream version 1.13.17.
|
|
|
|
|
- New tool: virt-sparsify.
|
|
|
|
|
|
2011-10-01 13:48:56 +00:00
|
|
|
|
* Sat Oct 1 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.16-1
|
|
|
|
|
- New upstream version 1.13.16.
|
|
|
|
|
|
2011-09-29 13:18:34 +00:00
|
|
|
|
* Thu Sep 29 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.15-2
|
|
|
|
|
- Rearrange description to make it clearer.
|
|
|
|
|
- virt-resize was written in OCaml. Move it to libguestfs-tools-c
|
|
|
|
|
subpackage since it doesn't require Perl.
|
|
|
|
|
|
2011-09-28 21:17:06 +00:00
|
|
|
|
* Wed Sep 28 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.15-1
|
|
|
|
|
- New upstream version 1.13.15.
|
|
|
|
|
- Add lzop program to the appliance (for compress-out API).
|
|
|
|
|
- Remove upstream patch.
|
|
|
|
|
|
2011-09-26 12:37:47 +00:00
|
|
|
|
* Mon Sep 26 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.14-2
|
|
|
|
|
- Upstream patch to fix timer check failures during boot (RHBZ#502058).
|
|
|
|
|
|
2011-09-24 21:34:15 +00:00
|
|
|
|
* Sat Sep 24 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.14-1
|
|
|
|
|
- New upstream version 1.13.14.
|
|
|
|
|
|
|
|
|
|
* Wed Sep 21 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.13-1
|
2011-09-21 14:35:17 +00:00
|
|
|
|
- Add Erlang bindings in erlang-libguestfs subpackage.
|
|
|
|
|
- Remove upstream patch.
|
|
|
|
|
|
2011-09-16 07:14:35 +00:00
|
|
|
|
* Fri Sep 16 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.12-4
|
2011-09-15 17:47:03 +00:00
|
|
|
|
- Don't require grub. See RHBZ#737261.
|
|
|
|
|
- Note this (hopefully temporarily) breaks guestfs_grub_install API.
|
2011-09-15 21:06:22 +00:00
|
|
|
|
- Include upstream patch to add guestfs_grub_install into an optional group.
|
2011-09-15 17:47:03 +00:00
|
|
|
|
|
2011-09-14 17:58:03 +00:00
|
|
|
|
* Wed Sep 14 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.12-1
|
|
|
|
|
- New upstream version 1.13.12.
|
|
|
|
|
|
2011-09-01 14:04:53 +00:00
|
|
|
|
* Thu Sep 1 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.11-1
|
|
|
|
|
- New upstream version 1.13.11.
|
|
|
|
|
|
2011-08-30 17:44:06 +00:00
|
|
|
|
* Tue Aug 30 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.10-2
|
|
|
|
|
- Remove MAKEDEV dependency (RHBZ#727247).
|
|
|
|
|
|
2011-08-28 17:12:31 +00:00
|
|
|
|
* Sun Aug 28 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.10-1
|
|
|
|
|
- New upstream version 1.13.10.
|
|
|
|
|
|
2011-08-26 22:25:31 +00:00
|
|
|
|
* Fri Aug 26 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.9-1
|
|
|
|
|
- New upstream version 1.13.9.
|
|
|
|
|
|
2011-08-26 11:24:02 +00:00
|
|
|
|
* Fri Aug 26 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.8-1
|
|
|
|
|
- New upstream version 1.13.8.
|
|
|
|
|
- Static python library is no longer built, so don't rm it.
|
|
|
|
|
|
2011-08-23 20:49:43 +00:00
|
|
|
|
* Tue Aug 23 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.7-1
|
|
|
|
|
- New upstream version 1.13.7.
|
|
|
|
|
- configure --with-extra version string contains Fedora release.
|
|
|
|
|
- Build with make V=1 to display full compile commands.
|
|
|
|
|
- Remove /usr/sbin PATH setting, not used for a very long time.
|
|
|
|
|
|
2011-08-19 11:57:25 +00:00
|
|
|
|
* Fri Aug 19 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.6-2
|
2011-08-19 11:13:35 +00:00
|
|
|
|
- New upstream version 1.13.6.
|
2011-08-19 11:57:25 +00:00
|
|
|
|
- Rebase non-upstream patch to fix qemu -machine option.
|
2011-08-19 11:13:35 +00:00
|
|
|
|
|
2011-08-17 12:56:09 +00:00
|
|
|
|
* Wed Aug 17 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.5-1
|
|
|
|
|
- New upstream version 1.13.5.
|
|
|
|
|
|
2011-08-11 22:16:32 +00:00
|
|
|
|
* Thu Aug 11 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.4-1
|
|
|
|
|
- New upstream version 1.13.4.
|
|
|
|
|
|
2011-08-08 11:56:05 +00:00
|
|
|
|
* Mon Aug 8 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.3-4
|
2011-08-07 23:38:24 +00:00
|
|
|
|
- New upstream version 1.13.3.
|
2011-08-08 11:56:05 +00:00
|
|
|
|
- 'test-getlogin_r.c:55: assertion failed' test must now be fixed in
|
|
|
|
|
gnulib/tests directory instead of daemon/tests (the latter directory
|
|
|
|
|
no longer exists).
|
2011-08-08 11:27:30 +00:00
|
|
|
|
- Only run testsuite on x86_64 because of qemu bug.
|
2011-08-07 23:38:24 +00:00
|
|
|
|
|
2011-08-02 12:43:46 +00:00
|
|
|
|
* Tue Aug 2 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.2-3
|
2011-08-02 11:41:56 +00:00
|
|
|
|
- Switch Rawhide to use the new development branch (1.13).
|
|
|
|
|
- New upstream version 1.13.2.
|
|
|
|
|
- Remove upstream patch.
|
2011-08-02 11:53:51 +00:00
|
|
|
|
- Ensure config.log is printed, even in the error case.
|
2011-08-02 11:41:56 +00:00
|
|
|
|
|
2011-07-26 18:05:40 +00:00
|
|
|
|
* Tue Jul 26 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.12.1-4
|
2011-07-26 16:17:16 +00:00
|
|
|
|
- New upstream stable branch version 1.12.1.
|
2011-07-26 17:50:09 +00:00
|
|
|
|
- Remove 5 x upstream patches.
|
2011-07-26 17:56:16 +00:00
|
|
|
|
- Add non-upstream patch to deal with broken qemu -machine option.
|
2011-07-26 18:05:40 +00:00
|
|
|
|
- Add upstream patch to fix segfault in OCaml bindings.
|
2011-07-26 16:17:16 +00:00
|
|
|
|
|
2011-07-26 09:45:53 +00:00
|
|
|
|
* Tue Jul 26 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.12.0-11
|
|
|
|
|
- Bump and rebuild.
|
|
|
|
|
|
2011-07-22 10:00:56 +00:00
|
|
|
|
* Fri Jul 22 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.12.0-10
|
|
|
|
|
- Rebuild against fixed hivex 1.2.7-7 in dist-f16-perl.
|
|
|
|
|
|
2011-07-21 17:03:03 +00:00
|
|
|
|
* Thu Jul 21 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.12.0-9
|
|
|
|
|
- Attempt rebuild in dist-f16-perl.
|
|
|
|
|
|
2011-07-21 16:42:38 +00:00
|
|
|
|
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 1:1.12.0-8
|
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
|
2011-07-21 09:52:59 +00:00
|
|
|
|
* Thu Jul 21 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.12.0-4
|
2011-07-21 09:24:32 +00:00
|
|
|
|
- Disable tests, use quickcheck, because of RHBZ#723555, RHBZ#723822.
|
|
|
|
|
|
2011-07-20 17:52:05 +00:00
|
|
|
|
* Wed Jul 20 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.12.0-2
|
|
|
|
|
- Readd patch to fix virtio-serial test for qemu 0.15.
|
|
|
|
|
|
2011-07-20 15:25:29 +00:00
|
|
|
|
* Wed Jul 20 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.12.0-1
|
|
|
|
|
- New stable version 1.12.0 for Fedora 16.
|
|
|
|
|
- Remove upstream patch.
|
|
|
|
|
- Disable tests on i686 (because of RHBZ#723555).
|
|
|
|
|
|
2011-07-20 09:59:04 +00:00
|
|
|
|
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 1:1.11.20-3
|
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
|
2011-07-19 18:51:05 +00:00
|
|
|
|
* Tue Jul 19 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.20-2
|
|
|
|
|
- Add upstream patch to fix virtio-serial test for qemu 0.15.
|
|
|
|
|
|
2011-07-19 18:12:46 +00:00
|
|
|
|
* Tue Jul 19 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.20-1
|
|
|
|
|
- New upstream version 1.11.20.
|
|
|
|
|
- Replace standard README file with one suited for Fedora.
|
|
|
|
|
- Add guestfs-java(3) manpage to libguestfs-java-devel package.
|
|
|
|
|
|
2011-07-18 12:02:56 +00:00
|
|
|
|
* Mon Jul 18 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.19-1
|
|
|
|
|
- New upstream version 1.11.19.
|
|
|
|
|
- Remove upstream patch.
|
|
|
|
|
- Add Ukrainian (uk) man pages subpackage.
|
|
|
|
|
|
2011-07-15 21:12:13 +00:00
|
|
|
|
* Fri Jul 15 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.18-2
|
|
|
|
|
- Add upstream patch to fix regression test.
|
|
|
|
|
|
2011-07-15 16:53:58 +00:00
|
|
|
|
* Fri Jul 15 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.18-1
|
|
|
|
|
- New upstream version 1.11.18.
|
|
|
|
|
- Force febootstrap >= 3.7 which contains a fix for latest Rawhide.
|
|
|
|
|
- Use --enable-install-daemon to install guestfsd.
|
|
|
|
|
|
2011-07-14 14:04:18 +00:00
|
|
|
|
* Thu Jul 14 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.17-1
|
|
|
|
|
- New upstream version 1.11.17.
|
|
|
|
|
|
2011-07-13 15:28:40 +00:00
|
|
|
|
* Wed Jul 13 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.16-1
|
|
|
|
|
- New upstream version 1.11.16.
|
|
|
|
|
|
2011-07-12 21:49:08 +00:00
|
|
|
|
* Tue Jul 12 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.15-1
|
|
|
|
|
- New upstream version 1.11.15.
|
|
|
|
|
|
2011-07-06 16:29:46 +00:00
|
|
|
|
* Wed Jul 6 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.14-1
|
|
|
|
|
- New upstream version 1.11.14.
|
|
|
|
|
|
2011-07-06 11:22:35 +00:00
|
|
|
|
* Wed Jul 6 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.13-3
|
|
|
|
|
- Further updates to libguestfs-live-service after feedback from
|
|
|
|
|
Dan Berrange and Lennart Poettering.
|
|
|
|
|
|
2011-07-05 16:15:36 +00:00
|
|
|
|
* Tue Jul 5 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.13-2
|
|
|
|
|
- Add libguestfs-live-service subpackage. This can be installed in
|
|
|
|
|
virtual machines in order to enable safe editing of files in running
|
|
|
|
|
guests (eg. guestfish --live).
|
|
|
|
|
|
2011-06-30 15:27:01 +00:00
|
|
|
|
* Thu Jun 30 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.13-1
|
|
|
|
|
- New upstream version 1.11.13.
|
|
|
|
|
|
2011-06-29 13:45:07 +00:00
|
|
|
|
* Wed Jun 29 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.12-3
|
|
|
|
|
- Bump and rebuild for parted 3.0.
|
|
|
|
|
- Depend on fixed parted >= 3.0-2.
|
2011-06-29 12:27:48 +00:00
|
|
|
|
|
2011-06-28 19:20:07 +00:00
|
|
|
|
* Tue Jun 28 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.12-1
|
|
|
|
|
- New upstream version 1.11.12.
|
|
|
|
|
|
2011-06-21 12:45:19 +00:00
|
|
|
|
* Tue Jun 21 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.11-1
|
|
|
|
|
- New upstream version 1.11.11.
|
|
|
|
|
|
2011-06-20 12:08:51 +00:00
|
|
|
|
* Mon Jun 20 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.10-3
|
|
|
|
|
- Temporarily stop setting CCFLAGS in perl subdirectory.
|
|
|
|
|
See: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628522
|
|
|
|
|
|
2011-06-17 19:51:12 +00:00
|
|
|
|
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1:1.11.10-2
|
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
|
2011-06-10 15:45:52 +00:00
|
|
|
|
* Fri Jun 10 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.10-1
|
|
|
|
|
- New upstream version 1.11.10.
|
|
|
|
|
- Enable tests since fix for RHBZ#710921 is in Rawhide kernel package.
|
|
|
|
|
|
2011-06-10 13:37:52 +00:00
|
|
|
|
* Fri Jun 10 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1:1.11.9-8
|
|
|
|
|
- Perl 5.14 mass rebuild
|
|
|
|
|
|
2011-06-05 21:54:05 +00:00
|
|
|
|
* Sun Jun 5 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.9-7
|
2011-06-05 19:08:43 +00:00
|
|
|
|
- Build against new parted.
|
2011-06-05 20:30:13 +00:00
|
|
|
|
- Disable tests on i686 because of RHBZ#710921.
|
2011-06-05 20:47:58 +00:00
|
|
|
|
- Remove recipes/ doc directory. This is no longer present because it
|
|
|
|
|
was replaced by a guestfs-recipes(1) man page.
|
2011-06-05 19:08:43 +00:00
|
|
|
|
|
2011-06-04 22:10:47 +00:00
|
|
|
|
* Sat Jun 4 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.9-1
|
|
|
|
|
- New upstream version 1.11.9.
|
|
|
|
|
|
2011-05-18 10:02:14 +00:00
|
|
|
|
* Wed May 18 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.8-1
|
|
|
|
|
- New upstream version 1.11.8.
|
|
|
|
|
- "zero" command test is fixed now, so we don't need to skip it.
|
|
|
|
|
|
2011-05-17 21:46:44 +00:00
|
|
|
|
* Tue May 17 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.7-3
|
2011-05-17 16:53:32 +00:00
|
|
|
|
- New upstream version 1.11.7.
|
|
|
|
|
- Depends on hivex >= 1.2.7.
|
|
|
|
|
- Remove upstream patch.
|
2011-05-17 19:48:54 +00:00
|
|
|
|
- Skip test of "zero" command (RHBZ#705499).
|
2011-05-17 16:53:32 +00:00
|
|
|
|
|
2011-05-09 15:32:52 +00:00
|
|
|
|
* Mon May 9 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.5-2
|
|
|
|
|
- configure: Use Python platform-dependent site-packages.
|
|
|
|
|
|
2011-05-09 14:43:32 +00:00
|
|
|
|
* Mon May 9 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.5-1
|
|
|
|
|
- New upstream version 1.11.5.
|
|
|
|
|
- virt-edit has been rewritten in C, therefore this tool has been moved
|
|
|
|
|
into the libguestfs-tools-c package.
|
|
|
|
|
|
2011-05-08 18:01:55 +00:00
|
|
|
|
* Sun May 8 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.4-1
|
|
|
|
|
- New upstream version 1.11.4.
|
|
|
|
|
|
2011-04-22 21:49:09 +00:00
|
|
|
|
* Fri Apr 22 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.3-1
|
|
|
|
|
- New upstream version 1.11.3.
|
|
|
|
|
|
2011-04-18 21:03:43 +00:00
|
|
|
|
* Mon Apr 18 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.2-1
|
|
|
|
|
- New upstream version 1.11.2.
|
|
|
|
|
- Fixes Python bindings when used in Python threads.
|
|
|
|
|
- Remove upstream patch.
|
|
|
|
|
|
2011-04-16 14:31:29 +00:00
|
|
|
|
* Sat Apr 16 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.1-2
|
2011-04-16 14:02:17 +00:00
|
|
|
|
- New upstream version 1.11.1.
|
2011-04-16 14:31:29 +00:00
|
|
|
|
- Add upstream patch so we don't depend on libtool.
|
2011-04-16 14:02:17 +00:00
|
|
|
|
|
2011-04-15 13:45:15 +00:00
|
|
|
|
* Fri Apr 15 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.0-2
|
|
|
|
|
- Bump and rebuild.
|
|
|
|
|
|
2011-04-12 20:53:12 +00:00
|
|
|
|
* Tue Apr 12 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.11.0-1
|
|
|
|
|
- New upstream development branch 1.11.0.
|
|
|
|
|
- New Source URL.
|
|
|
|
|
- Remove patches which are now upstream.
|
|
|
|
|
|
2011-04-10 19:43:52 +00:00
|
|
|
|
* Sun Apr 10 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.18-4
|
2011-04-10 19:17:58 +00:00
|
|
|
|
- Include further fixes to virt-resize from upstream.
|
|
|
|
|
|
|
|
|
|
* Sat Apr 9 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.18-2
|
2011-04-09 21:29:38 +00:00
|
|
|
|
- New upstream version 1.9.18.
|
|
|
|
|
- Requires ocaml-pcre for new virt-resize.
|
|
|
|
|
- Remove libguestfs-test-tool-helper program which is no longer used.
|
2011-04-09 21:52:37 +00:00
|
|
|
|
- Include upstream fix for virt-resize build.
|
2011-04-09 21:29:38 +00:00
|
|
|
|
|
2011-04-06 07:24:19 +00:00
|
|
|
|
* Wed Apr 6 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.17-2
|
|
|
|
|
- Remove partially translated Ukrainian manpages.
|
|
|
|
|
|
2011-04-05 21:09:36 +00:00
|
|
|
|
* Tue Apr 5 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.17-1
|
|
|
|
|
- New upstream version 1.9.17.
|
|
|
|
|
|
2011-04-01 22:09:19 +00:00
|
|
|
|
* Fri Apr 1 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.16-1
|
|
|
|
|
- New upstream version 1.9.16.
|
|
|
|
|
|
2011-04-01 09:26:10 +00:00
|
|
|
|
* Fri Apr 1 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.15-1
|
|
|
|
|
- New upstream version 1.9.15.
|
|
|
|
|
- Add BR libconfig-devel.
|
|
|
|
|
- Add /etc/libguestfs-tools.conf (config file for guestfish, guestmount,
|
|
|
|
|
virt-rescue; in future for other tools as well).
|
|
|
|
|
|
2011-03-28 16:33:16 +00:00
|
|
|
|
* Mon Mar 28 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.14-1
|
|
|
|
|
- New upstream version 1.9.14.
|
|
|
|
|
- Include 'acl' as BR so virt-rescue gets getfacl and setfacl programs.
|
|
|
|
|
|
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.
|
|
|
|
|
|
2012-11-17 21:32:21 +00:00
|
|
|
|
* Fri Mar 18 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.12-1
|
2011-03-18 19:56:22 +00:00
|
|
|
|
- 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.
|
|
|
|
|
|
2012-11-17 21:32:21 +00:00
|
|
|
|
* Sat Dec 11 2010 Richard Jones <rjones@redhat.com> - 1:1.7.23-1
|
2010-12-12 22:46:27 +00:00
|
|
|
|
- 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.
|