Initial config for a10s

This commit is contained in:
Andrew Lukoshko 2025-07-22 13:21:55 +00:00
commit 51a29963b1

18
config.yaml Normal file
View File

@ -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"