Overwrite target for x86_64_v2

Add /usr/lib64/lp64d to ricv64
This commit is contained in:
Eduard Abdullin 2025-05-14 14:46:41 +00:00 committed by root
parent c8149f646b
commit 351d1b57f4

View File

@ -146,7 +146,7 @@ Version: %{glibcversion}
# generator to make the generated requires interchangeable between Rawhide # generator to make the generated requires interchangeable between Rawhide
# and ELN (.elnYY < .fcXX). # and ELN (.elnYY < .fcXX).
%global baserelease 37 %global baserelease 37
Release: %{baserelease}%{?dist} Release: %{baserelease}%{?dist}.alma.1
# Licenses: # Licenses:
# #
@ -584,6 +584,9 @@ BuildRequires: gcc >= 7.2.1-6
%global enablekernel 3.2 %global enablekernel 3.2
Conflicts: kernel < %{enablekernel} Conflicts: kernel < %{enablekernel}
%define target %{_target_cpu}-redhat-linux %define target %{_target_cpu}-redhat-linux
%ifarch x86_64_v2
%define target x86_64-redhat-linux
%endif
%ifarch ppc64le %ifarch ppc64le
%global target ppc64le-redhat-linux %global target ppc64le-redhat-linux
%endif %endif
@ -2361,6 +2364,9 @@ update_gconv_modules_cache ()
%ifarch s390x %ifarch s390x
%verify(not md5 size mtime) %config(noreplace) %{_libdir}/gconv/gconv-modules.d/gconv-modules-s390.conf %verify(not md5 size mtime) %config(noreplace) %{_libdir}/gconv/gconv-modules.d/gconv-modules-s390.conf
%endif %endif
%ifarch riscv64
%{_libdir}/lp64d
%endif
%dir %attr(0700,root,root) /var/cache/ldconfig %dir %attr(0700,root,root) /var/cache/ldconfig
%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/cache/ldconfig/aux-cache %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/cache/ldconfig/aux-cache
%attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/ld.so.cache %attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/ld.so.cache
@ -2503,6 +2509,10 @@ update_gconv_modules_cache ()
%endif %endif
%changelog %changelog
* Wed May 14 2025 Eduard Abdullin <eabdullin@almalinux.org> - 2.39-37.alma.1
- Overwrite target for x86_64_v2
- Add /usr/lib64/lp64d to ricv64
* Fri Jan 24 2025 Florian Weimer <fweimer@redhat.com> - 2.39-37 * Fri Jan 24 2025 Florian Weimer <fweimer@redhat.com> - 2.39-37
- setenv: Rework free(environ) compatibility support (RHEL-75809) - setenv: Rework free(environ) compatibility support (RHEL-75809)