packages: libvirt/libvirt.spec - up to 0.9.7 - disable sanlock (sanlock.spe...

wiget wiget at pld-linux.org
Sat Nov 12 13:49:07 CET 2011


Author: wiget                        Date: Sat Nov 12 12:49:07 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 0.9.7
- disable sanlock (sanlock.spec is unfinished yet)

---- Files affected:
packages/libvirt:
   libvirt.spec (1.43 -> 1.44) 

---- Diffs:

================================================================
Index: packages/libvirt/libvirt.spec
diff -u packages/libvirt/libvirt.spec:1.43 packages/libvirt/libvirt.spec:1.44
--- packages/libvirt/libvirt.spec:1.43	Mon Oct 24 09:16:56 2011
+++ packages/libvirt/libvirt.spec	Sat Nov 12 13:49:02 2011
@@ -7,7 +7,7 @@
 %bcond_without	xen_proxy	# Xen proxy
 %bcond_without	qemu		# Qemu
 %bcond_without	polkit		# PolicyKit
-%bcond_without	sanlock		# sanlock storage lock manager
+%bcond_with	sanlock		# sanlock storage lock manager
 %bcond_with	netcf		# host interfaces support
 
 # qemu available only on x86 and ppc
@@ -28,12 +28,12 @@
 Summary:	Toolkit to interact with virtualization capabilities
 Summary(pl.UTF-8):	Narzędzia współpracujące z funkcjami wirtualizacji
 Name:		libvirt
-Version:	0.9.6
+Version:	0.9.7
 Release:	1
 License:	LGPL v2.1+
 Group:		Base/Kernel
 Source0:	ftp://ftp.libvirt.org/libvirt/%{name}-%{version}.tar.gz
-# Source0-md5:	b74df374b524d00a22a6c89cfc23099f
+# Source0-md5:	4308b3f4d23f5b0c5196260a9a22a38b
 Source1:	%{name}.init
 Patch0:		%{name}-sasl.patch
 URL:		http://www.libvirt.org/
@@ -337,7 +337,9 @@
 %attr(755,root,root) %{_libdir}/libvirt_iohelper
 %attr(755,root,root) %{_libdir}/virt-aa-helper
 %dir %{_libdir}/libvirt
+%if %{with sanlock}
 %dir %{_libdir}/libvirt/lock-driver
+%endif
 %dir %{_datadir}/libvirt
 %dir %{_datadir}/libvirt/schemas
 %{_datadir}/libvirt/schemas/basictypes.rng
@@ -439,6 +441,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.44  2011/11/12 12:49:02  wiget
+- up to 0.9.7
+- disable sanlock (sanlock.spec is unfinished yet)
+
 Revision 1.43  2011/10/24 07:16:56  arekm
 - R: gettext-devel
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libvirt/libvirt.spec?r1=1.43&r2=1.44&f=u



More information about the pld-cvs-commit mailing list