diff --git a/gnokii.spec b/gnokii.spec index d536146..d2b86b0 100644 --- a/gnokii.spec +++ b/gnokii.spec @@ -3,7 +3,7 @@ Name: gnokii Version: 0.6.31 -Release: 32%{?dist} +Release: 33%{?dist} Summary: Linux/Unix tool suite for various mobile phones License: GPLv2+ @@ -119,7 +119,7 @@ install -pm 644 %{SOURCE5} smsd2mail.sh install -pm 644 %{SOURCE6} README.smsd2mail %build -%configure --enable-security --disable-static +%configure --enable-security --disable-static --disable-rpath sed -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' -i libtool sed -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' -i libtool %make_build @@ -239,6 +239,9 @@ getent passwd %{name} > /dev/null || %{_sbindir}/useradd -r -M -d / \ %{_libdir}/pkgconfig/xgnokii.pc %changelog +* Thu May 27 2021 Gwyn Ciesla - 0.6.31-33 +- Disable RPATH. + * Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek - 0.6.31-32 - Rebuilt for updated systemd-rpm-macros See https://pagure.io/fesco/issue/2583.