mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 08:46:39 -06:00
Disable RPATH checking, as it will fail with some of the paths in the Python virtualenv, in particular Pillow.libs.
This commit is contained in:
parent
ffc1c6c3b7
commit
f8df935404
@ -46,6 +46,10 @@ cat << EOF > "${BUILDROOT}/server.spec"
|
||||
%global __provides_exclude_from ^/.*$
|
||||
%global _build_id_links none
|
||||
|
||||
# Disable RPATH checking, as it will fail with some of the paths in the Python
|
||||
# virtualenv, in particular Pillow.libs.
|
||||
%global __brp_check_rpaths %{nil}
|
||||
|
||||
# Bytecompiling Python 3 doesn't work on RHEL/CentOS 7, so make it a no-op
|
||||
%if 0%{?rhel} && 0%{?rhel} == 7
|
||||
%define __python /bin/true
|
||||
|
Loading…
Reference in New Issue
Block a user