Do not add /usr/lib64/lp64d to ricv64

This commit is contained in:
Andrew Lukoshko 2025-08-20 19:52:49 +00:00
parent 3eab0c520f
commit ababf79dae

View File

@ -148,7 +148,7 @@ Version: %{glibcversion}
# generator to make the generated requires interchangeable between Rawhide
# and ELN (.elnYY < .fcXX).
%global baserelease 56
Release: %{baserelease}%{?dist}.alma.1
Release: %{baserelease}%{?dist}.alma.2
# Licenses:
#
@ -2573,9 +2573,6 @@ 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
@ -2718,9 +2715,8 @@ update_gconv_modules_cache ()
%endif
%changelog
* Wed Aug 20 2025 Eduard Abdullin <eabdullin@almalinux.org> - 2.39-56.alma.1
* Wed Aug 20 2025 Eduard Abdullin <eabdullin@almalinux.org> - 2.39-56.alma.2
- Overwrite target for x86_64_v2
- Add /usr/lib64/lp64d to ricv64
* Tue Aug 19 2025 Arjun Shankar <arjun@redhat.com> - 2.39-56
- Add FUSE based tests for fchmod, lstat, and mkstemp (RHEL-108823)