Your message dated Tue, 14 May 2019 20:11:00 +0000
with message-id <542424ce-02e3-0ccf-ed6f-81efb3999...@thykier.net>
and subject line Re: Bug#928489: unblock: spf-engine/2.9.0-4
has caused the Debian Bug report #928489,
regarding unblock: spf-engine/2.9.0-4
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
928489: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928489
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian....@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 <sc...@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
--- End Message ---
--- Begin Message ---
Niels Thykier:
> Control: tags -1 moreinfo confirmed
>
> Scott Kitterman:
>> Package: release.debian.org
>> Severity: normal
>> User: release.debian....@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
>>
>
> Hi,
>
> Please upload the package to unstable and remove the moreinfo tag when
> it is ready to be unblocked.
>
> Thanks,
> ~Niels
>
Saw it uploaded and I have unblocked it.
Thanks,
~Niels
--- End Message ---