Upstream release of libvirt-1.0.5
This commit is contained in:
parent
7be420ad22
commit
4aa9c4f1a3
18
libvirt.spec
18
libvirt.spec
@ -340,7 +340,7 @@
|
|||||||
|
|
||||||
Summary: Library providing a simple virtualization API
|
Summary: Library providing a simple virtualization API
|
||||||
Name: libvirt
|
Name: libvirt
|
||||||
Version: 1.0.4
|
Version: 1.0.5
|
||||||
Release: 1%{?dist}%{?extra_release}
|
Release: 1%{?dist}%{?extra_release}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -394,6 +394,7 @@ BuildRequires: autoconf
|
|||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
BuildRequires: /usr/bin/pod2man
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
%if %{with_systemd}
|
%if %{with_systemd}
|
||||||
@ -411,6 +412,10 @@ BuildRequires: gettext
|
|||||||
BuildRequires: libtasn1-devel
|
BuildRequires: libtasn1-devel
|
||||||
BuildRequires: gnutls-devel
|
BuildRequires: gnutls-devel
|
||||||
BuildRequires: libattr-devel
|
BuildRequires: libattr-devel
|
||||||
|
%if %{with_libvirtd}
|
||||||
|
# For pool-build probing for existing pools
|
||||||
|
BuildRequires: libblkid-devel >= 2.17
|
||||||
|
%endif
|
||||||
%if 0%{?fedora} >= 12 || 0%{?rhel} >= 6
|
%if 0%{?fedora} >= 12 || 0%{?rhel} >= 6
|
||||||
# for augparse, optionally used in testing
|
# for augparse, optionally used in testing
|
||||||
BuildRequires: augeas
|
BuildRequires: augeas
|
||||||
@ -654,8 +659,6 @@ Requires: PolicyKit >= 0.6
|
|||||||
Requires: nfs-utils
|
Requires: nfs-utils
|
||||||
# For mkfs
|
# For mkfs
|
||||||
Requires: util-linux
|
Requires: util-linux
|
||||||
# For pool-build probing for existing pools
|
|
||||||
BuildRequires: libblkid-devel >= 2.17
|
|
||||||
# For glusterfs
|
# For glusterfs
|
||||||
%if 0%{?fedora} >= 11
|
%if 0%{?fedora} >= 11
|
||||||
Requires: glusterfs-client >= 2.0.1
|
Requires: glusterfs-client >= 2.0.1
|
||||||
@ -1941,6 +1944,7 @@ fi
|
|||||||
%{_datadir}/libvirt/schemas/storagevol.rng
|
%{_datadir}/libvirt/schemas/storagevol.rng
|
||||||
|
|
||||||
%{_datadir}/libvirt/cpu_map.xml
|
%{_datadir}/libvirt/cpu_map.xml
|
||||||
|
%{_datadir}/libvirt/libvirtLogo.png
|
||||||
|
|
||||||
%if %{with_systemd}
|
%if %{with_systemd}
|
||||||
%{_unitdir}/libvirt-guests.service
|
%{_unitdir}/libvirt-guests.service
|
||||||
@ -1994,6 +1998,14 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 2 2013 Daniel Veillard <veillard@redhat.com> - 1.0.5-1
|
||||||
|
- Update to 1.0.5 release
|
||||||
|
- add support for NVRAM device
|
||||||
|
- Add XML config for resource partitions
|
||||||
|
- Add support for TPM
|
||||||
|
- NPIV storage migration support
|
||||||
|
- various bug fixes and improvements including localizations
|
||||||
|
|
||||||
* Mon Apr 1 2013 Daniel Veillard <veillard@redhat.com> - 1.0.4-1
|
* Mon Apr 1 2013 Daniel Veillard <veillard@redhat.com> - 1.0.4-1
|
||||||
- Update to 1.0.4 release
|
- Update to 1.0.4 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user