Compare commits

...

1 Commits

Author SHA1 Message Date
9ff459de60 Fix build on riscv64 2025-07-18 11:37:47 +00:00

View File

@ -157,7 +157,7 @@
Name: %{majorname}%{majorversion}
Version: %{package_version}
Release: 1%{?with_debug:.debug}%{?dist}
Release: 1%{?with_debug:.debug}%{?dist}.alma.1
Epoch: 3
Summary: A very fast and robust SQL database server
@ -1200,7 +1200,7 @@ rm %{buildroot}%{_mandir}/man1/{mariadb-client-test-embedded,mariadb-test-embedd
%if %{without clibrary}
# Client part should be included in package 'mariadb-connector-c'
rm %{buildroot}%{_libdir}/pkgconfig/libmariadb.pc
find %{buildroot} -name libmariadb.pc -delete
rm %{buildroot}%{_sysconfdir}/my.cnf.d/client.cnf
# Client library and links
@ -1805,6 +1805,9 @@ fi
%endif
%changelog
* Fri Jul 18 2025 Andrew Lukoshko <alukoshko@almalinux.org> - 3:10.11.11-1.alma.1
- Fix build on riscv64
* Fri Feb 07 2025 Michal Schorm <mschorm@redhat.com> - 3:10.11.11-1
- Rebase to 10.11.11