rpms/tetex/F-8 tetex.spec, 1.119, 1.120 ptex-src-3.1.8.1.tar.bz2, 1.1, NONE

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Mon Jan 7 11:10:51 UTC 2008


Author: jnovy

Update of /cvs/extras/rpms/tetex/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15323

Modified Files:
	tetex.spec 
Removed Files:
	ptex-src-3.1.8.1.tar.bz2 
Log Message:
- run restorecon also for /var/lib/texmf/ to have correct selinux
  labels (#427066)
- remove old tarball added accidentially to CVS in history



Index: tetex.spec
===================================================================
RCS file: /cvs/extras/rpms/tetex/F-8/tetex.spec,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- tetex.spec	30 Nov 2007 14:09:33 -0000	1.119
+++ tetex.spec	7 Jan 2008 11:10:14 -0000	1.120
@@ -11,7 +11,7 @@
 Summary: The TeX text formatting system.
 Name: tetex
 Version: 3.0
-Release: 44.4%{?dist}
+Release: 44.5%{?dist}
 License: Public Domain and GPLv2 and MIT and LPPL and Utopia and Artistic 2.0
 Group: Applications/Publishing
 Requires: tmpwatch, dialog, ed
@@ -779,6 +779,7 @@
 
 %post
 [ -x %{_bindir}/texhash ] && /usr/bin/env - %{_bindir}/texhash 2> /dev/null
+[ -x /sbin/restorecon ] && /sbin/restorecon -R /usr/share/texmf/ 2> /dev/null
 exit 0
 
 %post latex
@@ -804,14 +805,17 @@
 /sbin/install-info %{_infodir}/web2c.info.gz %{_infodir}/dir
 [ -x %{_bindir}/texhash ] && /usr/bin/env - %{_bindir}/texhash 2> /dev/null
 [ -x /sbin/restorecon ] && /sbin/restorecon -R /usr/share/texmf/ 2> /dev/null
+[ -x /sbin/restorecon ] && /sbin/restorecon -R /var/lib/texmf/ 2> /dev/null
 exit 0
 
 %post afm
 [ -x %{_bindir}/texhash ] && /usr/bin/env - %{_bindir}/texhash 2> /dev/null
+[ -x /sbin/restorecon ] && /sbin/restorecon -R /usr/share/texmf/ 2> /dev/null
 exit 0
 
 %post doc
 [ -x %{_bindir}/texhash ] && /usr/bin/env - %{_bindir}/texhash 2> /dev/null
+[ -x /sbin/restorecon ] && /sbin/restorecon -R /usr/share/texmf/ 2> /dev/null
 exit 0
 
 %postun
@@ -890,6 +894,11 @@
 %defattr(-,root,root)
 
 %changelog
+* Mon Jan  7 2008 Jindrich Novy <jnovy at redhat.com> 3.0-44.5
+- run restorecon also for /var/lib/texmf/ to have correct selinux
+  labels (#427066)
+- remove old tarball added accidentially to CVS in history
+
 * Fri Nov 30 2007 Jindrich Novy <jnovy at redhat.com> 3.0-44.4
 - fix nasty bug in epstopdf (#241794)
 


--- ptex-src-3.1.8.1.tar.bz2 DELETED ---




More information about the fedora-extras-commits mailing list