From 25ff4e36844007c8b8029275ef1891b20ce45316 Mon Sep 17 00:00:00 2001 From: shirely16 Date: Fri, 25 Mar 2022 11:10:04 +0800 Subject: [PATCH] remove gdbus-peer rpath compile option --- glib2.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/glib2.spec b/glib2.spec index 7643822..ce6f085 100644 --- a/glib2.spec +++ b/glib2.spec @@ -1,6 +1,6 @@ Name: glib2 Version: 2.68.1 -Release: 9 +Release: 10 Summary: The core library that forms the basis for projects such as GTK+ and GNOME License: LGPLv2+ URL: http://www.gtk.org @@ -99,6 +99,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 @@ -172,11 +175,17 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %endif %changelog -* Fri Mar 11 2022 weijin deng - 2.68.1-9 +* Fri Mar 11 2022 weijin deng - 2.68.1-10 - Type:bugfix - DESC:solve glib2 enable "glib2_debug" option causes gnome-calendar reopen coredumped in gtk3's _gtk_widget_get_toplevel() +* 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