Compare commits

...

4 Commits

Author SHA1 Message Date
Mark McLoughlin
96a9b8bc2e * Mon Jul 24 2006 Mark McLoughlin <markmc@redhat.com> - 0.1.3-2
- Add BuildRequires: xen-devel
2006-07-24 13:31:15 +00:00
Jesse Keating
66a051f485 bumped for rebuild 2006-07-12 06:58:34 +00:00
Daniel Veillard
609ab7cda8 Adding missing curses requires, Daniel 2006-07-11 22:00:24 +00:00
Daniel Veillard
0caeb23111 Release of 0.1.3, daniel 2006-07-11 16:08:41 +00:00
3 changed files with 17 additions and 6 deletions

View File

@@ -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

View File

@@ -1,7 +1,7 @@
Summary: Library providing an API to use the Xen virtualization
Name: libvirt
Version: 0.1.2
Release: 1
Version: 0.1.3
Release: 2
License: LGPL
Group: Development/Libraries
Source: libvirt-%{version}.tar.gz
@@ -11,11 +11,13 @@ BuildRequires: xen python python-devel
Requires: xen
Requires: libxml2
Requires: readline
Requires: ncurses
BuildRequires: xen-devel
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 +47,8 @@ supplied by the libvirt library to use the Xen virtualization framework.
%prep
%setup -q
%patch0 -p1
%build
touch `find .`
%configure
make
@@ -107,6 +107,16 @@ rm -fr %{buildroot}
%doc docs/examples/python
%changelog
* Mon Jul 24 2006 Mark McLoughlin <markmc@redhat.com> - 0.1.3-2
- Add BuildRequires: xen-devel
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.1.3-1.1
- rebuild
* 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

View File

@@ -1 +1 @@
bc21aa037148ca48ed4180f63959d760 libvirt-0.1.2.tar.gz
e820776aec5c51aa527aca1a848a1dc9 libvirt-0.1.3.tar.gz