Skip to content
This repository was archived by the owner on Feb 15, 2021. It is now read-only.

Commit dfef2e5

Browse files
yadvrPearl Dsilva
authored andcommitted
packaging: enforce new min. CloudStack version 4.15 starting GA/1.0 (apache#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>
1 parent 4a2afcb commit dfef2e5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packaging/centos/primate.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Modern Apache CloudStack UI - Primate
3434

3535
%package primate
3636
Summary: Modern Apache CloudStack UI - Primate
37-
Requires: cloudstack-management >= 4.13.0
37+
Requires: cloudstack-management >= 4.15.0
3838
Group: System Environment/Libraries
3939
%description primate
4040
Primate - modern role-base progressive UI for Apache CloudStack

packaging/debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Homepage: https://cloudstack.apache.org/
88

99
Package: cloudstack-primate
1010
Architecture: all
11-
Depends: cloudstack-management (>= 4.13.0)
11+
Depends: cloudstack-management (>= 4.15.0)
1212
Description: CloudStack Primate
1313
The modern CloudStack UI - Primate

0 commit comments

Comments
 (0)