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 2022/12/23 09:16:59 UTC

[cloudstack] branch main updated (d52e4d72b60 -> f4e359dbb09)

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

rohit pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


    from d52e4d72b60 systemvmtemplate: update Debian ISO URL and checksum (#7013)
     add 2bb64397935 ui: fix suitable shared network not showing while import (#7016)
     add 63bc5a8caec packaging: consolidate suse15 to el8 (#6995)
     new f4e359dbb09 Merge remote-tracking branch 'origin/4.17'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 packaging/centos8/cloud.spec                       |  29 +-
 packaging/suse15                                   |   1 +
 packaging/suse15/cloud-ipallocator.rc              |  96 ---
 packaging/suse15/cloud.limits                      |  19 -
 packaging/suse15/cloud.spec                        | 696 ---------------------
 packaging/suse15/cloudstack-agent.te               |  33 -
 packaging/suse15/cloudstack-sccs                   |  20 -
 packaging/suse15/replace.properties                |  59 --
 .../views/compute/wizard/MultiNetworkSelection.vue |   2 +-
 9 files changed, 18 insertions(+), 937 deletions(-)
 create mode 120000 packaging/suse15
 delete mode 100755 packaging/suse15/cloud-ipallocator.rc
 delete mode 100644 packaging/suse15/cloud.limits
 delete mode 100644 packaging/suse15/cloud.spec
 delete mode 100644 packaging/suse15/cloudstack-agent.te
 delete mode 100644 packaging/suse15/cloudstack-sccs
 delete mode 100644 packaging/suse15/replace.properties


[cloudstack] 01/01: Merge remote-tracking branch 'origin/4.17'

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f4e359dbb09c7c8475a6265f8c26ecd94b94ff23
Merge: d52e4d72b60 63bc5a8caec
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Fri Dec 23 14:46:33 2022 +0530

    Merge remote-tracking branch 'origin/4.17'
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>

 packaging/centos8/cloud.spec                       |  29 +-
 packaging/suse15                                   |   1 +
 packaging/suse15/cloud-ipallocator.rc              |  96 ---
 packaging/suse15/cloud.limits                      |  19 -
 packaging/suse15/cloud.spec                        | 696 ---------------------
 packaging/suse15/cloudstack-agent.te               |  33 -
 packaging/suse15/cloudstack-sccs                   |  20 -
 packaging/suse15/replace.properties                |  59 --
 .../views/compute/wizard/MultiNetworkSelection.vue |   2 +-
 9 files changed, 18 insertions(+), 937 deletions(-)

diff --cc packaging/centos8/cloud.spec
index 57d4e68d8ea,d8a9b6c4d23..076f9975071
--- a/packaging/centos8/cloud.spec
+++ b/packaging/centos8/cloud.spec
@@@ -75,15 -73,14 +75,15 @@@ Requires: sud
  Requires: /sbin/service
  Requires: /sbin/chkconfig
  Requires: /usr/bin/ssh-keygen
- Requires: genisoimage
+ Requires: (genisoimage or mkisofs)
  Requires: ipmitool
  Requires: %{name}-common = %{_ver}
- Requires: iptables-services
- Requires: qemu-img
+ Requires: (iptables-services or iptables)
 +Requires: rng-tools
+ Requires: (qemu-img or qemu-tools)
  Requires: python3-pip
  Requires: python3-setuptools
- Requires: libgcrypt > 1.8.3
+ Requires: (libgcrypt > 1.8.3 or libgcrypt20)
  Group:     System Environment/Libraries
  %description management
  The CloudStack management server is the central point of coordination,
@@@ -110,12 -107,11 +110,13 @@@ Requires: (net-tools or net-tools-depre
  Requires: iproute
  Requires: ipset
  Requires: perl
- Requires: python3-libvirt
- Requires: qemu-img
+ Requires: (python3-libvirt or python3-libvirt-python)
+ Requires: (qemu-img or qemu-tools)
  Requires: qemu-kvm
 +Requires: cryptsetup
 +Requires: rng-tools
- Requires: libgcrypt > 1.8.3
+ Requires: (libgcrypt > 1.8.3 or libgcrypt20)
+ Requires: (selinux-tools if qemu-tools)
  Provides: cloud-agent
  Group: System Environment/Libraries
  %description agent
@@@ -683,9 -670,9 +684,12 @@@ pip install --upgrade /usr/share/clouds
  %attr(0755,root,root) %{_bindir}/cloudstack-setup-baremetal
  
  %changelog
 +* Fri Oct 14 2022 Daan Hoogland <da...@gmail.com> 4.18.0
 +- initialising sanity check pointer file
 +
+ * Tue Jun 29 2021 David Jumani <dj...@gmail.com> 4.16.0
+ - Adding SUSE 15 support
+ 
  * Thu Apr 30 2015 Rohit Yadav <bh...@apache.org> 4.6.0
  - Remove awsapi package