]> git.pld-linux.org Git - packages/git-core.git/commitdiff
- svn tests now work with subversion-1.7.6
authorKacper Kornet <draenog@pld-linux.org>
Fri, 12 Oct 2012 01:36:38 +0000 (03:36 +0200)
committerKacper Kornet <draenog@pld-linux.org>
Fri, 12 Oct 2012 01:36:38 +0000 (03:36 +0200)
- BR subversion for svn tests so they are not skipped

git-core.spec

index dff49446bb194ebcef44ee1e15d8c70cd9f58952..a078414535eaa626480e8d2d8e93cdcdbd8de1c3 100644 (file)
@@ -2,7 +2,7 @@
 # Conditional build:
 %bcond_without tests           # don't perform make test
 %bcond_with    tests_cvs       # perform tests which use CVS
-%bcond_with    tests_svn       # perform tests which use subversion
+%bcond_without tests_svn       # perform tests which use subversion
 %bcond_without doc             # skip building/packaging docs/manuals (takes some time)
 
 %define _rc  rc2
@@ -52,6 +52,7 @@ BuildRequires:        xmlto
 BuildRequires: cvs-gnu-client < 1.13
 BuildRequires: cvs-gnu-client >= 1.12
 %endif
+%{?with_tests_svn:BuildRequires:  subversion}
 Conflicts:     pdksh < 5.2.14-46
 %endif
 Requires:      coreutils
This page took 0.035392 seconds and 4 git commands to generate.