Skip to content
Snippets Groups Projects
Commit 6fb4103f authored by Andrea Bolognani's avatar Andrea Bolognani
Browse files

control: Turn dmidecode back into a Recommends

It was accidentally made it into a Depends in 10.6.0-2,
which has resulted in libvirt-daemon being uninstallable on
architectures that don't have dmidecode (e.g. ppc64el).
parent 41b013c9
No related branches found
No related tags found
1 merge request!234Prepare 10.7.0-2
......@@ -194,7 +194,6 @@ Section: admin
Architecture: linux-any
Depends:
adduser,
dmidecode,
gettext-base,
iproute2,
libvirt-common (= ${binary:Version}),
......@@ -204,6 +203,7 @@ Depends:
${misc:Depends},
${shlibs:Depends},
Recommends:
dmidecode,
netcat-openbsd,
systemd-sysv | sysvinit-core,
Suggests:
......
......@@ -194,7 +194,6 @@ Section: admin
Architecture: linux-any
Depends:
adduser,
dmidecode,
gettext-base,
iproute2,
libvirt-common (= ${binary:Version}),
......@@ -204,6 +203,7 @@ Depends:
${misc:Depends},
${shlibs:Depends},
Recommends:
dmidecode,
netcat-openbsd,
systemd-sysv | sysvinit-core,
Suggests:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment