From 7e5bf08f12bd6a8530d17f978f1ed6ad9c2fb5c7 Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Wed, 20 Aug 2025 19:50:27 +0000 Subject: [PATCH] Do now add /usr/lib64/lp64d to ricv64 --- config.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/config.yaml b/config.yaml index fca047b..508d653 100644 --- a/config.yaml +++ b/config.yaml @@ -8,19 +8,6 @@ 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" @@ -31,4 +18,3 @@ actions: email: "eabdullin@almalinux.org" line: - "Overwrite target for x86_64_v2" - - "Add /usr/lib64/lp64d to ricv64"