rpms/tetex/devel tetex.spec,1.104,1.105

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 22 09:37:09 UTC 2007


Author: jnovy

Update of /cvs/dist/rpms/tetex/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv4296

Modified Files:
	tetex.spec 
Log Message:
- make preun scripts failsafe for subpackages when
  docs are excluded (#223719)



Index: tetex.spec
===================================================================
RCS file: /cvs/dist/rpms/tetex/devel/tetex.spec,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- tetex.spec	20 Dec 2006 14:31:11 -0000	1.104
+++ tetex.spec	22 Jan 2007 09:37:03 -0000	1.105
@@ -11,7 +11,7 @@
 Summary: The TeX text formatting system.
 Name: tetex
 Version: 3.0
-Release: 34%{?dist}
+Release: 35%{?dist}
 License: distributable
 Group: Applications/Publishing
 Requires: tmpwatch, dialog, ed
@@ -808,16 +808,19 @@
 	/sbin/install-info --delete %{_infodir}/web2c.info.gz %{_infodir}/dir
 	/sbin/install-info --delete %{_infodir}/kpathsea.info.gz %{_infodir}/dir
 fi
+exit 0
 
 %preun dvips
 if [ "$1" = 0 ]; then
 	/sbin/install-info --delete %{_infodir}/dvips.info.gz %{_infodir}/dir
 fi
+exit 0
 
 %preun latex
 if [ "$1" = 0 ]; then
 	/sbin/install-info --delete %{_infodir}/latex.info.gz %{_infodir}/dir
 fi
+exit 0
 
 %files -f filelist.tex
 %defattr(-,root,root)
@@ -845,6 +848,10 @@
 %defattr(-,root,root)
 
 %changelog
+* Mon Jan 22 2007 Jindrich Movy <jnovy at redhat.com> 3.0-35
+- make preun scripts failsafe for subpackages when
+  docs are excluded (#223719)
+
 * Wed Dec 20 2006 Jindrich Novy <jnovy at redhat.com> 3.0-34
 - don't inherit incorrect permissions for ls-R from parent
   directory while doing texhash (#220239)




More information about the fedora-cvs-commits mailing list