diff --git a/config.yaml b/config.yaml index ee6bf7a..fca047b 100644 --- a/config.yaml +++ b/config.yaml @@ -8,6 +8,19 @@ actions: %define target x86_64-redhat-linux %endif count: 1 + - target: "spec" + find: | + %ifarch s390x + %verify(not md5 size mtime) %config(noreplace) %{_libdir}/gconv/gconv-modules.d/gconv-modules-s390.conf + %endif + replace: | + %ifarch s390x + %verify(not md5 size mtime) %config(noreplace) %{_libdir}/gconv/gconv-modules.d/gconv-modules-s390.conf + %endif + %ifarch riscv64 + %{_libdir}/lp64d + %endif + count: 1 - modify_release: - suffix: ".alma.1" @@ -18,4 +31,4 @@ actions: email: "eabdullin@almalinux.org" line: - "Overwrite target for x86_64_v2" - \ No newline at end of file + - "Add /usr/lib64/lp64d to ricv64"