Initial config for a10s
This commit is contained in:
commit
51a29963b1
18
config.yaml
Normal file
18
config.yaml
Normal 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"
|
Loading…
Reference in New Issue
Block a user