diff --git a/glib2.spec b/glib2.spec index 0a6b1877ca756a05c2f183a923019a287d688186..d4fb8524ae858960fa3bc723132a174fc05fd3c1 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