diff -Nru kdump-tools-1.6.10ubuntu2/debian/changelog kdump-tools-1.6.10ubuntu2.1/debian/changelog --- kdump-tools-1.6.10ubuntu2/debian/changelog 2022-06-10 16:26:37.000000000 +0000 +++ kdump-tools-1.6.10ubuntu2.1/debian/changelog 2022-11-23 18:12:58.000000000 +0000 @@ -1,3 +1,10 @@ +kdump-tools (1:1.6.10ubuntu2.1) jammy; urgency=medium + + * Modifed ucf call in d/kdump-tools.postinst to use option + '--debconf-ok' to fix a package install issue (LP: #1982582). + + -- Frank Heimes Wed, 23 Nov 2022 19:12:58 +0100 + kdump-tools (1:1.6.10ubuntu2) jammy; urgency=low * debian/rules: Remove "ata_piix.prefer_ms_hyperv=0" (LP: #1978333) diff -Nru kdump-tools-1.6.10ubuntu2/debian/kdump-tools.postinst kdump-tools-1.6.10ubuntu2.1/debian/kdump-tools.postinst --- kdump-tools-1.6.10ubuntu2/debian/kdump-tools.postinst 2021-12-02 18:13:23.000000000 +0000 +++ kdump-tools-1.6.10ubuntu2.1/debian/kdump-tools.postinst 2022-11-23 18:12:58.000000000 +0000 @@ -42,7 +42,7 @@ sed -i "s/crashkernel=[^[:space:]\"]*/crashkernel=${CRASHKERNEL}/" "${TMPCONF}" fi - ucf "${TMPCONF}" "${ZIPL_CONFFILE}" + ucf --debconf-ok "${TMPCONF}" "${ZIPL_CONFFILE}" rm -f "${TMPCONF}" if [ -e /usr/sbin/zipl ]; then