From 53bf04a19ed73f01c7bd2a14dbfe91383a1e5f73 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Thu, 29 Oct 2020 15:45:14 +0530 Subject: [PATCH] packaging: enforce new min. CloudStack version 4.15 starting GA/1.0 (#841) 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 --- ui/packaging/centos/primate.spec | 2 +- ui/packaging/debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/packaging/centos/primate.spec b/ui/packaging/centos/primate.spec index b42cda7619f..094bc0d4905 100644 --- a/ui/packaging/centos/primate.spec +++ b/ui/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/ui/packaging/debian/control b/ui/packaging/debian/control index 26effef7bf5..9115ca8ecbc 100644 --- a/ui/packaging/debian/control +++ b/ui/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