Compare commits

...

3 Commits
c10s ... a10s

Author SHA1 Message Date
4c2a3d8728 Fix build on riscv64 2025-12-04 02:34:39 +00:00
b9afffc67a Fix build on riscv64 2025-11-29 02:34:06 +00:00
82e96a58ed Fix build on riscv64 2025-08-19 12:31:10 +00:00

View File

@ -153,7 +153,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
@ -1205,7 +1205,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
@ -1812,6 +1812,9 @@ fi
%endif
%changelog
* Thu Dec 04 2025 Andrew Lukoshko <alukoshko@almalinux.org> - 3:10.11.15-1.alma.1
- Fix build on riscv64
* Mon Dec 01 2025 Petr Khartskhaev <pkhartsk@redhat.com> - 3:10.11.15-1
- Rebase to 10.11.15
- Resolves: RHBZ#2417697