From 69b19c2a06a9496c3512a20cbbef89ff439ab597 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Thu, 27 May 2021 08:55:11 -0500 Subject: [PATCH] Remove rpath --- audiofile.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/audiofile.spec b/audiofile.spec index ec84200..de0f687 100644 --- a/audiofile.spec +++ b/audiofile.spec @@ -3,7 +3,7 @@ Summary: Library for accessing various audio file formats Name: audiofile Version: 0.3.6 -Release: 27%{?dist} +Release: 28%{?dist} Epoch: 1 # library is LGPL / the two programs GPL / see README License: LGPLv2+ and GPLv2+ @@ -62,7 +62,7 @@ other resources you can use to develop Audio File applications. %build -%configure +%configure --disable-rpath %make_build %install @@ -97,6 +97,9 @@ make check %{_mandir}/man3/* %changelog +* Thu May 27 2021 Gwyn Ciesla - 1:0.3.6-28 +- Disable RPATH. + * Tue Jan 26 2021 Fedora Release Engineering - 1:0.3.6-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild