From 1046178d180dde6c1b8658e6aea820e22d5e468b Mon Sep 17 00:00:00 2001 From: Deda Date: Fri, 22 Mar 2024 11:28:16 +0100 Subject: [PATCH] Fix fedora 38 and 39 CPack issue --- release/rpm/memgraph.spec.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release/rpm/memgraph.spec.in b/release/rpm/memgraph.spec.in index f0ce3044e..0b040c77d 100644 --- a/release/rpm/memgraph.spec.in +++ b/release/rpm/memgraph.spec.in @@ -42,6 +42,10 @@ BuildRequires: systemd %{nil} %endif +%if 0%{?fedora} && 0%{?fedora} > 37 +%global __brp_check_rpaths %{nil} +%endif + %if 0%{?fedora} && 0%{?fedora} < 35 %global __os_install_post \ /usr/lib/rpm/brp-compress \