From b5ff50ff7920d9ca32800b1bfc2ba1d207d3f627 Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 10 Oct 2023 16:37:29 +0800 Subject: [PATCH] remove rpath for the commond (cherry picked from commit 96d39460f1b4a49fad5b5f89f3a2cef41841900f) --- libraw1394.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/libraw1394.spec b/libraw1394.spec index d93d957..574ee9d 100644 --- a/libraw1394.spec +++ b/libraw1394.spec @@ -1,12 +1,12 @@ Name: libraw1394 Version: 2.1.2 -Release: 9 +Release: 10 Summary: Provides direct access to the IEEE 1394 bus License: LGPLv2+ URL: http://www.dennedy.org/libraw1394/ Source: http://www.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.xz Recommends: %{name}-help = %{version}-%{release} -BuildRequires: gcc kernel-headers +BuildRequires: gcc kernel-headers chrpath %description Libraw1394 is the only supported interface to the kernel side raw1394 of @@ -39,6 +39,8 @@ This Package contains man pages and other files for libraw1394. %make_install %delete_la +chrpath -d %{buildroot}%{_bindir}/* + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -59,6 +61,9 @@ This Package contains man pages and other files for libraw1394. %{_mandir}/man5/isodump.5.gz %changelog +* Tue Oct 10 2023 chenchen - 2.1.2-10 +- remove rpath for the commond + * Thu Nov 12 2020 xinghe - 2.1.2-9 - add help for Recommends