Fix a uuid parsing bug, Daniel

This commit is contained in:
Daniel Veillard 2006-08-17 17:47:37 +00:00
parent 90a17a6e65
commit f2572ab2b4

View File

@ -1,7 +1,7 @@
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.4 Version: 0.1.4
Release: 1 Release: 2
License: LGPL License: LGPL
Group: Development/Libraries Group: Development/Libraries
Source: libvirt-%{version}.tar.gz Source: libvirt-%{version}.tar.gz
@ -18,6 +18,7 @@ BuildRequires: readline-devel
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
Obsoletes: libvir Obsoletes: libvir
ExclusiveArch: i386 x86_64 ia64 ExclusiveArch: i386 x86_64 ia64
Patch0: uuid_parse.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,
@ -47,6 +48,7 @@ supplied by the libvirt library to use the Xen virtualization framework.
%prep %prep
%setup -q %setup -q
%patch0
%build %build
%configure %configure
@ -107,6 +109,9 @@ rm -fr %{buildroot}
%doc docs/examples/python %doc docs/examples/python
%changelog %changelog
* Thu Aug 17 2006 Daniel Veillard <veillard@redhat.com> 0.1.4-2
- patch to fix virParseUUID()
* Wed Aug 16 2006 Daniel Veillard <veillard@redhat.com> 0.1.4-1 * Wed Aug 16 2006 Daniel Veillard <veillard@redhat.com> 0.1.4-1
- vCPUs and affinity support - vCPUs and affinity support
- more complete XML, console and boot options - more complete XML, console and boot options