diff --git a/mariadb-connector-c.spec b/mariadb-connector-c.spec index c8abd1d..935ec10 100644 --- a/mariadb-connector-c.spec +++ b/mariadb-connector-c.spec @@ -15,7 +15,7 @@ Name: mariadb-connector-c Version: 3.1.13 -Release: 2%{?with_debug:.debug}%{?dist} +Release: 3%{?with_debug:.debug}%{?dist} Summary: The MariaDB Native Client library (C driver) License: LGPLv2+ Source: https://downloads.mariadb.org/interstitial/connector-c-%{version}/%{name}-%{version}-src.tar.gz @@ -234,6 +234,10 @@ popd # Need to ensure, that the testsuite will also run properly on 'fedpkg local' buid, not damaging the host machine %changelog +* Mon Aug 09 2021 Mohan Boddu - 3.1.13-3 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Wed Jun 16 2021 Mohan Boddu - 3.1.13-2 - Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065