From 6caaed65f24549093e6af57e4b9eb89a946e6e7c Mon Sep 17 00:00:00 2001 From: Daniel Letai Date: Tue, 13 Oct 2020 11:11:49 +0100 Subject: [PATCH] rpm: remove rpath from rpms MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The rpath improvements in: commit 69980ab798e240923ef12f86a92665b6c9ff7292 Author: Andrea Bolognani Date: Wed Aug 19 11:15:35 2020 +0200 meson: Improve RPATH handling missed that Fedora's %meson macro sets --auto-features=enabled, thus force enabling rpath in the RPM build. Thus we need to explicitly disable it Reviewed-by: Daniel P. Berrangé Signed-off-by: Daniel Letai --- libvirt.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/libvirt.spec.in b/libvirt.spec.in index edf919d7ba..2bd4784d0f 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -1184,6 +1184,7 @@ export SOURCE_DATE_EPOCH=$(stat --printf='%Y' %{_specdir}/%{name}.spec) -Dinit_script=systemd \ -Ddocs=enabled \ -Dtests=enabled \ + -Drpath=disabled \ %{?arg_login_shell} %meson_build