From fee26b568efc498f331830d5f984cda2b78e88fa Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Wed, 12 Nov 2025 15:36:36 +0100 Subject: [PATCH] Disable tests during build that are flaky Resolves: RHEL-128517 Signed-off-by: Adrian Reber --- protobuf.spec | 9 ++++----- rpminspect.yaml | 3 +++ 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 rpminspect.yaml diff --git a/protobuf.spec b/protobuf.spec index 4388aa8..68ea151 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -21,7 +21,7 @@ Name: protobuf # “patch” updates of protobuf. Version: 3.19.6 %global so_version 30 -Release: 13%{?dist} +Release: 14%{?dist} # The entire source is BSD-3-Clause, except the following files, which belong # to the build system; are unpackaged maintainer utility scripts; or are used @@ -285,13 +285,9 @@ descriptions in the Emacs editor. %prep %setup -q -n protobuf-%{version}%{?rcver} -a 3 -%ifarch %{ix86} -# IoTest.LargeOutput fails on 32bit arches # https://github.com/protocolbuffers/protobuf/issues/8082 %patch 1 -p1 -# Need to disable more tests that fail on 32bit arches only %patch 2 -p0 -%endif %patch 3 -p1 -b .jre17 %patch 4 -p1 -b .python311 @@ -485,6 +481,9 @@ install -p -m 0644 %{SOURCE2} %{buildroot}%{_emacs_sitestartdir} %changelog +* Wed Nov 12 2025 Adrian Reber - 3.19.6-14 +- Disable tests during build that are flaky + * Mon May 26 2025 Adrian Reber - 3.19.6-13 - Rebuilt for tests directory diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..1f56559 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,3 @@ +--- +inspections: + abidiff: off