From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 4/7] perl-Authen-SASL: Update build requirements. Date: Sun, 26 Feb 2023 20:19:01 +0100 Message-ID: <20230226191904.675207-4-stefan.schantl@ipfire.org> In-Reply-To: <20230226191904.675207-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0325278924020420239==" List-Id: --===============0325278924020420239== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable * Disable non working testsuite. Signed-off-by: Stefan Schantl --- perl-Authen-SASL/perl-Authen-SASL.nm | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/perl-Authen-SASL/perl-Authen-SASL.nm b/perl-Authen-SASL/perl-Aut= hen-SASL.nm index b14f1741e..9415808a1 100644 --- a/perl-Authen-SASL/perl-Authen-SASL.nm +++ b/perl-Authen-SASL/perl-Authen-SASL.nm @@ -5,7 +5,7 @@ =20 name =3D perl-Authen-SASL version =3D 2.16 -release =3D 1 +release =3D 2 arch =3D noarch thisapp =3D Authen-SASL-%{version} =20 @@ -24,17 +24,25 @@ source_dl =3D http://www.cpan.org/authors/id/G/GB/GBARR/ =20 build requires + perl(FindBin) perl(Digest::HMAC) perl(Digest::MD5) perl(ExtUtils::MakeMaker) perl(File::Path) perl(GSSAPI) + perl(Module::Install) end =20 build perl Makefile.PL INSTALLDIRS=3Dvendor make %{PARALLELISMFLAGS} end + + # Testsuite is unable to load its own module + # and therefore broken. + #test + # make test + #end end =20 packages --=20 2.30.2 --===============0325278924020420239==--