From c44e8e3a660733a5525c059b07011d851d20f730 Mon Sep 17 00:00:00 2001 From: David Murphy Date: Wed, 5 Mar 2025 16:14:46 -0700 Subject: [PATCH] Removed dependency on bsdmainutils package for Debian and Ubuntu --- changelog/67184.removed.md | 1 + pkg/debian/control | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 changelog/67184.removed.md diff --git a/changelog/67184.removed.md b/changelog/67184.removed.md new file mode 100644 index 00000000000..a088d8bcfbd --- /dev/null +++ b/changelog/67184.removed.md @@ -0,0 +1 @@ +Removed dependency on bsdmainutils package for Debian and Ubuntu diff --git a/pkg/debian/control b/pkg/debian/control index c08d99d5e23..4f1a2b96352 100644 --- a/pkg/debian/control +++ b/pkg/debian/control @@ -79,8 +79,7 @@ Package: salt-minion Architecture: amd64 arm64 Replaces: salt-common (<= 3006.4) Breaks: salt-common (<= 3006.4) -Depends: bsdmainutils, - dctrl-tools, +Depends: dctrl-tools, salt-common (= ${source:Version}), ${misc:Depends} Recommends: debconf-utils, dmidecode, net-tools