From b7f22e2de4ddea05a5e38d4c7ee165caf8810b9f Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 16 Jun 2021 17:00:49 -0400 Subject: [PATCH] Skip RPATH check temporarily Related: rhbz#1967200 Signed-off-by: Stephen Gallagher --- openscap.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/openscap.spec b/openscap.spec index 8dd3175..bf0a21a 100644 --- a/openscap.spec +++ b/openscap.spec @@ -1,6 +1,9 @@ +# This needs upstream fixes and we need this to rebuild in the meantime +%global __brp_check_rpaths %{nil} + Name: openscap Version: 1.3.5 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 Summary: Set of open source libraries enabling integration of the SCAP line of standards License: LGPLv2+ @@ -203,6 +206,9 @@ pathfix.py -i %{__python3} -p -n $RPM_BUILD_ROOT%{_bindir}/scap-as-rpm %{_mandir}/man8/oscap-podman.8* %changelog +* Wed Jun 16 2021 Stephen Gallagher - 1:1.3.5-4 +- Skip RPATH check temporarily + * Fri Jun 04 2021 Python Maint - 1:1.3.5-3 - Rebuilt for Python 3.10