From 13596c1e89c36eb2700d7f83e4758fb8b233d417 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Thu, 10 Jun 2021 05:09:50 +0200 Subject: [PATCH] Revert "Fix the failing wsrep test issued in the BZ_1959484" This reverts commit 89095776bbd0cd3486563c068c4c647c05b8aefc. Related: #1982642 --- galera.spec | 8 -------- 1 file changed, 8 deletions(-) diff --git a/galera.spec b/galera.spec index ecb5d6c..211c695 100644 --- a/galera.spec +++ b/galera.spec @@ -34,14 +34,6 @@ replication engine see http://www.codership.com. %setup -q %patch0 -p1 -# Fix for BZ#1959484 -# The script is checking the version without the wsrep API number (the first number separated by dot) -# This could be caused by wrongly providing the version from wsrep_load function -# Issue is already reported here: https://github.com/codership/galera/issues/596 -# So we can temporary remove API version from the test to make it work, however, we will wait for the upstream's -# solution in the issue linked above -sed -i '/^GALERA_VER/s/API + //' wsrep/tests/SConscript - %build %{set_build_flags}