From 18e1a0f87679e580b78afdf5ae2ad70fdcd8b01c Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Wed, 28 Oct 2020 15:23:44 +0530 Subject: [PATCH] packaging: enforce new min. CloudStack version 4.15 starting GA/1.0 There are many changes, including API changes in upstream master/4.15 which makes it challenging to maintain backward compability of Primate with older versions of CloudStack. Therefore we need to ensure that the rpm and deb Primate pkgs require CloudStack 4.15 as minimum version. This would still leave some flexibility for advanced users of archive builds (which adds risks that some features don't work with 4.14 or older versions). Signed-off-by: Rohit Yadav --- packaging/centos/primate.spec | 2 +- packaging/debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/centos/primate.spec b/packaging/centos/primate.spec index b42cda761..094bc0d49 100644 --- a/packaging/centos/primate.spec +++ b/packaging/centos/primate.spec @@ -34,7 +34,7 @@ Modern Apache CloudStack UI - Primate %package primate Summary: Modern Apache CloudStack UI - Primate -Requires: cloudstack-management >= 4.13.0 +Requires: cloudstack-management >= 4.15.0 Group: System Environment/Libraries %description primate Primate - modern role-base progressive UI for Apache CloudStack diff --git a/packaging/debian/control b/packaging/debian/control index 26effef7b..9115ca8ec 100644 --- a/packaging/debian/control +++ b/packaging/debian/control @@ -8,6 +8,6 @@ Homepage: https://cloudstack.apache.org/ Package: cloudstack-primate Architecture: all -Depends: cloudstack-management (>= 4.13.0) +Depends: cloudstack-management (>= 4.15.0) Description: CloudStack Primate The modern CloudStack UI - Primate