From eff6bab7465264f182c7cfe86f53a04ab42e1a21 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 14 May 2025 17:38:34 +0000 Subject: [PATCH] import UBI zlib-ng-2.2.3-1.el10 --- .fmf/version | 1 - .gitignore | 4 +--- README.md | 3 --- gating.yaml | 8 -------- plans/build-gating.fmf | 7 ------- revdep.yaml | 10 ---------- zlib-ng.spec | 8 ++------ 7 files changed, 3 insertions(+), 38 deletions(-) delete mode 100644 .fmf/version delete mode 100644 README.md delete mode 100644 gating.yaml delete mode 100644 plans/build-gating.fmf delete mode 100644 revdep.yaml diff --git a/.fmf/version b/.fmf/version deleted file mode 100644 index d00491f..0000000 --- a/.fmf/version +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/.gitignore b/.gitignore index cdd1473..4b33d44 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ -*.tar.gz -*.rpm -*.srpm +zlib-ng-2.2.3.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 36cf599..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# zlib-ng - -The zlib-ng package \ No newline at end of file diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index 41df9d5..0000000 --- a/gating.yaml +++ /dev/null @@ -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} diff --git a/plans/build-gating.fmf b/plans/build-gating.fmf deleted file mode 100644 index f420334..0000000 --- a/plans/build-gating.fmf +++ /dev/null @@ -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 diff --git a/revdep.yaml b/revdep.yaml deleted file mode 100644 index 7b4bd2f..0000000 --- a/revdep.yaml +++ /dev/null @@ -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 diff --git a/zlib-ng.spec b/zlib-ng.spec index 2170ad0..5353859 100644 --- a/zlib-ng.spec +++ b/zlib-ng.spec @@ -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 - 2.2.3-2 -- Disable RVV usage on riscv64 (thanks David Abdurachmanov) - Resolves: RHEL-87865 - * Mon Jan 13 2025 Lukas Javorsky - 2.2.3-1 - Rebase to version 2.2.3