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


The following commit(s) were added to refs/heads/main by this push:
     new 627784eaf62 packaging: add libvirt-daemon-driver-storage-rbd as 
cloudstack-agent dependency (#9799)
627784eaf62 is described below

commit 627784eaf6222982f0fd85d509f5a9fe3f888399
Author: Wei Zhou <[email protected]>
AuthorDate: Thu Oct 17 11:17:08 2024 +0200

    packaging: add libvirt-daemon-driver-storage-rbd as cloudstack-agent 
dependency (#9799)
---
 debian/control           | 2 +-
 packaging/el8/cloud.spec | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index ed4f95d8e49..c0cb95af035 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Description: CloudStack server library
 
 Package: cloudstack-agent
 Architecture: all
-Depends: ${python:Depends}, ${python3:Depends}, openjdk-17-jre-headless | 
java17-runtime-headless | java17-runtime | zulu-17, cloudstack-common (= 
${source:Version}), lsb-base (>= 9), openssh-client, qemu-kvm (>= 2.5) | 
qemu-system-x86 (>= 5.2), libvirt-bin (>= 1.3) | libvirt-daemon-system (>= 
3.0), iproute2, ebtables, vlan, ipset, python3-libvirt, ethtool, iptables, 
cryptsetup, rng-tools, rsync, lsb-release, ufw, apparmor, cpu-checker
+Depends: ${python:Depends}, ${python3:Depends}, openjdk-17-jre-headless | 
java17-runtime-headless | java17-runtime | zulu-17, cloudstack-common (= 
${source:Version}), lsb-base (>= 9), openssh-client, qemu-kvm (>= 2.5) | 
qemu-system-x86 (>= 5.2), libvirt-bin (>= 1.3) | libvirt-daemon-system (>= 
3.0), iproute2, ebtables, vlan, ipset, python3-libvirt, ethtool, iptables, 
cryptsetup, rng-tools, rsync, lsb-release, ufw, apparmor, cpu-checker, 
libvirt-daemon-driver-storage-rbd
 Recommends: init-system-helpers
 Conflicts: cloud-agent, cloud-agent-libs, cloud-agent-deps, cloud-agent-scripts
 Description: CloudStack agent
diff --git a/packaging/el8/cloud.spec b/packaging/el8/cloud.spec
index a88d4b1cbbf..f9d6fd1ce87 100644
--- a/packaging/el8/cloud.spec
+++ b/packaging/el8/cloud.spec
@@ -102,6 +102,7 @@ Requires: java-17-openjdk
 Requires: tzdata-java
 Requires: %{name}-common = %{_ver}
 Requires: libvirt
+Requires: libvirt-daemon-driver-storage-rbd
 Requires: ebtables
 Requires: iptables
 Requires: ethtool

Reply via email to