Bug#863183: unblock: opendkim/2.11.0~alpha-10
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package opendkim
This upload fixes a policy violation about forced conffile removal and I think
we would be better off to have the change in stretch. It isn't only a
theoretical problem. As it is, if someone is using systemd and then switches
to sysv init the daemon will fail to start.
Scott K
unblock opendkim/2.11.0~alpha-10
diff -Nru opendkim-2.11.0~alpha/debian/changelog opendkim-2.11.0~alpha/debian/changelog
--- opendkim-2.11.0~alpha/debian/changelog 2017-01-25 10:00:10.000000000 -0500
+++ opendkim-2.11.0~alpha/debian/changelog 2017-05-22 18:10:16.000000000 -0400
@@ -1,3 +1,10 @@
+opendkim (2.11.0~alpha-10) unstable; urgency=medium
+
+ * Do not remove /etc/default/opendkim on upgrade since it is a conffile
+ because policy 10.7.3 (Closes: #863055)
+
+ -- Scott Kitterman <scott@kitterman.com> Mon, 22 May 2017 18:08:41 -0400
+
opendkim (2.11.0~alpha-9) unstable; urgency=medium
* Set umask to 0007 in opendkim.service so opendkim socket is group readable
diff -Nru opendkim-2.11.0~alpha/debian/opendkim.postinst opendkim-2.11.0~alpha/debian/opendkim.postinst
--- opendkim-2.11.0~alpha/debian/opendkim.postinst 2016-11-07 09:07:21.000000000 -0500
+++ opendkim-2.11.0~alpha/debian/opendkim.postinst 2017-05-22 18:08:37.000000000 -0400
@@ -42,9 +42,6 @@
# Upgrade /etc/default to systemd override files
if [ -d /run/systemd/system ] && [ -f /etc/default/opendkim ]; then
- if /lib/opendkim/opendkim.service.generate; then
- rm -f /etc/default/opendkim
- fi
if [ -f /etc/tmpfiles.d/opendkim.conf ]; then
systemd-tmpfiles --create /etc/tmpfiles.d/opendkim.conf
fi
Reply to: