From 679fc3db754e1385b601a26439635634b1f1f840 Mon Sep 17 00:00:00 2001 From: Richard Lescak Date: Mon, 3 Jul 2023 08:01:47 +0200 Subject: [PATCH] temporary disable tests for eln to prevent FTBFS --- subversion.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/subversion.spec b/subversion.spec index bedf62a..b3e74d0 100644 --- a/subversion.spec +++ b/subversion.spec @@ -1,5 +1,9 @@ # Disable to avoid all the test suites +%if 0%{?rhel} > 9 || 0%{?eln} +%bcond_with tests +%else %bcond_without tests +%endif # Disable automatic .la file removal %global __brp_remove_la_files %nil @@ -59,7 +63,7 @@ Summary: A Modern Concurrent Version Control System Name: subversion Version: 1.14.2 -Release: 16%{?dist} +Release: 17%{?dist} License: Apache-2.0 URL: https://subversion.apache.org/ Source0: https://downloads.apache.org/subversion/subversion-%{version}.tar.bz2 @@ -587,6 +591,9 @@ make check-javahl %endif %changelog +* Fri Jun 30 2023 Richard Lescak - 1.14.2-17 +- temporary disable tests for eln to prevent FTBFS + * Tue Jun 13 2023 Python Maint - 1.14.2-16 - Rebuilt for Python 3.12