Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package spamassassin for openSUSE:Factory 
checked in at 2021-02-17 18:09:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spamassassin (Old)
 and      /work/SRC/openSUSE:Factory/.spamassassin.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spamassassin"

Wed Feb 17 18:09:44 2021 rev:83 rq:871446 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/spamassassin/spamassassin.changes        
2020-12-29 15:48:08.372392123 +0100
+++ /work/SRC/openSUSE:Factory/.spamassassin.new.28504/spamassassin.changes     
2021-02-17 18:09:48.649855724 +0100
@@ -1,0 +2,6 @@
+Fri Feb 12 11:25:16 UTC 2021 - Pedro Monreal <[email protected]>
+
+- Relax the crypto policies for the test-suite. This will allow the
+  tests that use certificates with small key lengths to pass.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ spamassassin.spec ++++++
--- /var/tmp/diff_new_pack.h8v4ak/_old  2021-02-17 18:09:49.477856401 +0100
+++ /var/tmp/diff_new_pack.h8v4ak/_new  2021-02-17 18:09:49.477856401 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package spamassassin
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -68,8 +68,8 @@
 BuildRequires:  re2c
 BuildRequires:  wget >= 1.8.2
 #
-Requires:       spamassassin-spamc = %{sa_version}
 Requires:       re2c
+Requires:       spamassassin-spamc = %{sa_version}
 Requires:       (curl >= 7.2.14 or wget >= 1.8.2)
 Requires:       perl(Archive::Tar) >= 1.23
 Requires:       perl(Error)
@@ -235,6 +235,9 @@
 
 %check
 %if %{with test}
+# Relax the crypto policies for the test-suite
+export OPENSSL_SYSTEM_CIPHERS_OVERRIDE=xyz_nonexistent_file
+export OPENSSL_CONF=''
 %make_build -j1 test
 %endif
 

Reply via email to