From fb72ce6c238849f4e8c33618e58961a1725e02f4 Mon Sep 17 00:00:00 2001 From: yangcheng1203 Date: Wed, 9 Mar 2022 15:27:34 +0800 Subject: [PATCH 1/2] remove gdbus-peer rpath compile option (cherry picked from commit a4209255ebf7eb94124e452ef47c4f8ca9acef86) --- glib2.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/glib2.spec b/glib2.spec index 0a6b187..97cdf43 100644 --- a/glib2.spec +++ b/glib2.spec @@ -1,6 +1,6 @@ Name: glib2 Version: 2.68.1 -Release: 8 +Release: 9 Summary: The core library that forms the basis for projects such as GTK+ and GNOME License: LGPLv2+ URL: http://www.gtk.org @@ -98,6 +98,9 @@ rm -rf %{buildroot}/%{_datadir}/gdb/auto-load/%{_libdir}/__pycache__ rm -rf %{buildroot}/%{_datadir}/glib-2.0/codegen/__pycache__ rm -rf %{buildroot}/%{_datadir}/glib-2.0/gdb/__pycache__ +# remove rpath +chrpath -d %{buildroot}/%{_libexecdir}/installed-tests/glib/gdbus-peer + %find_lang glib20 %transfiletriggerin -- %{_libdir}/gio/modules @@ -171,6 +174,12 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %endif %changelog +* Wed Mar 9 2022 yangcheng - 2.68.1-9 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:remove gdbus-peer rpath compile option + * Wed Mar 2 2022 hanhui - 2.68.1-8 - Type:bugfix - Id:NA -- Gitee From 55ac977361288adbdb8b5313c3ca947a5fab367d Mon Sep 17 00:00:00 2001 From: yangcheng1203 Date: Wed, 9 Mar 2022 15:47:09 +0800 Subject: [PATCH 2/2] remove gdbus-peer rpath compile option (cherry picked from commit 4fff7f3c49d162c7f33e3b8545f90f84faa40cb4) --- glib2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib2.spec b/glib2.spec index 97cdf43..d4fb852 100644 --- a/glib2.spec +++ b/glib2.spec @@ -99,7 +99,7 @@ rm -rf %{buildroot}/%{_datadir}/glib-2.0/codegen/__pycache__ rm -rf %{buildroot}/%{_datadir}/glib-2.0/gdb/__pycache__ # remove rpath -chrpath -d %{buildroot}/%{_libexecdir}/installed-tests/glib/gdbus-peer +chrpath -d %{buildroot}%{_libexecdir}/installed-tests/glib/gdbus-peer %find_lang glib20 -- Gitee