Skip RPATH check temporarily

Related: rhbz#1967200

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2021-06-16 17:00:49 -04:00
parent 1478f4c3bf
commit b7f22e2de4
No known key found for this signature in database
GPG Key ID: 45DB85A568286D11

View File

@ -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 <sgallagh@redhat.com> - 1:1.3.5-4
- Skip RPATH check temporarily
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1:1.3.5-3
- Rebuilt for Python 3.10