From 0012cb5924b2bf687e86143833d9c5555cbea32c Mon Sep 17 00:00:00 2001 From: eabdullin Date: Mon, 10 Mar 2025 17:13:58 +0300 Subject: [PATCH] Add /usr/lib64/lp64d to ricv64 --- config.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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"