rpms/time/devel time.spec,1.26,1.27

Roman Rakus rrakus at fedoraproject.org
Tue Aug 11 14:44:02 UTC 2009


Author: rrakus

Update of /cvs/extras/rpms/time/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9786

Modified Files:
	time.spec 
Log Message:
Don't print errors in post and preun sections (#515936)


Index: time.spec
===================================================================
RCS file: /cvs/extras/rpms/time/devel/time.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- time.spec	27 Jul 2009 05:57:50 -0000	1.26
+++ time.spec	11 Aug 2009 14:44:01 -0000	1.27
@@ -1,7 +1,7 @@
 Summary: A GNU utility for monitoring a program's use of system resources
 Name: time
 Version: 1.7
-Release: 36%{?dist}
+Release: 37%{?dist}
 License: GPLv2+
 Group: Applications/System
 Url: http://www.gnu.org/software/time/
@@ -36,12 +36,12 @@ rm -rf %{buildroot}
 
 %post
 /sbin/install-info %{_infodir}/time.info.gz %{_infodir}/dir \
-    --entry="* time: (time).        GNU time Utility" || :
+    --entry="* time: (time).        GNU time Utility" >/dev/null 2>&1 || :
 
 %preun
 if [ "$1" = 0 ]; then
     /sbin/install-info --delete %{_infodir}/time.info.gz %{_infodir}/dir \
-    --entry="* time: (time).        GNU time Utility" || :
+    --entry="* time: (time).        GNU time Utility" >/dev/null 2>&1 || :
 fi
 
 %files
@@ -51,6 +51,9 @@ fi
 %{_infodir}/time.info*
 
 %changelog
+* Tue Aug 11 2009 Roman Rakus <rrakus at redhat.com> - 1.7-37
+- Don't print errors in post and preun sections (#515936)
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7-36
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list