From 51a29963b1f9c0d0821328696ccf98e8f704b552 Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Tue, 22 Jul 2025 13:21:55 +0000 Subject: [PATCH] Initial config for a10s --- config.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 config.yaml 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"