appliance: hold on to openswan version, don't upgrade Signed-off-by: Rohit Yadav <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a10a9d52 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a10a9d52 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a10a9d52 Branch: refs/heads/4.3 Commit: a10a9d522c56f707a9674f1486f58697e8c5206a Parents: efad7b0 Author: Rohit Yadav <[email protected]> Authored: Wed Jan 28 23:21:47 2015 +0530 Committer: Rohit Yadav <[email protected]> Committed: Wed Jan 28 23:21:47 2015 +0530 ---------------------------------------------------------------------- tools/appliance/definitions/systemvm64template/postinstall.sh | 1 + tools/appliance/definitions/systemvmtemplate/postinstall.sh | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a10a9d52/tools/appliance/definitions/systemvm64template/postinstall.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh index e1fd544..436f7cc 100644 --- a/tools/appliance/definitions/systemvm64template/postinstall.sh +++ b/tools/appliance/definitions/systemvm64template/postinstall.sh @@ -64,6 +64,7 @@ install_packages() { echo "openswan openswan/install_x509_certificate boolean false" | debconf-set-selections echo "openswan openswan/install_x509_certificate seen true" | debconf-set-selections apt-get --no-install-recommends -q -y --force-yes install openswan=1:2.6.37-3 + apt-mark hold openswan # xenstore utils apt-get --no-install-recommends -q -y --force-yes install xenstore-utils libxenstore3.0 http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a10a9d52/tools/appliance/definitions/systemvmtemplate/postinstall.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh index 6fb2cb3..30a9485 100644 --- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh +++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh @@ -60,6 +60,7 @@ install_packages() { echo "openswan openswan/install_x509_certificate boolean false" | debconf-set-selections echo "openswan openswan/install_x509_certificate seen true" | debconf-set-selections apt-get --no-install-recommends -q -y --force-yes install openswan=1:2.6.37-3 + apt-mark hold openswan # xenstore utils apt-get --no-install-recommends -q -y --force-yes install xenstore-utils libxenstore3.0
