From: Daniel Letai Date: Tue, 13 Oct 2020 10:11:49 +0000 (+0100) Subject: rpm: remove rpath from rpms X-Git-Tag: v6.9.0-rc1~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6caaed65f24549093e6af57e4b9eb89a946e6e7c;p=thirdparty%2Flibvirt.git rpm: remove rpath from rpms 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 --- 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