- Add /usr/lib64/lp64d to ricv64
This commit is contained in:
parent
17af3daff4
commit
eede5b19be
@ -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.1
|
||||
Release: %{baserelease}%{?dist}.alma.2
|
||||
|
||||
# Licenses:
|
||||
#
|
||||
@ -2364,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
|
||||
%ghost %{_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
|
||||
@ -2506,6 +2509,9 @@ update_gconv_modules_cache ()
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Feb 27 2025 Eduard Abdullin <eabdullin@almalinux.org> - 2.39-37.alma.2
|
||||
- Add /usr/lib64/lp64d to ricv64
|
||||
|
||||
* 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