From: Erik Fastermann <e.fastermann@proxmox.com>
To: pbs-devel@lists.proxmox.com, pdm-devel@lists.proxmox.com
Cc: Erik Fastermann <e.fastermann@proxmox.com>
Subject: [PATCH proxmox-backup v3 2/5] d/control: depend on tools used by the system report
Date: Tue, 11 Aug 2026 13:43:29 +0200 [thread overview]
Message-ID: <20260811114332.283776-3-e.fastermann@proxmox.com> (raw)
In-Reply-To: <20260811114332.283776-1-e.fastermann@proxmox.com>
The report runs ethtool per physical interface, top (package procps)
for the load section and proxmox-boot-tool (package
proxmox-kernel-helper) for the ESP status, none of which were depended
on directly.
proxmox-kernel-helper is a recommendation rather than a direct
dependency, as proxmox-boot-tool is not required on systems which are
not running a Proxmox kernel.
Reviewed-by: Christian Ebner <c.ebner@proxmox.com>
Tested-by: Christian Ebner <c.ebner@proxmox.com>
Signed-off-by: Erik Fastermann <e.fastermann@proxmox.com>
---
debian/control | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/control b/debian/control
index a04f556db..27354129d 100644
--- a/debian/control
+++ b/debian/control
@@ -199,6 +199,7 @@ Rules-Requires-Root: binary-targets
Package: proxmox-backup-server
Architecture: any
Depends: dmidecode,
+ ethtool,
fonts-font-awesome,
gdisk,
iproute2,
@@ -212,6 +213,7 @@ Depends: dmidecode,
pbs-i18n,
pciutils,
postfix | mail-transport-agent,
+ procps,
proxmox-backup-docs,
proxmox-enterprise-support-keyring,
proxmox-mini-journalreader (>= 1.7),
@@ -223,6 +225,7 @@ Depends: dmidecode,
${misc:Depends},
${shlibs:Depends},
Recommends: ifupdown2,
+ proxmox-kernel-helper,
proxmox-mail-forward,
proxmox-network-interface-pinning,
proxmox-offline-mirror-helper,
--
2.47.3
next prev parent reply other threads:[~2026-08-11 11:43 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-11 11:43 [PATCH proxmox{,-backup,-datacenter-manager} v3 0/5] factor system report into shared crate Erik Fastermann
2026-08-11 11:43 ` [PATCH proxmox v3 1/5] system-report: add crate for shared report generation Erik Fastermann
2026-08-11 11:43 ` Erik Fastermann
2026-08-11 11:43 ` Erik Fastermann [this message]
2026-08-11 11:43 ` [PATCH proxmox-backup v3 3/5] report: use shared proxmox-system-report crate Erik Fastermann
2026-08-11 11:43 ` Erik Fastermann
2026-08-11 11:43 ` [PATCH proxmox-datacenter-manager v3 4/5] d/control: depend on tools used by the system report Erik Fastermann
2026-08-11 11:43 ` [PATCH proxmox-datacenter-manager v3 5/5] report: use shared proxmox-system-report crate Erik Fastermann
2026-08-11 11:43 ` Erik Fastermann
2026-08-12 9:59 ` [PATCH proxmox{,-backup,-datacenter-manager} v3 0/5] factor system report into shared crate Nicolas Frey
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260811114332.283776-3-e.fastermann@proxmox.com \
--to=e.fastermann@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
--cc=pdm-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.