You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/10/29 10:15:20 UTC

[cloudstack-primate] branch master updated: packaging: enforce new min. CloudStack version 4.15 starting GA/1.0 (#841)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git


The following commit(s) were added to refs/heads/master by this push:
     new 1a15d1e  packaging: enforce new min. CloudStack version 4.15 starting GA/1.0 (#841)
1a15d1e is described below

commit 1a15d1ee18197775119214773844160b5ac74c64
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Thu Oct 29 15:45:14 2020 +0530

    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 <ro...@shapeblue.com>
---
 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 b42cda7..094bc0d 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 26effef..9115ca8 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