From 78057fccafe0041cbdaf475666eeda8bb4d29709 Mon Sep 17 00:00:00 2001 From: zppzhangpan Date: Mon, 13 Nov 2023 11:01:15 +0800 Subject: [PATCH] remove rpath --- libmbim.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/libmbim.spec b/libmbim.spec index 664ca64..f693780 100644 --- a/libmbim.spec +++ b/libmbim.spec @@ -1,6 +1,6 @@ Name: libmbim Version: 1.24.2 -Release: 1 +Release: 2 Summary: A glib-based library for talking to WWAN modems and devices License: LGPLv2+ URL: http://freedesktop.org/software/libmbim @@ -8,7 +8,7 @@ Source: http://freedesktop.org/software/libmbim/%{name}-%{version}.tar.x BuildRequires: gcc glib2-devel pkgconfig automake autoconf libtool BuildRequires: python3 pkgconfig(gudev-1.0) >= 147 gtk-doc -BuildRequires: libxslt python-unversioned-command +BuildRequires: libxslt python-unversioned-command chrpath Provides: %{name}-utils = %{version}-%{release} Obsoletes: %{name}-utils < %{version}-%{release} @@ -38,6 +38,9 @@ This package contains some header and library files for the development of the % %make_install %delete_la +chrpath -d %{buildroot}%{_bindir}/mbimcli +chrpath -d %{buildroot}%{_libexecdir}/mbim-proxy + %check make check @@ -63,6 +66,12 @@ make check %{_mandir}/man1/* %changelog +* Mon Nov 13 2023 zhangpan - 1.24.2-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:remove rpath + * Wed Aug 26 2020 lunankun - 1.24.2-1 - Type:requirement - ID:NA -- Gitee