[vdsm/f19] 4.12.0-11 - update from 3.3 branch

Douglas Schilling Landgraf dougsland at fedoraproject.org
Tue Nov 12 16:21:05 UTC 2013


commit 2fc2645f6e470c28b4b68809790a7167524c83b7
Author: Douglas Schilling Landgraf <dougsland at redhat.com>
Date:   Tue Nov 12 11:20:03 2013 -0500

    4.12.0-11 - update from 3.3 branch
    
    update from branch ovirt-3.3 which include:
        upgrade-fix-v3ResetMetaVolSize-argument
        lvm-Do-not-use-udev-cache-for-obtaining-device-list
        Fix-ballooning-rules-for-computing-the-minimum-avail
        Avoid-M2Crypto-races
        spec-declare-we-provide-an-existing-python-cpopen
        configuring-selinux-allowing-qemu-kvm-to-generate-co

 sources   |    2 +-
 vdsm.spec |   17 +++++++++++++++--
 2 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/sources b/sources
index f7155f1..5427207 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-142e847e85f23233dfdfef601b3badbb  vdsm-4.13.0.tar.gz
+84a09ba25f1eaef08ddaf698aff40bfe  vdsm-4.13.0.tar.gz
diff --git a/vdsm.spec b/vdsm.spec
index 3f3d7f5..038e196 100644
--- a/vdsm.spec
+++ b/vdsm.spec
@@ -46,7 +46,7 @@
 
 Name:           %{vdsm_name}
 Version:        4.13.0
-Release:        10%{?dist}%{?extra_release}
+Release:        11%{?dist}%{?extra_release}
 Summary:        Virtual Desktop Server Manager
 
 Group:          Applications/System
@@ -320,7 +320,7 @@ Manager.
 Summary: Creates a sub-process in simpler safer manner.
 
 BuildRequires: python2-devel
-Provides: python-cpopen = %{version}-%{release}
+Provides: python-cpopen = 1.2.3
 Obsoletes: python-cpopen
 
 %description python-cpopen
@@ -664,6 +664,10 @@ if grep -q "# VDSM section begin" /etc/sysctl.conf; then
         /etc/sysctl.conf
 fi
 
+# hack until we replace core dump with abrt
+/usr/sbin/semanage fcontext -a -t virt_cache_t '/var/log/core(/.*)?'
+/sbin/restorecon -R -v /var/log/core
+
 %if 0%{?rhel}
 if [ "$1" -eq 1 ] ; then
     /sbin/chkconfig --add vdsmd
@@ -1326,6 +1330,15 @@ exit 0
 %attr(755, root, root) %{python_sitearch}/cpopen/cpopen.so*
 
 %changelog
+* Tue Nov 12 2013 Douglas Schilling Landgraf <dougsland at redhat.com> - 4.12.0-11
+- update from branch ovirt-3.3 which include:
+  upgrade-fix-v3ResetMetaVolSize-argument
+  lvm-Do-not-use-udev-cache-for-obtaining-device-list
+  Fix-ballooning-rules-for-computing-the-minimum-avail
+  Avoid-M2Crypto-races
+  spec-declare-we-provide-an-existing-python-cpopen
+  configuring-selinux-allowing-qemu-kvm-to-generate-co
+
 * Tue Nov 12 2013 Douglas Schilling Landgraf <dougsland at redhat.com> - 4.12.0-10
 - Fix requires on post for hostname.
 


More information about the scm-commits mailing list