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 <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2020-10-29 15:45:14 +05:30
parent 4f46f3d66c
commit 53bf04a19e
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ Modern Apache CloudStack UI - Primate
%package primate %package primate
Summary: Modern Apache CloudStack UI - Primate Summary: Modern Apache CloudStack UI - Primate
Requires: cloudstack-management >= 4.13.0 Requires: cloudstack-management >= 4.15.0
Group: System Environment/Libraries Group: System Environment/Libraries
%description primate %description primate
Primate - modern role-base progressive UI for Apache CloudStack Primate - modern role-base progressive UI for Apache CloudStack

View File

@ -8,6 +8,6 @@ Homepage: https://cloudstack.apache.org/
Package: cloudstack-primate Package: cloudstack-primate
Architecture: all Architecture: all
Depends: cloudstack-management (>= 4.13.0) Depends: cloudstack-management (>= 4.15.0)
Description: CloudStack Primate Description: CloudStack Primate
The modern CloudStack UI - Primate The modern CloudStack UI - Primate