commit 51a29963b1f9c0d0821328696ccf98e8f704b552 Author: Andrew Lukoshko Date: Tue Jul 22 13:21:55 2025 +0000 Initial config for a10s diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..e43212b --- /dev/null +++ b/config.yaml @@ -0,0 +1,18 @@ +actions: + - replace: + - target: "spec" + find: | + rm %{buildroot}%{_libdir}/pkgconfig/libmariadb.pc + replace: | + find %{buildroot} -name libmariadb.pc -delete + count: 1 + + - modify_release: + - suffix: ".alma.1" + enabled: true + + - changelog_entry: + - name: "Andrew Lukoshko" + email: "alukoshko@almalinux.org" + line: + - "Fix build on riscv64"