Overwrite target for x86_64_v2
Add /usr/lib64/lp64d to ricv64
This commit is contained in:
parent
c8149f646b
commit
351d1b57f4
12
glibc.spec
12
glibc.spec
@ -146,7 +146,7 @@ Version: %{glibcversion}
|
||||
# generator to make the generated requires interchangeable between Rawhide
|
||||
# and ELN (.elnYY < .fcXX).
|
||||
%global baserelease 37
|
||||
Release: %{baserelease}%{?dist}
|
||||
Release: %{baserelease}%{?dist}.alma.1
|
||||
|
||||
# Licenses:
|
||||
#
|
||||
@ -584,6 +584,9 @@ BuildRequires: gcc >= 7.2.1-6
|
||||
%global enablekernel 3.2
|
||||
Conflicts: kernel < %{enablekernel}
|
||||
%define target %{_target_cpu}-redhat-linux
|
||||
%ifarch x86_64_v2
|
||||
%define target x86_64-redhat-linux
|
||||
%endif
|
||||
%ifarch ppc64le
|
||||
%global target ppc64le-redhat-linux
|
||||
%endif
|
||||
@ -2361,6 +2364,9 @@ update_gconv_modules_cache ()
|
||||
%ifarch s390x
|
||||
%verify(not md5 size mtime) %config(noreplace) %{_libdir}/gconv/gconv-modules.d/gconv-modules-s390.conf
|
||||
%endif
|
||||
%ifarch riscv64
|
||||
%{_libdir}/lp64d
|
||||
%endif
|
||||
%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(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
|
||||
|
||||
%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
|
||||
- setenv: Rework free(environ) compatibility support (RHEL-75809)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user