#5 Rebase to 26.4.8
Merged 2 years ago by mschorm. Opened 2 years ago by ljavorsk.
rpms/ ljavorsk/galera rawhide  into  rawhide

file modified
+1
@@ -12,3 +12,4 @@ 

  /galera-26.4.5.tar.gz

  /galera-26.4.6.tar.gz

  /galera-26.4.7.tar.gz

+ /galera-26.4.8.tar.gz

file modified
+13 -2
@@ -1,6 +1,6 @@ 

  Name:           galera

- Version:        26.4.7

- Release:        2%{?dist}

+ Version:        26.4.8

+ Release:        1%{?dist}

  Summary:        Synchronous multi-master wsrep provider (replication engine)

  

  License:        GPLv2
@@ -34,6 +34,14 @@ 

  %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}

  
@@ -96,6 +104,9 @@ 

  

  

  %changelog

+ * Thu Jun 03 2021 Lukas Javorsky <ljavorsk@redhat.com> - 26.4.8-1

+ - Rebase to 26.4.8

+ 

  * Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 26.4.7-2

  - Rebuilt for updated systemd-rpm-macros

    See https://pagure.io/fesco/issue/2583.

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (galera-26.4.7.tar.gz) = 6c5016aca151c4560db65bed309d8381080546030f003a5aa1177d68685eabbce44dfc2551db8756206831a898659b26d0904a48336b8ba22c0106260577543e

+ SHA512 (galera-26.4.8.tar.gz) = 9ae72b7fcef5efde8349179e5a0d0759959d1b90923ec2830f05c570b37b5d514dd638fff6b7e94bb36dd4058260db71b83f64e072d1d6d8dedc8584bc562723

no initial comment

rebased onto 3e81798

2 years ago

Pull-Request has been merged by mschorm

2 years ago