From 4161e550160fac08938f935f77fba39b0e4d2fe0 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 24 Jan 2007 09:38:19 +0000 Subject: [PATCH] - fixed previous fix for rhbz#220533 --- units.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/units.spec b/units.spec index 18912a1..42c0efd 100644 --- a/units.spec +++ b/units.spec @@ -1,7 +1,7 @@ Summary: A utility for converting amounts from one unit to another. Name: units Version: 1.86 -Release: 2%{?dist} +Release: 3%{?dist} Source: ftp://ftp.gnu.org/gnu/units/%{name}-%{version}.tar.gz License: GPL Group: Applications/Engineering @@ -31,13 +31,13 @@ gzip $RPM_BUILD_ROOT%{_infodir}/units.info rm -rf $RPM_BUILD_ROOT %post -if [ "$1" = 0 ]; then /sbin/install-info %{_infodir}/units.info.gz %{_infodir}/dir -fi exit 0 %preun -/sbin/install-info %{_infodir}/units.info.gz --delete %{_infodir}/dir +if [ "$1" = 0 ]; then + /sbin/install-info %{_infodir}/units.info.gz --delete %{_infodir}/dir +fi exit 0 %files @@ -48,6 +48,9 @@ exit 0 %{_mandir}/man1/* %changelog +* Wed Jan 24 2007 Harald Hoyer - 1.86-3 +- fixed previous fix for rhbz#220533 + * Tue Jan 23 2007 Florian La Roche - 1.86-2 - rhbz#220533