rpms/ccrtp/devel ccrtp.spec,1.6,1.7

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


Author: ixs

Update of /cvs/extras/rpms/ccrtp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9060

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/devel/ccrtp.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ccrtp.spec	7 Mar 2007 11:50:35 -0000	1.6
+++ ccrtp.spec	7 Mar 2007 12:21:16 -0000	1.7
@@ -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