]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
* libvirt.spec.in: spec cleanup and missing BuildRequires LIBVIRT_0_2_0 v0.2.0
authorDaniel Veillard <veillard@redhat.com>
Wed, 14 Feb 2007 18:54:26 +0000 (18:54 +0000)
committerDaniel Veillard <veillard@redhat.com>
Wed, 14 Feb 2007 18:54:26 +0000 (18:54 +0000)
* qemud/Makefile.am: avoid -Werror
daniel

ChangeLog
libvirt.spec.in
qemud/Makefile.am

index 9eacb241605daf0fcd717df6f5140b380343ebba..137e9ab21964ee6d0cfd45cd63d6f38bd2cdf831 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Feb 14 19:53:33 CET 2007 Daniel Veillard <veillard@redhat.com>
+
+       * libvirt.spec.in: spec cleanup and missing BuildRequires
+       * qemud/Makefile.am: avoid -Werror
+
 Wed Feb 14 19:06:26 CET 2007 Daniel Veillard <veillard@redhat.com>
 
        * configure.in NEWS include/libvirt/libvirt.h docs/* docs/apibuild.py:
index 2b6c4202fd5f80b53aca65237aeb24556a029e12..672ed8fed0926565a6c48d61a4a57659d8e7e65c 100644 (file)
@@ -3,7 +3,7 @@
 Summary: Library providing an API to use the Xen virtualization
 Name: libvirt
 Version: @VERSION@
-Release: 1
+Release: 1%{?dist}
 License: LGPL
 Group: Development/Libraries
 Source: libvirt-%{version}.tar.gz
@@ -20,6 +20,7 @@ BuildRequires: readline-devel
 BuildRequires: ncurses-devel
 BuildRequires: gettext
 BuildRequires: libsysfs-devel
+BuildRequires: gnutls-devel
 Obsoletes: libvir
 ExclusiveArch: i386 x86_64 ia64
 
@@ -43,7 +44,6 @@ Summary: Python bindings for the libvirt library
 Group: Development/Libraries
 Requires: libvirt = %{version}
 Obsoletes: libvir-python
-Requires: %{_libdir}/python%(echo `python -c "import sys; print sys.version[0:3]"`)
 
 %description python
 The libvirt-python package contains a module that permits applications
@@ -119,6 +119,11 @@ rm -fr %{buildroot}
 %doc docs/examples/python
 
 %changelog
+* Wed Feb 14 2007 Daniel Veillard <veillard@redhat.com> 0.2.0-1
+- support for KVM and QEmu
+- support for network configuration
+- assorted fixes
+
 * Wed Dec 20 2006 Daniel Veillard <veillard@redhat.com> 0.1.11-1
 - finish inactive Xen domains support
 - memory leak fix
index 1bc733d7abf7bd4cd49012c16bbf1eb96fb08ba0..7c21ab7e35969a1b39a60aad7cbf3013f53e1b4e 100644 (file)
@@ -13,7 +13,7 @@ libvirt_qemud_SOURCES = qemud.c internal.h protocol.h \
 #-D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED=1 -D_POSIX_C_SOURCE=199506L
 libvirt_qemud_CFLAGS = \
         -I$(top_srcdir)/include -I$(top_builddir)/include $(LIBXML_CFLAGS) \
-        -Werror -Wall -Wextra -DLOCAL_STATE_DIR="\"$(localstatedir)\"" \
+        -Wall -Wextra -DLOCAL_STATE_DIR="\"$(localstatedir)\"" \
         -DSYSCONF_DIR="\"$(sysconfdir)\""
 libvirt_qemud_LDFLAGS = $(LIBXML_LIBS) $(SYSFS_LIBS)
 libvirt_qemud_DEPENDENCIES =