[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#928489: unblock: spf-engine/2.9.0-4



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package spf-engine

It's just been reported that postfix-policyd-spf-python is missing a
depends on python3-pkg-resources, which caused me to discover it's also
missing for pyspf-milter from the same source package.

This was not found up to this point because on most systems it is pulled
in by another package.  The fix is minimal and has no regression risk
(see attached debdiff).

Scott K

unblock spf-engine/2.9.0-4
diff -Nru spf-engine-2.9.0/debian/changelog spf-engine-2.9.0/debian/changelog
--- spf-engine-2.9.0/debian/changelog	2019-04-10 00:28:09.000000000 -0400
+++ spf-engine-2.9.0/debian/changelog	2019-05-05 18:07:33.000000000 -0400
@@ -1,3 +1,11 @@
+spf-engine (2.9.0-4) unstable; urgency=medium
+
+  * Fix missing depends on python3-pkg-resources:
+    - For postfix-policyd-spf-python (Closes: #928487)
+    - For pyspf-milter (Closes: #928488)
+
+ -- Scott Kitterman <scott@kitterman.com>  Sun, 05 May 2019 18:07:33 -0400
+
 spf-engine (2.9.0-3) unstable; urgency=medium
 
   * Install pyspf-milter config file in /etc/pyspf-milter/pyspf-milter.conf
diff -Nru spf-engine-2.9.0/debian/control spf-engine-2.9.0/debian/control
--- spf-engine-2.9.0/debian/control	2019-02-05 19:04:20.000000000 -0500
+++ spf-engine-2.9.0/debian/control	2019-05-05 18:07:27.000000000 -0400
@@ -11,7 +11,7 @@
 
 Package: postfix-policyd-spf-python
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python3-spf (>= 2.0.9), postfix, adduser, python3-authres, python3-spf-engine
+Depends: ${python3:Depends}, ${misc:Depends}, python3-spf (>= 2.0.9), postfix, adduser, python3-authres, python3-spf-engine, python3-pkg-resources
 Description: Postfix policy server for SPF checking
  postfix-policyd-spf-python is a full featured Postfix policy engine for
  SPF checking. It includes a variety of whitelisting mechanisms and policy
@@ -22,7 +22,7 @@
 
 Package: pyspf-milter
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python3-spf (>= 2.0.9), postfix|sendmail, adduser, python3-authres, python3-milter, python3-spf-engine
+Depends: ${python3:Depends}, ${misc:Depends}, python3-spf (>= 2.0.9), postfix|sendmail, adduser, python3-authres, python3-milter, python3-spf-engine, python3-pkg-resources
 Description: Modern milter for SPF checking
  pyspf-milter is a full featured milter for SPF checking. It includes a
  variety of whitelisting mechanisms and policy options to enable it to

Reply to: