rpms/xorg-x11-xfs/devel xfs.init, 1.6, 1.7 xorg-x11-xfs.spec, 1.17, 1.18

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Feb 25 17:23:06 UTC 2006


Author: mharris

Update of /cvs/dist/rpms/xorg-x11-xfs/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv14992

Modified Files:
	xfs.init xorg-x11-xfs.spec 
Log Message:
* Sat Feb 25 2006 Mike A. Harris <mharris at redhat.com> 1:1.0.1-3
- Redirect output of "rm -rf fonts.dir" to /dev/null in xfs.init



Index: xfs.init
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11-xfs/devel/xfs.init,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xfs.init	9 Feb 2006 11:12:08 -0000	1.6
+++ xfs.init	25 Feb 2006 17:23:03 -0000	1.7
@@ -35,7 +35,7 @@
          # directory with a newer change time, regenerate fonts.dir, etc.
          # Using "-cnewer" here fixes bug #53737
          if [ ! -e fonts.dir ] || [ -n "$(find . -maxdepth 1 -type f -cnewer fonts.dir -not -name 'fonts.cache*' 2>/dev/null)" ]; then
-            rm -f fonts.dir
+            rm -f fonts.dir &>/dev/null
             if ls | grep -iqs '\.ot[cf]$' ; then
                # Opentype fonts found, generate fonts.scale and fonts.dir
                mkfontscale . && mkfontdir . &>/dev/null


Index: xorg-x11-xfs.spec
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11-xfs/devel/xorg-x11-xfs.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- xorg-x11-xfs.spec	11 Feb 2006 06:27:28 -0000	1.17
+++ xorg-x11-xfs.spec	25 Feb 2006 17:23:03 -0000	1.18
@@ -8,7 +8,7 @@
 Summary: X.Org X11 xfs font server
 Name: xorg-x11-%{pkgname}
 Version: 1.0.1
-Release: 2.1
+Release: 3
 # NOTE: Remove Epoch line if package gets renamed
 Epoch: 1
 License: MIT/X11
@@ -282,6 +282,9 @@
 %{_mandir}/man1/xfsinfo.1x*
 
 %changelog
+* Sat Feb 25 2006 Mike A. Harris <mharris at redhat.com> 1:1.0.1-3
+- Redirect output of "rm -rf fonts.dir" to /dev/null in xfs.init
+
 * Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 1:1.0.1-2.1
 - bump again for double-long bug on ppc(64)
 




More information about the fedora-cvs-commits mailing list