packages: libvirt/libvirt.spec, libvirt/libvirt-sasl.patch - up to 0.9.9
zbyniu
zbyniu at pld-linux.org
Thu Jan 12 22:13:06 CET 2012
Author: zbyniu Date: Thu Jan 12 21:13:06 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- up to 0.9.9
---- Files affected:
packages/libvirt:
libvirt.spec (1.48 -> 1.49) , libvirt-sasl.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/libvirt/libvirt.spec
diff -u packages/libvirt/libvirt.spec:1.48 packages/libvirt/libvirt.spec:1.49
--- packages/libvirt/libvirt.spec:1.48 Tue Jan 10 08:59:16 2012
+++ packages/libvirt/libvirt.spec Thu Jan 12 22:13:00 2012
@@ -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.8
-Release: 3
+Version: 0.9.9
+Release: 1
License: LGPL v2.1+
Group: Base/Kernel
Source0: ftp://ftp.libvirt.org/libvirt/%{name}-%{version}.tar.gz
-# Source0-md5: 5bb74092e469d773c3d63128a8c57501
+# Source0-md5: 37c4bf8cdd4c76150bc0c1d249945d27
Source1: %{name}.init
Patch0: %{name}-sasl.patch
URL: http://www.libvirt.org/
@@ -442,6 +442,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.49 2012/01/12 21:13:00 zbyniu
+- up to 0.9.9
+
Revision 1.48 2012/01/10 07:59:16 arekm
- release 3
================================================================
Index: packages/libvirt/libvirt-sasl.patch
diff -u packages/libvirt/libvirt-sasl.patch:1.2 packages/libvirt/libvirt-sasl.patch:1.3
--- packages/libvirt/libvirt-sasl.patch:1.2 Thu May 5 16:02:58 2011
+++ packages/libvirt/libvirt-sasl.patch Thu Jan 12 22:13:00 2012
@@ -26,16 +26,16 @@
# the WITH_LIBVIRTD conditional
if HAVE_SASL
install-data-sasl:
-- mkdir -p $(DESTDIR)$(sysconfdir)/sasl2/
+- $(MKDIR_P) $(DESTDIR)$(sysconfdir)/sasl2/
- $(INSTALL_DATA) $(srcdir)/libvirtd.sasl $(DESTDIR)$(sysconfdir)/sasl2/libvirt.conf
-+ mkdir -p $(DESTDIR)$(sysconfdir)/sasl/
++ $(MKDIR_P) $(DESTDIR)$(sysconfdir)/sasl/
+ $(INSTALL_DATA) $(srcdir)/libvirtd.sasl $(DESTDIR)$(sysconfdir)/sasl/libvirt.conf
uninstall-data-sasl:
- rm -f $(DESTDIR)$(sysconfdir)/sasl2/libvirt.conf
-- rmdir $(DESTDIR)$(sysconfdir)/sasl2/
+- rmdir $(DESTDIR)$(sysconfdir)/sasl2/ || :
+ rm -f $(DESTDIR)$(sysconfdir)/sasl/libvirt.conf
-+ rmdir $(DESTDIR)$(sysconfdir)/sasl/
++ rmdir $(DESTDIR)$(sysconfdir)/sasl/ || :
else
install-data-sasl:
uninstall-data-sasl:
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libvirt/libvirt.spec?r1=1.48&r2=1.49&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libvirt/libvirt-sasl.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list