2013-06-24 17:39:35 +00:00
|
|
|
%global _hardened_build 1
|
|
|
|
|
2015-06-20 10:50:36 +00:00
|
|
|
%ifarch aarch64 %{arm} %{ix86} x86_64 ppc %{power64}
|
2014-03-06 09:55:42 +00:00
|
|
|
%global have_libguestfs 1
|
|
|
|
%endif
|
|
|
|
|
2013-06-24 17:39:35 +00:00
|
|
|
Name: nbdkit
|
2015-10-31 12:40:07 +00:00
|
|
|
Version: 1.1.11
|
2016-01-11 18:50:28 +00:00
|
|
|
Release: 2%{?dist}
|
2013-06-24 17:39:35 +00:00
|
|
|
Summary: NBD server
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
URL: https://github.com/libguestfs/nbdkit
|
2016-01-11 18:50:28 +00:00
|
|
|
|
2013-06-24 17:39:35 +00:00
|
|
|
Source0: http://libguestfs.org/download/nbdkit/%{name}-%{version}.tar.gz
|
|
|
|
|
2016-01-11 18:50:28 +00:00
|
|
|
# All patches are upstream since 1.1.11.
|
|
|
|
Patch1: 0001-Add-mandir-to-dump-config-output.patch
|
|
|
|
Patch2: 0002-Update-TODO.patch
|
|
|
|
Patch3: 0003-Add-support-for-newstyle-NBD-protocol-RHBZ-1297100.patch
|
2016-01-11 19:00:43 +00:00
|
|
|
# Because patch3 patches Makefile.am, we need:
|
|
|
|
BuildRequires: automake, autoconf, libtool
|
2016-01-11 18:50:28 +00:00
|
|
|
|
2013-06-24 17:39:35 +00:00
|
|
|
BuildRequires: /usr/bin/pod2man
|
2014-03-06 09:55:42 +00:00
|
|
|
%if 0%{?have_libguestfs}
|
2013-06-25 21:27:24 +00:00
|
|
|
BuildRequires: libguestfs-devel
|
2014-03-06 09:55:42 +00:00
|
|
|
%endif
|
2013-06-24 17:39:35 +00:00
|
|
|
BuildRequires: libvirt-devel
|
|
|
|
BuildRequires: xz-devel
|
|
|
|
BuildRequires: zlib-devel
|
2014-06-21 21:21:32 +00:00
|
|
|
BuildRequires: libcurl-devel
|
2014-02-10 12:02:37 +00:00
|
|
|
BuildRequires: perl-devel
|
2014-02-15 08:26:19 +00:00
|
|
|
BuildRequires: perl(ExtUtils::Embed)
|
2014-02-15 07:42:15 +00:00
|
|
|
BuildRequires: python-devel
|
2015-06-19 12:58:48 +00:00
|
|
|
%ifarch %{ocaml_native_compiler}
|
|
|
|
# Requires OCaml 4.02.2 which contains fix for
|
|
|
|
# http://caml.inria.fr/mantis/view.php?id=6693
|
|
|
|
BuildRequires: ocaml >= 4.02.2
|
|
|
|
%endif
|
2013-06-24 17:39:35 +00:00
|
|
|
|
2015-06-10 11:57:41 +00:00
|
|
|
# For complicated reasons, this is required so that
|
|
|
|
# /bin/kernel-install puts the kernel directly into /boot, instead of
|
|
|
|
# into a /boot/<machine-id> subdirectory (in Fedora >= 23). Read the
|
|
|
|
# kernel-install script to understand why.
|
|
|
|
BuildRequires: grubby
|
|
|
|
|
2013-06-24 17:39:35 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
NBD is a protocol for accessing block devices (hard disks and
|
|
|
|
disk-like things) over the network.
|
|
|
|
|
|
|
|
'nbdkit' is a toolkit for creating NBD servers.
|
|
|
|
|
|
|
|
The key features are:
|
|
|
|
|
|
|
|
* Multithreaded NBD server written in C with good performance.
|
|
|
|
|
|
|
|
* Well-documented, simple plugin API with a stable ABI guarantee.
|
2013-08-04 21:16:45 +00:00
|
|
|
Allows you to export "unconventional" block devices easily.
|
2013-06-24 17:39:35 +00:00
|
|
|
|
|
|
|
* Liberal license (BSD) allows nbdkit to be linked to proprietary
|
|
|
|
libraries or included in proprietary code.
|
|
|
|
|
|
|
|
You probably want to install one of more plugins (%{name}-plugin-*).
|
|
|
|
|
|
|
|
To develop plugins, install the %{name}-devel package and start by
|
|
|
|
reading the nbdkit(1) and nbdkit-plugin(3) manual pages.
|
|
|
|
|
|
|
|
|
2014-06-21 21:21:32 +00:00
|
|
|
%package plugin-curl
|
|
|
|
Summary: HTTP/FTP/SSH (cURL) plugin for %{name}
|
|
|
|
License: BSD
|
|
|
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description plugin-curl
|
|
|
|
This package contains cURL (HTTP/FTP/SSH) support for %{name}.
|
|
|
|
|
|
|
|
|
2013-06-24 17:39:35 +00:00
|
|
|
%package plugin-examples
|
|
|
|
Summary: Example plugins for %{name}
|
|
|
|
License: BSD
|
|
|
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description plugin-examples
|
|
|
|
This package contains example plugins for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%package plugin-file
|
|
|
|
Summary: File serving plugin for %{name}
|
|
|
|
License: BSD
|
|
|
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description plugin-file
|
|
|
|
This package is a file serving plugin for %{name}.
|
|
|
|
|
|
|
|
|
2014-03-06 09:55:42 +00:00
|
|
|
%if 0%{?have_libguestfs}
|
2013-06-25 21:27:24 +00:00
|
|
|
%package plugin-guestfs
|
|
|
|
Summary: libguestfs plugin for %{name}
|
|
|
|
License: BSD
|
|
|
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description plugin-guestfs
|
|
|
|
This package is a libguestfs plugin for %{name}.
|
2014-03-06 09:55:42 +00:00
|
|
|
%endif
|
2013-06-25 21:27:24 +00:00
|
|
|
|
|
|
|
|
2013-06-24 17:39:35 +00:00
|
|
|
%package plugin-gzip
|
|
|
|
Summary: GZip file serving plugin for %{name}
|
|
|
|
License: BSD
|
|
|
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description plugin-gzip
|
|
|
|
This package is a gzip file serving plugin for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%package plugin-libvirt
|
|
|
|
Summary: Libvirt plugin for %{name}
|
|
|
|
License: BSD
|
|
|
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description plugin-libvirt
|
|
|
|
This package is a libvirt plugin for %{name}. It lets you access
|
|
|
|
libvirt guest disks readonly. It is implemented using the libvirt
|
|
|
|
virDomainBlockPeek API.
|
|
|
|
|
|
|
|
|
2015-06-19 12:58:48 +00:00
|
|
|
%ifarch %{ocaml_native_compiler}
|
|
|
|
%package plugin-ocaml
|
|
|
|
Summary: OCaml plugin for %{name}
|
|
|
|
License: BSD
|
|
|
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description plugin-ocaml
|
|
|
|
This package lets you run OCaml plugins for %{name}.
|
|
|
|
|
|
|
|
To compile OCaml plugins you will also need to install
|
|
|
|
%{name}-plugin-ocaml-devel.
|
|
|
|
|
|
|
|
|
|
|
|
%package plugin-ocaml-devel
|
|
|
|
Summary: OCaml development environment for %{name}
|
|
|
|
License: BSD
|
|
|
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-plugin-ocaml%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description plugin-ocaml-devel
|
|
|
|
This package lets you write OCaml plugins for %{name}.
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2014-02-10 12:02:37 +00:00
|
|
|
%package plugin-perl
|
|
|
|
Summary: Perl plugin for %{name}
|
|
|
|
License: BSD
|
|
|
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description plugin-perl
|
|
|
|
This package lets you write Perl plugins for %{name}.
|
|
|
|
|
|
|
|
|
2014-02-15 07:42:15 +00:00
|
|
|
%package plugin-python
|
|
|
|
Summary: Python plugin for %{name}
|
|
|
|
License: BSD
|
|
|
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description plugin-python
|
|
|
|
This package lets you write Python plugins for %{name}.
|
|
|
|
|
|
|
|
|
2014-10-14 11:59:33 +00:00
|
|
|
%package plugin-streaming
|
|
|
|
Summary: Streaming file serving plugin for %{name}
|
|
|
|
License: BSD
|
|
|
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description plugin-streaming
|
|
|
|
This package is a streaming plugin for %{name}.
|
|
|
|
|
|
|
|
|
2013-06-24 17:39:35 +00:00
|
|
|
%package plugin-xz
|
|
|
|
Summary: XZ file serving plugin for %{name}
|
|
|
|
License: BSD
|
|
|
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description plugin-xz
|
|
|
|
This package is a xz file serving plugin for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files and documentation for %{name}
|
|
|
|
License: BSD
|
|
|
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains development files and documentation
|
|
|
|
for %{name}. Install this package if you want to develop
|
|
|
|
plugins for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2016-01-11 18:50:28 +00:00
|
|
|
%autopatch -p1
|
2013-06-24 17:39:35 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
# Force immediate binding for hardened build for plugins.
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=977446#c13
|
|
|
|
export LDFLAGS="$LDFLAGS -Wl,-z,now"
|
|
|
|
%configure --disable-static
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
# Delete libtool crap.
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -delete
|
|
|
|
|
|
|
|
|
2013-06-25 21:27:24 +00:00
|
|
|
%check
|
2014-09-10 12:10:19 +00:00
|
|
|
# Workaround for broken libvirt (RHBZ#1138604).
|
|
|
|
mkdir -p $HOME/.cache/libvirt
|
|
|
|
|
2015-06-10 11:49:08 +00:00
|
|
|
# Make sure we can see the debug messages (RHBZ#1230160).
|
|
|
|
export LIBGUESTFS_DEBUG=1
|
|
|
|
export LIBGUESTFS_TRACE=1
|
|
|
|
|
2013-07-16 11:45:37 +00:00
|
|
|
# libguestfs 1.20 in Fedora 18 doesn't support NBD client protocol, so
|
|
|
|
# the tests cannot be run.
|
2014-02-21 13:09:18 +00:00
|
|
|
%if 0%{?fedora} >= 19
|
2014-03-06 09:55:42 +00:00
|
|
|
# Unlikely that libguestfs will work on ARM and PPC, so don't try running the
|
2014-02-21 13:09:18 +00:00
|
|
|
# tests there.
|
2014-03-06 09:55:42 +00:00
|
|
|
%ifnarch %{arm} ppc %{power64}
|
2013-06-25 21:27:24 +00:00
|
|
|
make check
|
2013-07-16 11:45:37 +00:00
|
|
|
%endif
|
2014-02-21 13:09:18 +00:00
|
|
|
%endif
|
2013-06-25 21:27:24 +00:00
|
|
|
|
|
|
|
|
2015-06-20 10:58:07 +00:00
|
|
|
%ifarch %{ocaml_native_compiler}
|
2015-06-19 13:35:35 +00:00
|
|
|
%post plugin-ocaml -p /sbin/ldconfig
|
|
|
|
%postun plugin-ocaml -p /sbin/ldconfig
|
2015-06-20 10:58:07 +00:00
|
|
|
%endif
|
2015-06-19 13:35:35 +00:00
|
|
|
|
|
|
|
|
2013-06-24 17:39:35 +00:00
|
|
|
%files
|
|
|
|
%doc LICENSE README
|
|
|
|
%{_sbindir}/nbdkit
|
|
|
|
%dir %{_libdir}/%{name}
|
|
|
|
%dir %{_libdir}/%{name}/plugins
|
|
|
|
%{_mandir}/man1/nbdkit.1*
|
|
|
|
|
|
|
|
|
2014-06-21 21:21:32 +00:00
|
|
|
%files plugin-curl
|
|
|
|
%doc LICENSE README
|
|
|
|
%{_libdir}/%{name}/plugins/nbdkit-curl-plugin.so
|
|
|
|
%{_mandir}/man1/nbdkit-curl-plugin.1*
|
|
|
|
|
|
|
|
|
2013-06-24 17:39:35 +00:00
|
|
|
%files plugin-examples
|
|
|
|
%doc LICENSE README
|
|
|
|
%{_libdir}/%{name}/plugins/nbdkit-example*-plugin.so
|
|
|
|
%{_mandir}/man1/nbdkit-example*-plugin.1*
|
|
|
|
|
|
|
|
|
|
|
|
%files plugin-file
|
|
|
|
%doc LICENSE README
|
|
|
|
%{_libdir}/%{name}/plugins/nbdkit-file-plugin.so
|
|
|
|
%{_mandir}/man1/nbdkit-file-plugin.1*
|
|
|
|
|
|
|
|
|
2014-03-06 09:55:42 +00:00
|
|
|
%if 0%{?have_libguestfs}
|
2013-06-25 21:27:24 +00:00
|
|
|
%files plugin-guestfs
|
|
|
|
%doc LICENSE README
|
|
|
|
%{_libdir}/%{name}/plugins/nbdkit-guestfs-plugin.so
|
|
|
|
%{_mandir}/man1/nbdkit-guestfs-plugin.1*
|
2014-03-06 09:55:42 +00:00
|
|
|
%endif
|
2013-06-25 21:27:24 +00:00
|
|
|
|
|
|
|
|
2013-06-24 17:39:35 +00:00
|
|
|
%files plugin-gzip
|
|
|
|
%doc LICENSE README
|
|
|
|
%{_libdir}/%{name}/plugins/nbdkit-gzip-plugin.so
|
|
|
|
%{_mandir}/man1/nbdkit-gzip-plugin.1*
|
|
|
|
|
|
|
|
|
|
|
|
%files plugin-libvirt
|
|
|
|
%doc LICENSE README
|
|
|
|
%{_libdir}/%{name}/plugins/nbdkit-libvirt-plugin.so
|
|
|
|
%{_mandir}/man1/nbdkit-libvirt-plugin.1*
|
|
|
|
|
|
|
|
|
2015-06-19 12:58:48 +00:00
|
|
|
%ifarch %{ocaml_native_compiler}
|
|
|
|
%files plugin-ocaml
|
|
|
|
%doc LICENSE README
|
|
|
|
%{_libdir}/libnbdkitocaml.so.*
|
|
|
|
|
|
|
|
%files plugin-ocaml-devel
|
|
|
|
%{_libdir}/libnbdkitocaml.so
|
|
|
|
%{_libdir}/ocaml/NBDKit.*
|
|
|
|
%{_mandir}/man3/nbdkit-ocaml-plugin.3*
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2014-02-10 12:02:37 +00:00
|
|
|
%files plugin-perl
|
|
|
|
%doc LICENSE README
|
|
|
|
%{_libdir}/%{name}/plugins/nbdkit-perl-plugin.so
|
2014-02-15 07:42:15 +00:00
|
|
|
%{_mandir}/man3/nbdkit-perl-plugin.3*
|
|
|
|
|
|
|
|
|
|
|
|
%files plugin-python
|
|
|
|
%doc LICENSE README
|
|
|
|
%{_libdir}/%{name}/plugins/nbdkit-python-plugin.so
|
|
|
|
%{_mandir}/man3/nbdkit-python-plugin.3*
|
2014-02-10 12:02:37 +00:00
|
|
|
|
|
|
|
|
2014-10-14 11:59:33 +00:00
|
|
|
%files plugin-streaming
|
|
|
|
%doc LICENSE README
|
|
|
|
%{_libdir}/%{name}/plugins/nbdkit-streaming-plugin.so
|
|
|
|
%{_mandir}/man1/nbdkit-streaming-plugin.1*
|
|
|
|
|
|
|
|
|
2013-06-24 17:39:35 +00:00
|
|
|
%files plugin-xz
|
|
|
|
%doc LICENSE README
|
|
|
|
%{_libdir}/%{name}/plugins/nbdkit-xz-plugin.so
|
|
|
|
%{_mandir}/man1/nbdkit-xz-plugin.1*
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%doc LICENSE README TODO
|
|
|
|
# Include the source of the example plugins in the documentation.
|
|
|
|
%doc plugins/example*/*.c
|
2014-02-10 12:02:37 +00:00
|
|
|
%doc plugins/perl/example.pl
|
2014-02-15 07:42:15 +00:00
|
|
|
%doc plugins/python/example.py
|
2013-06-24 17:39:35 +00:00
|
|
|
%{_includedir}/nbdkit-plugin.h
|
|
|
|
%{_mandir}/man3/nbdkit-plugin.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2016-01-11 18:50:28 +00:00
|
|
|
* Mon Jan 11 2016 Richard W.M. Jones <rjones@redhat.com> - 1.1.11-2
|
|
|
|
- Add support for newstyle NBD protocol (RHBZ#1297100).
|
|
|
|
|
2015-10-31 12:40:07 +00:00
|
|
|
* Sat Oct 31 2015 Richard W.M. Jones <rjones@redhat.com> - 1.1.11-1
|
|
|
|
- New upstream version 1.1.11.
|
|
|
|
|
2015-07-30 12:29:31 +00:00
|
|
|
* Thu Jul 30 2015 Richard W.M. Jones <rjones@redhat.com> - 1.1.10-3
|
|
|
|
- OCaml 4.02.3 rebuild.
|
|
|
|
|
2015-06-20 10:50:36 +00:00
|
|
|
* Sat Jun 20 2015 Richard W.M. Jones <rjones@redhat.com> - 1.1.10-2
|
|
|
|
- Enable libguestfs plugin on aarch64.
|
|
|
|
|
2015-06-19 12:58:48 +00:00
|
|
|
* Fri Jun 19 2015 Richard W.M. Jones <rjones@redhat.com> - 1.1.10-1
|
|
|
|
- New upstream version.
|
|
|
|
- Enable now working OCaml plugin (requires OCaml >= 4.02.2).
|
|
|
|
|
2015-06-17 21:32:01 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.9-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-06-11 08:54:53 +00:00
|
|
|
* Thu Jun 11 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.1.9-5
|
|
|
|
- Perl 5.22 rebuild
|
|
|
|
|
2015-06-10 11:49:08 +00:00
|
|
|
* Wed Jun 10 2015 Richard W.M. Jones <rjones@redhat.com> - 1.1.9-4
|
|
|
|
- Enable debugging messages when running make check.
|
|
|
|
|
2015-06-06 15:52:34 +00:00
|
|
|
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.1.9-3
|
|
|
|
- Perl 5.22 rebuild
|
|
|
|
|
2014-10-14 14:41:11 +00:00
|
|
|
* Tue Oct 14 2014 Richard W.M. Jones <rjones@redhat.com> - 1.1.9-2
|
2014-10-14 11:59:33 +00:00
|
|
|
- New upstream version 1.1.9.
|
|
|
|
- Add the streaming plugin.
|
2014-10-14 14:41:11 +00:00
|
|
|
- Include fix for streaming plugin in 1.1.9.
|
2014-10-14 11:59:33 +00:00
|
|
|
|
2014-09-10 12:10:19 +00:00
|
|
|
* Wed Sep 10 2014 Richard W.M. Jones <rjones@redhat.com> - 1.1.8-4
|
2014-09-10 11:37:46 +00:00
|
|
|
- Rebuild for updated Perl in Rawhide.
|
2014-09-10 12:10:19 +00:00
|
|
|
- Workaround for broken libvirt (RHBZ#1138604).
|
2014-09-10 11:37:46 +00:00
|
|
|
|
2014-08-17 11:08:57 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-21 21:21:32 +00:00
|
|
|
* Sat Jun 21 2014 Richard W.M. Jones <rjones@redhat.com> - 1.1.8-1
|
|
|
|
- New upstream version 1.1.8.
|
|
|
|
- Add support for cURL, and new nbdkit-plugin-curl package.
|
|
|
|
|
2014-06-20 21:50:40 +00:00
|
|
|
* Fri Jun 20 2014 Richard W.M. Jones <rjones@redhat.com> - 1.1.7-1
|
|
|
|
- New upstream version 1.1.7.
|
|
|
|
- Remove patches which are now all upstream.
|
|
|
|
|
2014-06-07 12:09:56 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.6-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-03-06 09:55:42 +00:00
|
|
|
* Thu Mar 06 2014 Dan Horák <dan[at]danny.cz> - 1.1.6-4
|
|
|
|
- libguestfs is available only on selected arches
|
|
|
|
|
2014-02-21 13:07:52 +00:00
|
|
|
* Fri Feb 21 2014 Richard W.M. Jones <rjones@redhat.com> - 1.1.6-3
|
2014-02-21 12:47:00 +00:00
|
|
|
- Backport some upstream patches, fixing a minor bug and adding more tests.
|
|
|
|
- Enable the tests since kernel bug is fixed.
|
|
|
|
|
2014-02-16 10:51:31 +00:00
|
|
|
* Sun Feb 16 2014 Richard W.M. Jones <rjones@redhat.com> - 1.1.6-1
|
|
|
|
- New upstream version 1.1.6.
|
|
|
|
|
2014-02-15 08:26:19 +00:00
|
|
|
* Sat Feb 15 2014 Richard W.M. Jones <rjones@redhat.com> - 1.1.5-2
|
2014-02-15 07:42:15 +00:00
|
|
|
- New upstream version 1.1.5.
|
|
|
|
- Enable the new Python plugin.
|
|
|
|
- Perl plugin man page moved to section 3.
|
2014-02-15 08:26:19 +00:00
|
|
|
- Perl now requires ExtUtils::Embed.
|
2014-02-15 07:42:15 +00:00
|
|
|
|
2014-02-10 12:02:37 +00:00
|
|
|
* Mon Feb 10 2014 Richard W.M. Jones <rjones@redhat.com> - 1.1.4-1
|
|
|
|
- New upstream version 1.1.4.
|
|
|
|
- Enable the new Perl plugin.
|
|
|
|
|
2013-08-04 21:40:36 +00:00
|
|
|
* Sun Aug 4 2013 Richard W.M. Jones <rjones@redhat.com> - 1.1.3-1
|
|
|
|
- New upstream version 1.1.3 which fixes some test problems.
|
2013-08-04 21:16:45 +00:00
|
|
|
- Disable tests because Rawhide kernel is broken (RHBZ#991808).
|
|
|
|
- Remove a single quote from description which confused emacs.
|
2013-08-04 21:46:27 +00:00
|
|
|
- Remove patch, now upstream.
|
2013-08-04 21:16:45 +00:00
|
|
|
|
2013-08-03 12:49:02 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-21 21:08:05 +00:00
|
|
|
* Sun Jul 21 2013 Richard W.M. Jones <rjones@redhat.com> - 1.1.2-3
|
|
|
|
- Fix segfault when IPv6 client is used (RHBZ#986601).
|
|
|
|
|
2013-07-16 11:45:37 +00:00
|
|
|
* Tue Jul 16 2013 Richard W.M. Jones <rjones@redhat.com> - 1.1.2-2
|
2013-07-16 11:10:44 +00:00
|
|
|
- New development version 1.1.2.
|
2013-07-16 11:45:37 +00:00
|
|
|
- Disable the tests on Fedora <= 18.
|
2013-07-16 11:10:44 +00:00
|
|
|
|
2013-06-25 21:27:24 +00:00
|
|
|
* Tue Jun 25 2013 Richard W.M. Jones <rjones@redhat.com> - 1.1.1-1
|
|
|
|
- New development version 1.1.1.
|
|
|
|
- Add libguestfs plugin.
|
|
|
|
- Run the test suite.
|
|
|
|
|
2013-06-24 17:39:35 +00:00
|
|
|
* Mon Jun 24 2013 Richard W.M. Jones <rjones@redhat.com> - 1.0.0-4
|
|
|
|
- Initial release.
|