diff --git a/ccrtp.spec b/ccrtp.spec index b64d5b1..3e39724 100644 --- a/ccrtp.spec +++ b/ccrtp.spec @@ -53,11 +53,11 @@ rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %post devel -/sbin/install-info %{_infodir}/ccrtp.info* %{_infodir}/dir +/sbin/install-info %{_infodir}/ccrtp.info* %{_infodir}/dir || : %preun devel if [ $1 = 0 ]; then - /sbin/install-info --delete %{_infodir}/ccrtp.info* %{_infodir}/dir + /sbin/install-info --delete %{_infodir}/ccrtp.info* %{_infodir}/dir || : fi %postun -p /sbin/ldconfig @@ -80,6 +80,7 @@ fi %changelog * Wed Mar 07 2007 Andreas Thienemann - 1.5.1-1 - Updated package to 1.5.1 +- Fixed #219396 * Fri Nov 10 2006 Andreas Thienemann - 1.5.0-1 - Updated package to 1.5.0, fixing #209026