diff --git a/libidn.spec b/libidn.spec index 381e056..9825f92 100644 --- a/libidn.spec +++ b/libidn.spec @@ -1,7 +1,7 @@ Summary: Internationalized Domain Name support library Name: libidn Version: 0.5.4 -Release: 1 +Release: 2 URL: http://www.gnu.org/software/libidn License: LGPL Source0: http://josefsson.org/libidn/releases/libidn-%{version}.tar.gz @@ -57,7 +57,8 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/info/dir if [ $1 = 0 ]; then /sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir fi -/sbin/ldconfig + +%postun -p /sbin/ldconfig %clean [ "%{buildroot}" != "/" ] && rm -rf %{buildroot} @@ -82,6 +83,9 @@ fi %{_mandir}/man3/* %changelog +* Tue Aug 31 2004 Joe Orton 0.5.4-2 +- move ldconfig from preun to postun (#131280) + * Sun Aug 8 2004 Joe Orton 0.5.4-1 - update to 0.5.4 (#129341)