|
|
@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
# To both save infrastrucutre resources and workaround for i686 FTBFS
|
|
|
|
|
|
|
|
ExcludeArch: %{ix86}
|
|
|
|
|
|
|
|
|
|
|
|
# Prefix that is used for patches
|
|
|
|
# Prefix that is used for patches
|
|
|
|
%global pkg_name %{name}
|
|
|
|
%global pkg_name %{name}
|
|
|
|
%global pkgnamepatch mariadb
|
|
|
|
%global pkgnamepatch mariadb
|
|
|
@ -11,7 +14,7 @@
|
|
|
|
# The last version on which the full testsuite has been run
|
|
|
|
# The last version on which the full testsuite has been run
|
|
|
|
# In case of further rebuilds of that version, don't require full testsuite to be run
|
|
|
|
# In case of further rebuilds of that version, don't require full testsuite to be run
|
|
|
|
# run only "main" suite
|
|
|
|
# run only "main" suite
|
|
|
|
%global last_tested_version 10.5.22
|
|
|
|
%global last_tested_version 10.11.6
|
|
|
|
# Set to 1 to force run the testsuite even if it was already tested in current version
|
|
|
|
# Set to 1 to force run the testsuite even if it was already tested in current version
|
|
|
|
%global force_run_testsuite 0
|
|
|
|
%global force_run_testsuite 0
|
|
|
|
|
|
|
|
|
|
|
@ -154,7 +157,7 @@
|
|
|
|
%global sameevr %{epoch}:%{version}-%{release}
|
|
|
|
%global sameevr %{epoch}:%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
Name: mariadb
|
|
|
|
Name: mariadb
|
|
|
|
Version: 10.5.22
|
|
|
|
Version: 10.11.6
|
|
|
|
Release: 1%{?with_debug:.debug}%{?dist}
|
|
|
|
Release: 1%{?with_debug:.debug}%{?dist}
|
|
|
|
Epoch: 3
|
|
|
|
Epoch: 3
|
|
|
|
|
|
|
|
|
|
|
@ -162,12 +165,8 @@ Summary: A very fast and robust SQL database server
|
|
|
|
URL: http://mariadb.org
|
|
|
|
URL: http://mariadb.org
|
|
|
|
License: GPLv2 and LGPLv2
|
|
|
|
License: GPLv2 and LGPLv2
|
|
|
|
|
|
|
|
|
|
|
|
# Original upstream sources archive URL
|
|
|
|
Source0: https://downloads.mariadb.org/interstitial/mariadb-%{version}/source/mariadb-%{version}.tar.gz
|
|
|
|
# Source0: https://downloads.mariadb.org/interstitial/mariadb-%{version}/source/mariadb-%{version}.tar.gz
|
|
|
|
Source1: https://github.com/fmtlib/fmt/archive/refs/tags/8.0.1.zip
|
|
|
|
# Non-existent URL containing correct archive name
|
|
|
|
|
|
|
|
# The archive was created by executing the "generate-modified-sources.sh" script
|
|
|
|
|
|
|
|
Source0: https://fedoraproject.org/mariadb-%{version}-downstream_modified.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Source2: mysql_config_multilib.sh
|
|
|
|
Source2: mysql_config_multilib.sh
|
|
|
|
Source3: my.cnf.in
|
|
|
|
Source3: my.cnf.in
|
|
|
|
Source6: README.mariadb-docs
|
|
|
|
Source6: README.mariadb-docs
|
|
|
@ -220,6 +219,8 @@ Patch9: %{pkgnamepatch}-ownsetup.patch
|
|
|
|
# Patch10: Fix cipher name in the SSL Cipher name test
|
|
|
|
# Patch10: Fix cipher name in the SSL Cipher name test
|
|
|
|
Patch10: %{pkgnamepatch}-ssl-cipher-tests.patch
|
|
|
|
Patch10: %{pkgnamepatch}-ssl-cipher-tests.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Patch11: %{pkgnamepatch}-fmt_bundle.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: cmake gcc-c++
|
|
|
|
BuildRequires: cmake gcc-c++
|
|
|
|
BuildRequires: multilib-rpm-config
|
|
|
|
BuildRequires: multilib-rpm-config
|
|
|
@ -292,6 +293,8 @@ BuildRequires: perl(warnings)
|
|
|
|
# for running some openssl tests rhbz#1189180
|
|
|
|
# for running some openssl tests rhbz#1189180
|
|
|
|
BuildRequires: openssl openssl-devel
|
|
|
|
BuildRequires: openssl openssl-devel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#BuildRequires: fmt-devel
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with debug}
|
|
|
|
%if %{with debug}
|
|
|
|
BuildRequires: valgrind-devel
|
|
|
|
BuildRequires: valgrind-devel
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
@ -729,7 +732,7 @@ sources.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n mariadb-%{version}-downstream_modified
|
|
|
|
%setup -q -n %{pkg_name}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
# Remove JAR files that upstream puts into tarball
|
|
|
|
# Remove JAR files that upstream puts into tarball
|
|
|
|
find . -name "*.jar" -type f -exec rm --verbose -f {} \;
|
|
|
|
find . -name "*.jar" -type f -exec rm --verbose -f {} \;
|
|
|
@ -744,6 +747,7 @@ rm -r storage/rocksdb/
|
|
|
|
%patch4 -p1
|
|
|
|
%patch4 -p1
|
|
|
|
%patch7 -p1
|
|
|
|
%patch7 -p1
|
|
|
|
%patch9 -p1
|
|
|
|
%patch9 -p1
|
|
|
|
|
|
|
|
%patch11 -p1
|
|
|
|
# The test in Patch 10 has been recently updated by upstream
|
|
|
|
# The test in Patch 10 has been recently updated by upstream
|
|
|
|
# and the test was disabled in the testuite run
|
|
|
|
# and the test was disabled in the testuite run
|
|
|
|
# main.ssl_cipher [ disabled ] MDEV-17184 - Failures with OpenSSL 1.1.1
|
|
|
|
# main.ssl_cipher [ disabled ] MDEV-17184 - Failures with OpenSSL 1.1.1
|
|
|
@ -767,6 +771,9 @@ cat %{SOURCE52} | tee -a mysql-test/unstable-tests
|
|
|
|
cat %{SOURCE53} | tee -a mysql-test/unstable-tests
|
|
|
|
cat %{SOURCE53} | tee -a mysql-test/unstable-tests
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mkdir -p %{_vpath_builddir}/bundles
|
|
|
|
|
|
|
|
cp %{SOURCE1} %{_vpath_builddir}/bundles/
|
|
|
|
|
|
|
|
|
|
|
|
cp %{SOURCE2} %{SOURCE3} %{SOURCE10} %{SOURCE11} %{SOURCE12} \
|
|
|
|
cp %{SOURCE2} %{SOURCE3} %{SOURCE10} %{SOURCE11} %{SOURCE12} \
|
|
|
|
%{SOURCE14} %{SOURCE15} %{SOURCE16} %{SOURCE18} %{SOURCE70} %{SOURCE73} scripts
|
|
|
|
%{SOURCE14} %{SOURCE15} %{SOURCE16} %{SOURCE18} %{SOURCE70} %{SOURCE73} scripts
|
|
|
|
|
|
|
|
|
|
|
@ -851,6 +858,7 @@ fi
|
|
|
|
-DCONC_WITH_SSL=%{?with_clibrary:ON}%{!?with_clibrary:NO} \
|
|
|
|
-DCONC_WITH_SSL=%{?with_clibrary:ON}%{!?with_clibrary:NO} \
|
|
|
|
-DWITH_SSL=system \
|
|
|
|
-DWITH_SSL=system \
|
|
|
|
-DWITH_ZLIB=system \
|
|
|
|
-DWITH_ZLIB=system \
|
|
|
|
|
|
|
|
-DWITH_LIBFMT=bundled \
|
|
|
|
-DLZ4_LIBS=%{_libdir}/liblz4.so \
|
|
|
|
-DLZ4_LIBS=%{_libdir}/liblz4.so \
|
|
|
|
-DLZ4_LIBS=%{?with_lz4:%{_libdir}/liblz4.so}%{!?with_lz4:} \
|
|
|
|
-DLZ4_LIBS=%{?with_lz4:%{_libdir}/liblz4.so}%{!?with_lz4:} \
|
|
|
|
-DWITH_INNODB_LZ4=%{?with_lz4:ON}%{!?with_lz4:OFF} \
|
|
|
|
-DWITH_INNODB_LZ4=%{?with_lz4:ON}%{!?with_lz4:OFF} \
|
|
|
@ -871,6 +879,8 @@ fi
|
|
|
|
-DPLUGIN_AWS_KEY_MANAGEMENT=NO \
|
|
|
|
-DPLUGIN_AWS_KEY_MANAGEMENT=NO \
|
|
|
|
-DCONNECT_WITH_MONGO=OFF \
|
|
|
|
-DCONNECT_WITH_MONGO=OFF \
|
|
|
|
-DCONNECT_WITH_JDBC=OFF \
|
|
|
|
-DCONNECT_WITH_JDBC=OFF \
|
|
|
|
|
|
|
|
-DPLUGIN_PROVIDER_LZMA=NO \
|
|
|
|
|
|
|
|
-DPLUGIN_HASHICORP_KEY_MANAGEMENT=NO \
|
|
|
|
%{?with_debug: -DCMAKE_BUILD_TYPE=Debug -DWITH_ASAN=OFF -DWITH_INNODB_EXTRA_DEBUG=ON -DWITH_VALGRIND=ON}
|
|
|
|
%{?with_debug: -DCMAKE_BUILD_TYPE=Debug -DWITH_ASAN=OFF -DWITH_INNODB_EXTRA_DEBUG=ON -DWITH_VALGRIND=ON}
|
|
|
|
|
|
|
|
|
|
|
|
# The -DSECURITY_HARDENED is used to force a set of compilation flags for hardening
|
|
|
|
# The -DSECURITY_HARDENED is used to force a set of compilation flags for hardening
|
|
|
@ -1032,11 +1042,6 @@ rm %{buildroot}%{_mandir}/man1/mytop.1*
|
|
|
|
# Should be shipped with mariadb-connector-c
|
|
|
|
# Should be shipped with mariadb-connector-c
|
|
|
|
rm %{buildroot}%{_mandir}/man1/mariadb_config.1*
|
|
|
|
rm %{buildroot}%{_mandir}/man1/mariadb_config.1*
|
|
|
|
|
|
|
|
|
|
|
|
# put logrotate script where it needs to be
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{logrotateddir}
|
|
|
|
|
|
|
|
mv %{buildroot}%{_datadir}/%{pkg_name}/mysql-log-rotate %{buildroot}%{logrotateddir}/%{daemon_name}
|
|
|
|
|
|
|
|
chmod 644 %{buildroot}%{logrotateddir}/%{daemon_name}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# for compatibility with upstream RPMs, create mysqld symlink in sbin
|
|
|
|
# for compatibility with upstream RPMs, create mysqld symlink in sbin
|
|
|
|
mkdir -p %{buildroot}%{_sbindir}
|
|
|
|
mkdir -p %{buildroot}%{_sbindir}
|
|
|
|
ln -s %{_libexecdir}/mysqld %{buildroot}%{_sbindir}/mysqld
|
|
|
|
ln -s %{_libexecdir}/mysqld %{buildroot}%{_sbindir}/mysqld
|
|
|
@ -1059,7 +1064,7 @@ touch %{buildroot}%{_sysconfdir}/sysconfig/clustercheck
|
|
|
|
install -p -m 0755 %{_vpath_builddir}/scripts/clustercheck %{buildroot}%{_bindir}/clustercheck
|
|
|
|
install -p -m 0755 %{_vpath_builddir}/scripts/clustercheck %{buildroot}%{_bindir}/clustercheck
|
|
|
|
|
|
|
|
|
|
|
|
# remove duplicate logrotate script
|
|
|
|
# remove duplicate logrotate script
|
|
|
|
rm %{buildroot}%{logrotateddir}/mysql
|
|
|
|
rm %{buildroot}%{_datadir}/mariadb/mariadb.logrotate
|
|
|
|
# Remove AppArmor files
|
|
|
|
# Remove AppArmor files
|
|
|
|
rm -r %{buildroot}%{_datadir}/%{pkg_name}/policy/apparmor
|
|
|
|
rm -r %{buildroot}%{_datadir}/%{pkg_name}/policy/apparmor
|
|
|
|
|
|
|
|
|
|
|
@ -1071,6 +1076,11 @@ mv %{buildroot}/%{_lib}/security %{buildroot}%{_libdir}
|
|
|
|
# Add wsrep_sst_rsync_tunnel script
|
|
|
|
# Add wsrep_sst_rsync_tunnel script
|
|
|
|
install -p -m 0755 scripts/wsrep_sst_rsync_tunnel %{buildroot}%{_bindir}/wsrep_sst_rsync_tunnel
|
|
|
|
install -p -m 0755 scripts/wsrep_sst_rsync_tunnel %{buildroot}%{_bindir}/wsrep_sst_rsync_tunnel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Remove systemd socket files from %%{_unitdir}
|
|
|
|
|
|
|
|
# We ship them in %%{_datadir}, so users can try them out on their own risk
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/%{daemon_name}/systemd
|
|
|
|
|
|
|
|
mv %{buildroot}%{_unitdir}/%{daemon_name}*.socket %{buildroot}%{_datadir}/%{daemon_name}/systemd
|
|
|
|
|
|
|
|
|
|
|
|
# Disable plugins
|
|
|
|
# Disable plugins
|
|
|
|
%if %{with gssapi}
|
|
|
|
%if %{with gssapi}
|
|
|
|
sed -i 's/^plugin-load-add/#plugin-load-add/' %{buildroot}%{_sysconfdir}/my.cnf.d/auth_gssapi.cnf
|
|
|
|
sed -i 's/^plugin-load-add/#plugin-load-add/' %{buildroot}%{_sysconfdir}/my.cnf.d/auth_gssapi.cnf
|
|
|
@ -1099,6 +1109,7 @@ rm %{buildroot}%{_libdir}/libmariadb.so.*
|
|
|
|
unlink %{buildroot}%{_libdir}/libmysqlclient.so
|
|
|
|
unlink %{buildroot}%{_libdir}/libmysqlclient.so
|
|
|
|
unlink %{buildroot}%{_libdir}/libmysqlclient_r.so
|
|
|
|
unlink %{buildroot}%{_libdir}/libmysqlclient_r.so
|
|
|
|
unlink %{buildroot}%{_libdir}/libmariadb.so
|
|
|
|
unlink %{buildroot}%{_libdir}/libmariadb.so
|
|
|
|
|
|
|
|
rm %{buildroot}%{_mandir}/man3/*
|
|
|
|
# Client plugins
|
|
|
|
# Client plugins
|
|
|
|
rm %{buildroot}%{_libdir}/%{pkg_name}/plugin/{dialog.so,mysql_clear_password.so,sha256_password.so}
|
|
|
|
rm %{buildroot}%{_libdir}/%{pkg_name}/plugin/{dialog.so,mysql_clear_password.so,sha256_password.so}
|
|
|
|
%if %{with gssapi}
|
|
|
|
%if %{with gssapi}
|
|
|
@ -1159,7 +1170,7 @@ rm %{buildroot}%{_datadir}/%{pkg_name}/errmsg-utf8.txt
|
|
|
|
rm -r %{buildroot}%{_datadir}/%{pkg_name}/{english,czech,danish,dutch,estonian,\
|
|
|
|
rm -r %{buildroot}%{_datadir}/%{pkg_name}/{english,czech,danish,dutch,estonian,\
|
|
|
|
french,german,greek,hungarian,italian,japanese,korean,norwegian,norwegian-ny,\
|
|
|
|
french,german,greek,hungarian,italian,japanese,korean,norwegian,norwegian-ny,\
|
|
|
|
polish,portuguese,romanian,russian,serbian,slovak,spanish,swedish,ukrainian,hindi,\
|
|
|
|
polish,portuguese,romanian,russian,serbian,slovak,spanish,swedish,ukrainian,hindi,\
|
|
|
|
bulgarian,chinese}
|
|
|
|
bulgarian,chinese,georgian}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if %{without test}
|
|
|
|
%if %{without test}
|
|
|
@ -1253,7 +1264,7 @@ export MTR_BUILD_THREAD=$(( $(date +%s) % 1100 ))
|
|
|
|
--skip-test-list=unstable-tests
|
|
|
|
--skip-test-list=unstable-tests
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
# Second run for the SPIDER suites that fail with SCA (ssl self signed certificate)
|
|
|
|
# Second run for the SPIDER suites that fail with SCA (ssl self signed certificate)
|
|
|
|
perl ./mysql-test-run.pl $common_testsuite_arguments --skip-ssl --big-test --suite=spider,spider/bg,spider/bugfix,spider/handler \
|
|
|
|
perl ./mysql-test-run.pl $common_testsuite_arguments --skip-ssl --big-test --suite=spider,spider/bg,spider/bugfix \
|
|
|
|
%if %{ignore_testsuite_result}
|
|
|
|
%if %{ignore_testsuite_result}
|
|
|
|
--max-test-fail=999 || :
|
|
|
|
--max-test-fail=999 || :
|
|
|
|
%else
|
|
|
|
%else
|
|
|
@ -1264,6 +1275,8 @@ export MTR_BUILD_THREAD=$(( $(date +%s) % 1100 ))
|
|
|
|
|
|
|
|
|
|
|
|
# There might be a dangling symlink left from the testing, remove it to not be installed
|
|
|
|
# There might be a dangling symlink left from the testing, remove it to not be installed
|
|
|
|
rm -rf ./var
|
|
|
|
rm -rf ./var
|
|
|
|
|
|
|
|
# Remove temporary files created by the testsuite execution
|
|
|
|
|
|
|
|
find ./ -type f -name '*~' -exec rm {} +
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
# NOTE: the Spider SE has 2 more hidden testsuites "oracle" and "oracle2".
|
|
|
|
# NOTE: the Spider SE has 2 more hidden testsuites "oracle" and "oracle2".
|
|
|
@ -1382,6 +1395,7 @@ fi
|
|
|
|
%lang(uk) %{_datadir}/%{pkg_name}/ukrainian
|
|
|
|
%lang(uk) %{_datadir}/%{pkg_name}/ukrainian
|
|
|
|
%lang(bg) %{_datadir}/%{pkg_name}/bulgarian
|
|
|
|
%lang(bg) %{_datadir}/%{pkg_name}/bulgarian
|
|
|
|
%lang(zh) %{_datadir}/%{pkg_name}/chinese
|
|
|
|
%lang(zh) %{_datadir}/%{pkg_name}/chinese
|
|
|
|
|
|
|
|
%lang(ka) %{_datadir}/%{pkg_name}/georgian
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with galera}
|
|
|
|
%if %{with galera}
|
|
|
@ -1427,6 +1441,11 @@ fi
|
|
|
|
%config(noreplace) %{_sysconfdir}/my.cnf.d/enable_encryption.preset
|
|
|
|
%config(noreplace) %{_sysconfdir}/my.cnf.d/enable_encryption.preset
|
|
|
|
%config(noreplace) %{_sysconfdir}/my.cnf.d/spider.cnf
|
|
|
|
%config(noreplace) %{_sysconfdir}/my.cnf.d/spider.cnf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/my.cnf.d/provider_lz4.cnf
|
|
|
|
|
|
|
|
#%config(noreplace) %{_sysconfdir}/my.cnf.d/provider_lzma.cnf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#%config(noreplace) %{_sysconfdir}/my.cnf.d/hashicorp_key_management.cnf
|
|
|
|
|
|
|
|
|
|
|
|
%{_sbindir}/mysqld
|
|
|
|
%{_sbindir}/mysqld
|
|
|
|
%{_sbindir}/mariadbd
|
|
|
|
%{_sbindir}/mariadbd
|
|
|
|
%{_libexecdir}/{mysqld,mariadbd}
|
|
|
|
%{_libexecdir}/{mysqld,mariadbd}
|
|
|
@ -1484,10 +1503,12 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
%{_mandir}/man1/mysql.server.1*
|
|
|
|
%{_mandir}/man1/mysql.server.1*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%{_datadir}/%{pkg_name}/mini-benchmark
|
|
|
|
%{_datadir}/%{pkg_name}/fill_help_tables.sql
|
|
|
|
%{_datadir}/%{pkg_name}/fill_help_tables.sql
|
|
|
|
%{_datadir}/%{pkg_name}/maria_add_gis_sp.sql
|
|
|
|
%{_datadir}/%{pkg_name}/maria_add_gis_sp.sql
|
|
|
|
%{_datadir}/%{pkg_name}/maria_add_gis_sp_bootstrap.sql
|
|
|
|
%{_datadir}/%{pkg_name}/maria_add_gis_sp_bootstrap.sql
|
|
|
|
%{_datadir}/%{pkg_name}/mysql_system_tables.sql
|
|
|
|
%{_datadir}/%{pkg_name}/mysql_system_tables.sql
|
|
|
|
|
|
|
|
%{_datadir}/%{pkg_name}/mysql_sys_schema.sql
|
|
|
|
%{_datadir}/%{pkg_name}/mysql_system_tables_data.sql
|
|
|
|
%{_datadir}/%{pkg_name}/mysql_system_tables_data.sql
|
|
|
|
%{_datadir}/%{pkg_name}/mysql_test_data_timezone.sql
|
|
|
|
%{_datadir}/%{pkg_name}/mysql_test_data_timezone.sql
|
|
|
|
%{_datadir}/%{pkg_name}/mysql_performance_tables.sql
|
|
|
|
%{_datadir}/%{pkg_name}/mysql_performance_tables.sql
|
|
|
@ -1511,6 +1532,8 @@ fi
|
|
|
|
%{_datadir}/%{pkg_name}/policy/selinux/README
|
|
|
|
%{_datadir}/%{pkg_name}/policy/selinux/README
|
|
|
|
%{_datadir}/%{pkg_name}/policy/selinux/mariadb-server.*
|
|
|
|
%{_datadir}/%{pkg_name}/policy/selinux/mariadb-server.*
|
|
|
|
%{_datadir}/%{pkg_name}/policy/selinux/mariadb.*
|
|
|
|
%{_datadir}/%{pkg_name}/policy/selinux/mariadb.*
|
|
|
|
|
|
|
|
%dir %{_datadir}/%{pkg_name}/systemd
|
|
|
|
|
|
|
|
%{_datadir}/%{pkg_name}/systemd/*.socket
|
|
|
|
|
|
|
|
|
|
|
|
%{_unitdir}/%{daemon_name}*
|
|
|
|
%{_unitdir}/%{daemon_name}*
|
|
|
|
|
|
|
|
|
|
|
@ -1617,6 +1640,7 @@ fi
|
|
|
|
%{_datadir}/aclocal/mysql.m4
|
|
|
|
%{_datadir}/aclocal/mysql.m4
|
|
|
|
%{_libdir}/pkgconfig/*mariadb.pc
|
|
|
|
%{_libdir}/pkgconfig/*mariadb.pc
|
|
|
|
%if %{with clibrary}
|
|
|
|
%if %{with clibrary}
|
|
|
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_libdir}/{libmysqlclient.so.18,libmariadb.so,libmysqlclient.so,libmysqlclient_r.so}
|
|
|
|
%{_libdir}/{libmysqlclient.so.18,libmariadb.so,libmysqlclient.so,libmysqlclient_r.so}
|
|
|
|
%{_bindir}/mysql_config*
|
|
|
|
%{_bindir}/mysql_config*
|
|
|
|
%{_bindir}/mariadb_config*
|
|
|
|
%{_bindir}/mariadb_config*
|
|
|
@ -1656,6 +1680,24 @@ fi
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Dec 18 2023 Michal Schorm <mschorm@redhat.com> - 3:10.11.6-1
|
|
|
|
|
|
|
|
- Rebase to 10.11.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Dec 18 2023 Michal Schorm <mschorm@redhat.com> - 3:10.10.7-1
|
|
|
|
|
|
|
|
- Rebase to 10.10.7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Dec 18 2023 Michal Schorm <mschorm@redhat.com> - 3:10.9.8-1
|
|
|
|
|
|
|
|
- Rebase to 10.9.8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Dec 18 2023 Michal Schorm <mschorm@redhat.com> - 3:10.8.8-1
|
|
|
|
|
|
|
|
- Rebase to 10.8.8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Dec 18 2023 Michal Schorm <mschorm@redhat.com> - 3:10.7.8-1
|
|
|
|
|
|
|
|
- Rebase to 10.7.8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Dec 18 2023 Michal Schorm <mschorm@redhat.com> - 3:10.6.16-1
|
|
|
|
|
|
|
|
- Rebase to 10.6.16
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Sep 04 2023 Michal Schorm <mschorm@redhat.com> - 3:10.5.22-1
|
|
|
|
* Mon Sep 04 2023 Michal Schorm <mschorm@redhat.com> - 3:10.5.22-1
|
|
|
|
- Rebase to 10.5.22
|
|
|
|
- Rebase to 10.5.22
|
|
|
|
|
|
|
|
|
|
|
|