[perl-Net-FTPServer] Switch off tests. Sometimes they passed in scratch build, sometimes failed. One reason could be old

Marcela Mašláňová mmaslano at fedoraproject.org
Mon Aug 6 12:46:44 UTC 2012


commit 681ba910bda68f0df1dbeb4b71ad16a77ce8f4b7
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Mon Aug 6 14:46:06 2012 +0200

    Switch off tests. Sometimes they passed in scratch build, sometimes failed.
    One reason could be old bug RT#21261.

 perl-Net-FTPServer.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Net-FTPServer.spec b/perl-Net-FTPServer.spec
index c5cf43c..e52c8e4 100644
--- a/perl-Net-FTPServer.spec
+++ b/perl-Net-FTPServer.spec
@@ -79,7 +79,8 @@ install -m644 -D ftpd.conf $RPM_BUILD_ROOT%{_sysconfdir}/ftpd.conf
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-make test
+#https://rt.cpan.org/Public/Bug/Display.html?id=21261
+##make test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -98,6 +99,8 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Mon Aug  6 2012 Marcela Mašláňová <mmaslano at redhat.com> - 1.122-18
 - applied patch from RT#35698. Tests were fixed by this change.
+- switch off tests. Sometimes they passed in scratch build, sometimes failed.
+  One reason could be old bug RT#21261.
 
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.122-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild



More information about the perl-devel mailing list