Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8537c4e603 | |||
| f3f2891946 |
@@ -1 +1,2 @@
|
||||
libvirt-0.0.3.tar.gz
|
||||
libvirt-0.0.4.tar.gz
|
||||
|
||||
+6
-1
@@ -1,6 +1,6 @@
|
||||
Summary: Library providing an API to use the Xen virtualization
|
||||
Name: libvirt
|
||||
Version: 0.0.3
|
||||
Version: 0.0.4
|
||||
Release: 1
|
||||
License: LGPL
|
||||
Group: Development/Libraries
|
||||
@@ -42,6 +42,8 @@ supplied by the libvirt library to use the Xen virtualization framework.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
# 0.0.4 workaround timestamp in the future
|
||||
find . -exec touch {} \;
|
||||
%configure
|
||||
make
|
||||
|
||||
@@ -90,6 +92,9 @@ rm -fr %{buildroot}
|
||||
%doc python/libvirtclass.txt
|
||||
|
||||
%changelog
|
||||
* Fri Feb 10 2006 Daniel Veillard <veillard@redhat.com> 0.0.4-1
|
||||
- fixes some problems in 0.0.3 due to the change of names
|
||||
|
||||
* Wed Feb 8 2006 Daniel Veillard <veillard@redhat.com> 0.0.3-1
|
||||
- changed library name to libvirt from libvir, complete and test the python
|
||||
bindings
|
||||
|
||||
Reference in New Issue
Block a user