rpms/which/devel which.spec,1.24,1.25

Warren Togami 砥上勇 (wtogami) fedora-extras-commits at redhat.com
Thu Mar 6 22:41:41 UTC 2008


Author: wtogami

Update of /cvs/pkgs/rpms/which/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31574

Modified Files:
	which.spec 
Log Message:
install-info should exit gracefully when --nodocs



Index: which.spec
===================================================================
RCS file: /cvs/pkgs/rpms/which/devel/which.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- which.spec	15 Feb 2008 22:22:15 -0000	1.24
+++ which.spec	6 Mar 2008 22:41:08 -0000	1.25
@@ -39,11 +39,13 @@
 
 %post
 /sbin/install-info --quiet --info-dir=%{_infodir} %{_infodir}/which.info.gz
+exit 0
 
 %preun
 if [ $1 = 0 ]; then
    /sbin/install-info --quiet --info-dir=%{_infodir} --delete %{_infodir}/which.info.gz
 fi
+exit 0
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -57,6 +59,9 @@
 %{_mandir}/*/*
 
 %changelog
+* Thu Mar 06 2008 Warren Togami <wtogami at redhat.com> 2.19-3
+- install-info should exit gracefully when --nodocs
+
 * Fri Feb 15 2008 Than Ngo <than at redhat.com> 2.19-2
 - rebuilt
 




More information about the fedora-extras-commits mailing list