Compare commits

..

6 Commits

Author SHA1 Message Date
Andrea Bolognani
32f78d6e94 Disable RVV usage on riscv64
Resolves: RHEL-87865

Thanks: David Abdurachmanov <davidlt@rivosinc.com>
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
2025-04-19 01:54:40 +02:00
Qin Yuan
1770ce05be Setup reverse depedency testing
Resolves: RHEL-86766
2025-04-10 14:24:47 +08:00
Lukas Javorsky
73dce0f99b Change the public tests space from Fedora to Gitlab
Resolves: RHELMISC-10021
2025-03-12 08:59:39 +00:00
Lukas Javorsky
10e15f0919 Rebase to version 2.2.3
Related: RHEL-44348
2025-01-13 11:02:00 +00:00
Lukas Javorsky
f0d4a61ac3 Rebase to new major version 2.2.2
Resolves: RHEL-44348 RHEL-60231
2024-11-04 13:59:20 +00:00
Troy Dawson
25ab57bfb3 Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
2024-10-29 09:21:31 -07:00
5 changed files with 31 additions and 6 deletions

View File

@ -5,3 +5,4 @@ product_versions:
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build.revdeps.integration}

View File

@ -2,6 +2,6 @@ summary: Fedora zlib-ng tests
discover:
- name: fedora
how: fmf
url: https://src.fedoraproject.org/tests/zlib-ng.git
url: https://gitlab.com/redhat/centos-stream/tests/zlib-ng.git
execute:
how: tmt

10
revdep.yaml Normal file
View File

@ -0,0 +1,10 @@
/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

View File

@ -1 +1 @@
SHA512 (zlib-ng-2.1.6.tar.gz) = 59ef586c09b9a63788475abfd6dd59ed602316b38f543f801bea802ff8bec8b55a89bee90375b8bbffa3bdebc7d92a00903f4b7c94cdc1a53a36e2e1fd71d13a
SHA512 (zlib-ng-2.2.3.tar.gz) = e71e8972ec2c4dec9eaa2c8f550185f13d0f5c411c38061d1aaf78ca8e522fa3d53f005296e574af7f152e7da3a78adf97ae4bb638b7fd277ef57bba26370b7d

View File

@ -10,7 +10,7 @@
%global compat_soname libz.so.1
# Compatible with the following zlib version.
%global zlib_ver 1.3.0
%global zlib_ver 1.3.1
# Obsoletes zlib versions less than.
%global zlib_obsoletes 1.3
@ -18,8 +18,8 @@
%global supported_abi_test aarch64 ppc64le x86_64
Name: zlib-ng
Version: 2.1.6
Release: 3%{?dist}
Version: 2.2.3
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,20 @@ 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
* Wed Oct 30 2024 Lukas Javorsky <ljavorsk@redhat.com> - 2.2.2-1
- Rebase to new major version 2.2.2
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.1.6-4
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.1.6-3
- Bump release for June 2024 mass rebuild