rpms/ccrtp/FC-5 ccrtp.spec,1.3,1.4

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Wed Mar 7 12:27:18 UTC 2007


Author: ixs

Update of /cvs/extras/rpms/ccrtp/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9261

Modified Files:
	ccrtp.spec 
Log Message:
* Wed Mar 07 2007 Andreas Thienemann <andreas at bawue.net> - 1.5.1-1
- Updated package to 1.5.1
- Fixed #219396



Index: ccrtp.spec
===================================================================
RCS file: /cvs/extras/rpms/ccrtp/FC-5/ccrtp.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ccrtp.spec	7 Mar 2007 11:50:29 -0000	1.3
+++ ccrtp.spec	7 Mar 2007 12:26:45 -0000	1.4
@@ -53,11 +53,11 @@
 %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 @@
 %changelog
 * Wed Mar 07 2007 Andreas Thienemann <andreas at bawue.net> - 1.5.1-1
 - Updated package to 1.5.1
+- Fixed #219396
 
 * Fri Nov 10 2006 Andreas Thienemann <andreas at bawue.net> - 1.5.0-1
 - Updated package to 1.5.0, fixing #209026




More information about the scm-commits mailing list