19 lines
430 B
YAML
19 lines
430 B
YAML
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"
|