Compare commits
6 Commits
imports/c1
...
c10s
Author | SHA1 | Date | |
---|---|---|---|
|
32f78d6e94 | ||
|
1770ce05be | ||
|
73dce0f99b | ||
|
10e15f0919 | ||
|
f0d4a61ac3 | ||
|
25ab57bfb3 |
@ -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}
|
||||
|
@ -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
10
revdep.yaml
Normal 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
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (zlib-ng-2.1.6.tar.gz) = 59ef586c09b9a63788475abfd6dd59ed602316b38f543f801bea802ff8bec8b55a89bee90375b8bbffa3bdebc7d92a00903f4b7c94cdc1a53a36e2e1fd71d13a
|
||||
SHA512 (zlib-ng-2.2.3.tar.gz) = e71e8972ec2c4dec9eaa2c8f550185f13d0f5c411c38061d1aaf78ca8e522fa3d53f005296e574af7f152e7da3a78adf97ae4bb638b7fd277ef57bba26370b7d
|
||||
|
22
zlib-ng.spec
22
zlib-ng.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user