[4/7] perl-Authen-SASL: Update build requirements.

Message ID 20230226191904.675207-4-stefan.schantl@ipfire.org
State Accepted
Commit 39a49de8176360df8fc3ff60a7b8a38189d93047
Headers
Series [1/7] perl-Module-Install: New package |

Commit Message

Stefan Schantl Feb. 26, 2023, 7:19 p.m. UTC
  * Disable non working testsuite.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 perl-Authen-SASL/perl-Authen-SASL.nm | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
  

Patch

diff --git a/perl-Authen-SASL/perl-Authen-SASL.nm b/perl-Authen-SASL/perl-Authen-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 @@ 
 
 name       = perl-Authen-SASL
 version    = 2.16
-release    = 1
+release    = 2
 arch       = noarch
 thisapp    = Authen-SASL-%{version}
 
@@ -24,17 +24,25 @@  source_dl  = http://www.cpan.org/authors/id/G/GB/GBARR/
 
 build
 	requires
+		perl(FindBin)
 		perl(Digest::HMAC)
 		perl(Digest::MD5)
 		perl(ExtUtils::MakeMaker)
 		perl(File::Path)
 		perl(GSSAPI)
+		perl(Module::Install)
 	end
 
 	build
 		perl Makefile.PL INSTALLDIRS=vendor
 		make %{PARALLELISMFLAGS}
 	end
+
+	# Testsuite is unable to load its own module
+	# and therefore broken.
+	#test
+	#	make test
+	#end
 end
 
 packages