From e69d31d1c69248f0b4478b34c928228041622ab0 Mon Sep 17 00:00:00 2001 From: arnaudsjs Date: Fri, 1 Feb 2019 12:57:55 +0100 Subject: [PATCH] Disable creation of build-id symlinks. (#903) work around for https://github.com/inmanta/inmanta/issues/904 --- inmanta.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/inmanta.spec b/inmanta.spec index 7a5ea4a6ba..f76314d7ad 100644 --- a/inmanta.spec +++ b/inmanta.spec @@ -8,6 +8,8 @@ %define _debuginfo_subpackages 0 %define _enable_debug_packages 0 %define debug_package %{nil} +# Temporary workaround! Permanent solution will be implemented with: https://github.com/inmanta/inmanta/issues/904 +%define _build_id_links none %define sourceversion %{version}%{?buildid} @@ -82,7 +84,7 @@ Requires: python3-inmanta %install rm -rf %{buildroot} mkdir -p %{buildroot}/opt/inmanta -%{__python3} -m venv --symlinks %{venv} +%{__python3} -m venv %{venv} %{_p3} -m pip install -U --no-index --find-links deps-%{sourceversion} wheel setuptools pip %{_p3} -m pip install --no-index --find-links deps-%{sourceversion} inmanta %{_p3} -m inmanta.app