[perl-Test-AutoBuild] Disable SVK & monotone due to FTBFS failures

Daniel P. Berrange berrange at fedoraproject.org
Tue Sep 3 10:19:29 UTC 2013


commit acce8d5552f7c7ae20ee4f67da6ec9351ec77daa
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Tue Sep 3 11:19:08 2013 +0100

    Disable SVK & monotone due to FTBFS failures
    
    perl-File-Lib FTBFS breaking perl-SVK (rhbz #992602)
    monotone FTBFS (rhbz #985750)
    
    Disable both those SCM modules until the bugs are fixed
    
    Signed-off-by: Daniel P. Berrange <berrange at redhat.com>

 perl-Test-AutoBuild.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/perl-Test-AutoBuild.spec b/perl-Test-AutoBuild.spec
index 935dd99..1463cfb 100644
--- a/perl-Test-AutoBuild.spec
+++ b/perl-Test-AutoBuild.spec
@@ -10,9 +10,9 @@
 %define with_darcs 1
 %define with_git 1
 %define with_mercurial 1
-%define with_monotone 1
+%define with_monotone 0
 %define with_perforce 1
-%define with_svk 1
+%define with_svk 0
 %define with_svn 1
 %define with_tla 1
 


More information about the scm-commits mailing list