From faf671842c6cea0e9d0d92a07b02726cd62fdac1 Mon Sep 17 00:00:00 2001 From: Dan Kenigsberg Date: Feb 05 2012 20:19:56 +0000 Subject: vdsm-4.9.3.3 - BZ#785557 bootstrap: do not mark ifcfg as NM_CONTROLLED - BZ#773371 call `vdsmd reconfigure` after bootstrap - BZ#782348 ignore newlines in ifcfg-* --- diff --git a/.gitignore b/.gitignore index 9adc15e..af7bace 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /vdsm-4.9.2-1d7b929.tar.gz /vdsm-4.9.3.1.tar.gz /vdsm-4.9.3.2.tar.gz +/vdsm-4.9.3.3.tar.gz diff --git a/sources b/sources index 4784c23..48fbb34 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -373a6fa6756a43094b1226c55a965b28 vdsm-4.9.3.2.tar.gz +7ee0021516d7908d7353245e56e8e887 vdsm-4.9.3.3.tar.gz diff --git a/vdsm.spec b/vdsm.spec index e78dadd..b5397a1 100644 --- a/vdsm.spec +++ b/vdsm.spec @@ -17,7 +17,7 @@ %global _polkitdir %{_localstatedir}/lib/polkit-1/localauthority/10-vendor.d Name: %{vdsm_name} -Version: 4.9.3.2 +Version: 4.9.3.3 Release: 0%{?vdsm_relvtag}%{?dist}%{?extra_release} Summary: Virtual Desktop Server Manager @@ -717,6 +717,12 @@ exit 0 %{_libexecdir}/%{vdsm_name}/hooks/before_vm_start/10_faqemu %changelog +* Sun Feb 5 2012 Dan Kenigsberg - 4.9.3.3-0.fc16 +- vdsm-4.9.3.3 +- BZ#785557 bootstrap: do not mark ifcfg as NM_CONTROLLED +- BZ#773371 call `vdsmd reconfigure` after bootstrap +- BZ#782348 ignore newlines in ifcfg-* + * Wed Jan 25 2012 Dan Kenigsberg - 4.9.3.2-0.fc16 - vdsm-4.9.3.2 - Reverts "BZ#773666 - Fix HSM flows should not change rw permissions."