diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-06-30 09:06:01 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2023-12-08 09:46:20 +0000 |
commit | c67ec6a0a295b64d1e990f7f79d67fd3472e55e6 (patch) | |
tree | 074107ddaf87d933008d7754bee054f3e3c85fd7 | |
parent | Removing 32bit architectures from depends. (diff) | |
download | progress-linux-metapackages-c67ec6a0a295b64d1e990f7f79d67fd3472e55e6.tar.xz progress-linux-metapackages-c67ec6a0a295b64d1e990f7f79d67fd3472e55e6.zip |
Moving from knot-resolver to systemd-resolved.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/debian/control b/debian/control index cc6bff6..31d1661 100644 --- a/debian/control +++ b/debian/control @@ -28,17 +28,14 @@ Depends: needrestart, # knot knot-dnsutils, - knot-dnssecutils, knot-host, -# knot-resolver - knot-resolver [amd64 arm64], - socat, # lzip plzip, tarlz, zutils, # systemd libpam-systemd, + systemd-resolved, systemd-oomd, # other acl, @@ -68,8 +65,6 @@ Depends: wget, whois, zstd, -Conflicts: - resolvconf, Enhances: progress-linux, Description: Progress Linux - Base System @@ -170,6 +165,8 @@ Depends: git-buildpackage, myrepos, pre-commit, +# knot + knot-dnssecutils, # sphinx python3-sphinx, python3-sphinx-autobuild, |