From ec4718a986dffc4b99ccd87d45f6894c1d70ef2b446b9dc7bc5c83c8456f7323 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Sat, 4 Sep 2010 19:41:46 +0000 Subject: [PATCH] Accepting request 47053 from home:vuntz:branches:GNOME:Factory Copy from home:vuntz:branches:GNOME:Factory/glib2 via accept of submit request 47053 revision 2. Request was accepted with message: OBS-URL: https://build.opensuse.org/request/show/47053 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=93 --- glib2.changes | 6 ++++++ macros.glib2 | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/glib2.changes b/glib2.changes index f5e79c2..fa2e9cc 100644 --- a/glib2.changes +++ b/glib2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 3 15:38:17 CEST 2010 - vuntz@opensuse.org + +- Fix typo in %glib2_gio_module_post from macros.glib2, that was + causing an error in %post of packages using it. + ------------------------------------------------------------------- Tue Aug 31 09:01:56 CEST 2010 - vuntz@opensuse.org diff --git a/macros.glib2 b/macros.glib2 index ef1a4c4..6bde5f4 100644 --- a/macros.glib2 +++ b/macros.glib2 @@ -53,7 +53,7 @@ Requires(postun): glib2-tools %if "%{_lib}" == "lib64" \ %{_bindir}/gio-querymodules-64 "${GIO_MODULES_DIR}" \ %else \ - %{_bindir}/gio-querymodules "{$GIO_MODULES_DIR}" \ + %{_bindir}/gio-querymodules "${GIO_MODULES_DIR}" \ %endif # On uninstall, update the cache. Note: we ignore upgrades (already