[fedora-virt-maint] rpms/libvirt/devel libvirt.spec,1.150,1.151

Mark McLoughlin markmc at fedoraproject.org
Tue Jul 28 17:40:29 UTC 2009


Author: markmc

Update of /cvs/pkgs/rpms/libvirt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv549

Modified Files:
	libvirt.spec 
Log Message:
- Remove explicit libxml2 requires, again
- Build with --without-capng if capng support is disabled



Index: libvirt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/libvirt.spec,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -p -r1.150 -r1.151
--- libvirt.spec	28 Jul 2009 17:17:13 -0000	1.150
+++ libvirt.spec	28 Jul 2009 17:40:29 -0000	1.151
@@ -207,7 +207,6 @@ the libvirtd server exporting the virtua
 %package client
 Summary: client side library and utilities of the libvirt library
 Group: Development/Libraries
-Requires: libxml2
 Requires: readline
 Requires: ncurses
 # So remote clients can access libvirt over SSH tunnel
@@ -339,6 +338,10 @@ iconv -f ISO-8859-1 -t UTF-8 < NEWS.old 
 %define _without_numactl --without-numactl
 %endif
 
+%if ! %{with_capng}
+%define _without_capng --without-capng
+%endif
+
 %if ! %{with_netcf}
 %define _without_netcf --without-netcf
 %endif
@@ -363,6 +366,7 @@ iconv -f ISO-8859-1 -t UTF-8 < NEWS.old 
            %{?_without_storage_iscsi} \
            %{?_without_storage_disk} \
            %{?_without_numactl} \
+           %{?_without_capng} \
            %{?_without_netcf} \
            --with-init-script=redhat \
            --with-remote-pid-file=%{_localstatedir}/run/libvirtd.pid
@@ -610,6 +614,8 @@ fi
 - Enable netcf support
 - Move various requires to the libvirt-client sub-package
 - Sync some trivial cleanups from upstream spec file
+- Remove explicit libxml2 requires, again
+- Build with --without-capng if capng support is disabled
 
 * Tue Jul 28 2009 Mark McLoughlin <markmc at redhat.com> - 0.7.0-0.2.gitf055724
 - Drop glusterfs dep to 2.0.1 (bug #514191)




More information about the Fedora-virt-maint mailing list