[exo] Don't run gio-quuerymodules on post in EL6 (bug #722335)

Orion Poplawski orion at fedoraproject.org
Thu Jul 21 23:13:41 UTC 2011


commit 7cd6860675f8a992fbd7417d7b9ffcc30c10974d
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Thu Jul 21 17:13:32 2011 -0600

    Don't run gio-quuerymodules on post in EL6 (bug #722335)

 exo.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/exo.spec b/exo.spec
index ae4853a..a341d44 100644
--- a/exo.spec
+++ b/exo.spec
@@ -94,10 +94,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 /sbin/ldconfig
+%if 0%{?fc13}%{?fc14}
 if [ $1 -eq 1 ] ; then
     # For upgrades, the cache will be regenerated by the new package's %postun
     gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules || :
 fi
+%endif
 touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
 
@@ -153,6 +155,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{python_sitearch}/pyexo.*
 
 %changelog
+* Thu Jul 21 2011 Orion Poplawski <orion at cora.nwra.com> - 0.6.2-2
+- Don't run gio-quuerymodules on post in EL6 (bug #722335)
+
 * Fri Jun 10 2011 Christoph Wickert <cwickert at fedoraproject.org> - 0.6.2-1
 - Update to 0.6.2
 


More information about the scm-commits mailing list