[libvirt] [PATCH] Bump required netcf version to 0.1.4

Laine Stump laine at laine.org
Tue Nov 10 16:35:16 UTC 2009


0.1.3 will build everything, but causes a segfault.
---
 configure.in    |    2 +-
 libvirt.spec.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.in b/configure.in
index 7ad1a90..cd8bb95 100644
--- a/configure.in
+++ b/configure.in
@@ -33,7 +33,7 @@ GNUTLS_REQUIRED="1.0.25"
 AVAHI_REQUIRED="0.6.0"
 POLKIT_REQUIRED="0.6"
 PARTED_REQUIRED="1.8.0"
-NETCF_REQUIRED="0.1.3"
+NETCF_REQUIRED="0.1.4"
 
 dnl Checks for C compiler.
 AC_PROG_CC
diff --git a/libvirt.spec.in b/libvirt.spec.in
index 9238bdd..7c43180 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -308,7 +308,7 @@ BuildRequires: libcap-ng-devel >= 0.5.0
 BuildRequires: libssh2-devel
 %endif
 %if %{with_netcf}
-BuildRequires: netcf-devel >= 0.1.3
+BuildRequires: netcf-devel >= 0.1.4
 %endif
 
 # Fedora build root suckage
-- 
1.6.5.15.gc274d




More information about the libvir-list mailing list