summaryrefslogtreecommitdiff
path: root/libvirt.spec
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-09-05 14:22:50 +0200
committerGuido Günther <agx@sigxcpu.org>2014-09-05 14:22:50 +0200
commite55688b203be57e53061a5bed23dc78d6dc0de1c (patch)
treead25564aba26a5ed1c3bf583b7d7c3a1b7082eed /libvirt.spec
parentdaa5c92375d7b0cd0b16b3bd316fc29a191c6e29 (diff)
New upstream version 1.2.8
Diffstat (limited to 'libvirt.spec')
-rw-r--r--libvirt.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/libvirt.spec b/libvirt.spec
index 449b2cbe3..c8507eec1 100644
--- a/libvirt.spec
+++ b/libvirt.spec
@@ -363,7 +363,7 @@
Summary: Library providing a simple virtualization API
Name: libvirt
Version: 1.2.8
-Release: 0rc2%{?dist}%{?extra_release}
+Release: 1%{?dist}%{?extra_release}
License: LGPLv2+
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -372,7 +372,7 @@ URL: http://libvirt.org/
%if %(echo %{version} | grep -o \\. | wc -l) == 3
%define mainturl stable_updates/
%endif
-Source: http://libvirt.org/sources/%{?mainturl}libvirt-%{version}-rc2.tar.gz
+Source: http://libvirt.org/sources/%{?mainturl}libvirt-%{version}.tar.gz
%if %{with_libvirtd}
Requires: libvirt-daemon = %{version}-%{release}
@@ -2247,6 +2247,13 @@ exit 0
%doc examples/systemtap
%changelog
+* Tue Sep 2 2014 Daniel Veillard <veillard@redhat.com> - 1.2.8-1
+- blockcopy: virDomainBlockCopy with XML destination, typed params
+- Introduce API for retrieving bulk domain stats
+- Introduce virDomainOpenGraphicsFD API
+- storage: ZFS support
+- many improvements and bug fixes
+
* Sun Aug 3 2014 Daniel Veillard <veillard@redhat.com> - 1.2.7-1
- Introduce virConnectGetDomainCapabilities
- many improvements and bug fixes