Do now add /usr/lib64/lp64d to ricv64

This commit is contained in:
Andrew Lukoshko 2025-08-20 19:50:27 +00:00
parent 0012cb5924
commit 7e5bf08f12

View File

@ -8,19 +8,6 @@ actions:
%define target x86_64-redhat-linux %define target x86_64-redhat-linux
%endif %endif
count: 1 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: - modify_release:
- suffix: ".alma.1" - suffix: ".alma.1"
@ -31,4 +18,3 @@ actions:
email: "eabdullin@almalinux.org" email: "eabdullin@almalinux.org"
line: line:
- "Overwrite target for x86_64_v2" - "Overwrite target for x86_64_v2"
- "Add /usr/lib64/lp64d to ricv64"