Add %{_libdir}/lp64d
This commit is contained in:
parent
0b5705690e
commit
5856bf4532
@ -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}.alma.2
|
||||
Release: %{baserelease}%{?dist}.alma.1
|
||||
|
||||
# Licenses:
|
||||
#
|
||||
@ -1591,7 +1591,7 @@ done
|
||||
# Make these be symlinks to /usr/lib64. See:
|
||||
# Make these be symlinks to /lib64 or /usr/lib64 respectively. See:
|
||||
# https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/DRHT5YTPK4WWVGL3GIN5BF2IKX2ODHZ3/
|
||||
for d in %{glibc_sysroot}%{_libdir} %{glibc_sysroot}/%{_lib}; do
|
||||
for d in %{glibc_sysroot}%{_libdir}; do
|
||||
mkdir -p $d
|
||||
(cd $d && ln -sf . lp64d)
|
||||
done
|
||||
@ -2365,7 +2365,7 @@ update_gconv_modules_cache ()
|
||||
%verify(not md5 size mtime) %config(noreplace) %{_libdir}/gconv/gconv-modules.d/gconv-modules-s390.conf
|
||||
%endif
|
||||
%ifarch riscv64
|
||||
%ghost %{_libdir}/lp64d
|
||||
%{_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
|
||||
@ -2511,7 +2511,6 @@ update_gconv_modules_cache ()
|
||||
%changelog
|
||||
* Thu Feb 27 2025 Eduard Abdullin <eabdullin@almalinux.org> - 2.39-37.alma.2
|
||||
- Add /usr/lib64/lp64d to ricv64
|
||||
- Bring back /lib64/lp64d for riscv64
|
||||
|
||||
* Tue Feb 11 2025 Eduard Abdullin <eabdullin@almalinux.org> - 2.39-37.alma.1
|
||||
- Overwrite target for x86_64_v2
|
||||
|
Loading…
Reference in New Issue
Block a user