Compare commits

..
3 changed files with 11 additions and 2 deletions
+1
View File
@@ -3,4 +3,5 @@ libvirt-0.0.4.tar.gz
libvirt-0.0.5.tar.gz
libvirt-0.0.6.tar.gz
libvirt-0.1.0.tar.gz
libvirt-0.1.2.tar.gz
libvirt-0.1.1.tar.gz
+9 -1
View File
@@ -1,6 +1,6 @@
Summary: Library providing an API to use the Xen virtualization
Name: libvirt
Version: 0.1.1
Version: 0.1.2
Release: 1
License: LGPL
Group: Development/Libraries
@@ -15,6 +15,7 @@ BuildRequires: libxml2-devel
BuildRequires: readline-devel
Obsoletes: libvir
ExclusiveArch: i386 x86_64
Patch0: chown.patch
%description
This C library provides an API to use the Xen virtualization framework,
@@ -44,8 +45,10 @@ supplied by the libvirt library to use the Xen virtualization framework.
%prep
%setup -q
%patch0 -p1
%build
touch `find .`
%configure
make
@@ -75,6 +78,7 @@ rm -fr %{buildroot}
%doc %{_mandir}/man1/virsh.1*
%{_bindir}/virsh
%{_libdir}/lib*.so.*
%attr(4755, root, root) %{_libexecdir}/libvirt_proxy
%files devel
%defattr(-, root, root)
@@ -103,6 +107,10 @@ rm -fr %{buildroot}
%doc docs/examples/python
%changelog
* 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
* Wed Jun 21 2006 Daniel Veillard <veillard@redhat.com> 0.1.1-1
- extend and cleanup the driver infrastructure and code
- python examples
+1 -1
View File
@@ -1 +1 @@
f5a86d6666ee783510c4896a7337ca9f libvirt-0.1.1.tar.gz
bc21aa037148ca48ed4180f63959d760 libvirt-0.1.2.tar.gz