Compare commits
2 Commits
libvirt-0_
...
libvirt-0_
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
609ab7cda8 | ||
|
|
0caeb23111 |
@@ -5,3 +5,4 @@ libvirt-0.0.6.tar.gz
|
||||
libvirt-0.1.0.tar.gz
|
||||
libvirt-0.1.2.tar.gz
|
||||
libvirt-0.1.1.tar.gz
|
||||
libvirt-0.1.3.tar.gz
|
||||
|
||||
11
libvirt.spec
11
libvirt.spec
@@ -1,6 +1,6 @@
|
||||
Summary: Library providing an API to use the Xen virtualization
|
||||
Name: libvirt
|
||||
Version: 0.1.2
|
||||
Version: 0.1.3
|
||||
Release: 1
|
||||
License: LGPL
|
||||
Group: Development/Libraries
|
||||
@@ -11,11 +11,12 @@ BuildRequires: xen python python-devel
|
||||
Requires: xen
|
||||
Requires: libxml2
|
||||
Requires: readline
|
||||
Requires: ncurses
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: ncurses-devel
|
||||
Obsoletes: libvir
|
||||
ExclusiveArch: i386 x86_64
|
||||
Patch0: chown.patch
|
||||
|
||||
%description
|
||||
This C library provides an API to use the Xen virtualization framework,
|
||||
@@ -45,10 +46,8 @@ supplied by the libvirt library to use the Xen virtualization framework.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
touch `find .`
|
||||
%configure
|
||||
make
|
||||
|
||||
@@ -107,6 +106,10 @@ rm -fr %{buildroot}
|
||||
%doc docs/examples/python
|
||||
|
||||
%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
|
||||
- added a proxy mechanism for read only access using httpu
|
||||
- fixed header includes paths
|
||||
|
||||
Reference in New Issue
Block a user