import UBI zlib-ng-2.2.3-1.el10
This commit is contained in:
parent
32f78d6e94
commit
eff6bab746
@ -1 +0,0 @@
|
||||
1
|
||||
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1 @@
|
||||
*.tar.gz
|
||||
*.rpm
|
||||
*.srpm
|
||||
zlib-ng-2.2.3.tar.gz
|
||||
|
||||
@ -1,8 +0,0 @@
|
||||
# Gating RHEL
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-*
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.revdeps.integration}
|
||||
@ -1,7 +0,0 @@
|
||||
summary: Fedora zlib-ng tests
|
||||
discover:
|
||||
- name: fedora
|
||||
how: fmf
|
||||
url: https://gitlab.com/redhat/centos-stream/tests/zlib-ng.git
|
||||
execute:
|
||||
how: tmt
|
||||
10
revdep.yaml
10
revdep.yaml
@ -1,10 +0,0 @@
|
||||
/test/build/dependent:
|
||||
summary:
|
||||
Reverse dependency testing
|
||||
description:
|
||||
Reverse dependency testing against automotive rpms to support Functional Safety Certification.
|
||||
execute:
|
||||
how: dependency
|
||||
components:
|
||||
- binutils
|
||||
- gcc
|
||||
@ -19,7 +19,7 @@
|
||||
|
||||
Name: zlib-ng
|
||||
Version: 2.2.3
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?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} -DWITH_RVV=OFF
|
||||
%global cmake_param %{?with_sanitizers:-DWITH_SANITIZER=ON}
|
||||
|
||||
# Setting __cmake_builddir is not necessary in this step, but do it anyway for symmetry.
|
||||
%global __cmake_builddir %{_vpath_builddir}
|
||||
@ -213,10 +213,6 @@ 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