import UBI zlib-ng-2.2.3-2.el10
This commit is contained in:
parent
eff6bab746
commit
900e3b387d
@ -19,7 +19,7 @@
|
||||
|
||||
Name: zlib-ng
|
||||
Version: 2.2.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Zlib replacement with optimizations
|
||||
License: Zlib
|
||||
Url: https://github.com/zlib-ng/zlib-ng
|
||||
@ -98,7 +98,7 @@ cat <<_EOF_
|
||||
_EOF_
|
||||
|
||||
# zlib-ng uses a different macro for library directory.
|
||||
%global cmake_param %{?with_sanitizers:-DWITH_SANITIZER=ON}
|
||||
%global cmake_param %{?with_sanitizers:-DWITH_SANITIZER=ON} -DWITH_RVV=OFF
|
||||
|
||||
# Setting __cmake_builddir is not necessary in this step, but do it anyway for symmetry.
|
||||
%global __cmake_builddir %{_vpath_builddir}
|
||||
@ -213,6 +213,10 @@ CHOST=%{target_cpu}-%{vendor}-linux-gnu sh test/abicheck.sh --zlib-compat
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Apr 19 2025 Andrea Bolognani <abologna@redhat.com> - 2.2.3-2
|
||||
- Disable RVV usage on riscv64 (thanks David Abdurachmanov)
|
||||
Resolves: RHEL-87865
|
||||
|
||||
* Mon Jan 13 2025 Lukas Javorsky <ljavorsk@redhat.com> - 2.2.3-1
|
||||
- Rebase to version 2.2.3
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user