Release of 0.1.4, Daniel
This commit is contained in:
parent
9f2e4f2b21
commit
90a17a6e65
@ -6,3 +6,4 @@ libvirt-0.1.0.tar.gz
|
|||||||
libvirt-0.1.2.tar.gz
|
libvirt-0.1.2.tar.gz
|
||||||
libvirt-0.1.1.tar.gz
|
libvirt-0.1.1.tar.gz
|
||||||
libvirt-0.1.3.tar.gz
|
libvirt-0.1.3.tar.gz
|
||||||
|
libvirt-0.1.4.tar.gz
|
||||||
|
13
libvirt.spec
13
libvirt.spec
@ -1,11 +1,10 @@
|
|||||||
Summary: Library providing an API to use the Xen virtualization
|
Summary: Library providing an API to use the Xen virtualization
|
||||||
Name: libvirt
|
Name: libvirt
|
||||||
Version: 0.1.3
|
Version: 0.1.4
|
||||||
Release: 6
|
Release: 1
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source: libvirt-%{version}.tar.gz
|
Source: libvirt-%{version}.tar.gz
|
||||||
Patch0: libvirt-uuid.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
URL: http://libvir.org/
|
URL: http://libvir.org/
|
||||||
BuildRequires: python python-devel
|
BuildRequires: python python-devel
|
||||||
@ -48,7 +47,6 @@ supplied by the libvirt library to use the Xen virtualization framework.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -109,6 +107,13 @@ rm -fr %{buildroot}
|
|||||||
%doc docs/examples/python
|
%doc docs/examples/python
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 16 2006 Daniel Veillard <veillard@redhat.com> 0.1.4-1
|
||||||
|
- vCPUs and affinity support
|
||||||
|
- more complete XML, console and boot options
|
||||||
|
- specific features support
|
||||||
|
- enforced read-only connections
|
||||||
|
- various improvements, bug fixes
|
||||||
|
|
||||||
* Wed Aug 2 2006 Jeremy Katz <katzj@redhat.com> - 0.1.3-6
|
* Wed Aug 2 2006 Jeremy Katz <katzj@redhat.com> - 0.1.3-6
|
||||||
- add patch from pvetere to allow getting uuid from libvirt
|
- add patch from pvetere to allow getting uuid from libvirt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user