Release of 0.1.3, daniel
This commit is contained in:
parent
7599107322
commit
0caeb23111
@ -5,3 +5,4 @@ libvirt-0.0.6.tar.gz
|
|||||||
libvirt-0.1.0.tar.gz
|
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
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
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.2
|
Version: 0.1.3
|
||||||
Release: 1
|
Release: 1
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -15,7 +15,6 @@ BuildRequires: libxml2-devel
|
|||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
Obsoletes: libvir
|
Obsoletes: libvir
|
||||||
ExclusiveArch: i386 x86_64
|
ExclusiveArch: i386 x86_64
|
||||||
Patch0: chown.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This C library provides an API to use the Xen virtualization framework,
|
This C library provides an API to use the Xen virtualization framework,
|
||||||
@ -45,10 +44,8 @@ supplied by the libvirt library to use the Xen virtualization framework.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
touch `find .`
|
|
||||||
%configure
|
%configure
|
||||||
make
|
make
|
||||||
|
|
||||||
@ -107,6 +104,10 @@ rm -fr %{buildroot}
|
|||||||
%doc docs/examples/python
|
%doc docs/examples/python
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 11 2006 Daniel Veillard <veillard@redhat.com> 0.1.3-1
|
||||||
|
- support for HVM Xen guests
|
||||||
|
- various bugfixes
|
||||||
|
|
||||||
* Mon Jul 3 2006 Daniel Veillard <veillard@redhat.com> 0.1.2-1
|
* Mon Jul 3 2006 Daniel Veillard <veillard@redhat.com> 0.1.2-1
|
||||||
- added a proxy mechanism for read only access using httpu
|
- added a proxy mechanism for read only access using httpu
|
||||||
- fixed header includes paths
|
- fixed header includes paths
|
||||||
|
Loading…
Reference in New Issue
Block a user