From 05908cc73311c1f6fe84a3d1068e6cb3f9805525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 26 Aug 2012 00:33:02 +0300 Subject: [PATCH] Fix %postun error on multilib erase (#684729). --- pango.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pango.spec b/pango.spec index 1851709..2a88a85 100644 --- a/pango.spec +++ b/pango.spec @@ -9,7 +9,7 @@ Summary: System for layout and rendering of internationalized text Name: pango Version: 1.31.0 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ Group: System Environment/Libraries #VCS: git:git://git.gnome.org/pango @@ -174,7 +174,7 @@ host=`echo $host | sed "s/^s390\(x\)*-redhat/s390\1-ibm/"` %postun /sbin/ldconfig -if test $1 -gt 0; then +if test $1 -gt 0 && test -x %{_bindir}/pango-querymodules-%{__isa_bits}; then umask 0022 # Deriving /etc/pango/$host location @@ -226,6 +226,9 @@ fi %changelog +* Sat Aug 25 2012 Ville Skyttä - 1.31.0-3 +- Fix %%postun error on multilib erase (#684729). + * Wed Aug 22 2012 Parag Nemade - 1.31.0-2 - Add missing BR:harfbuzz-devel - Remove file pangox.aliases as pangox support is now removed