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

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Feb 12 14:21:43 UTC 2007


Author: tmraz

Update of /cvs/dist/rpms/smartmontools/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv14702

Modified Files:
	smartmontools.spec 
Log Message:
* Mon Feb 12 2007 Tomas Mraz <tmraz at redhat.com> - 1:5.36-7
- redirect service script output to null (#224566)



Index: smartmontools.spec
===================================================================
RCS file: /cvs/dist/rpms/smartmontools/devel/smartmontools.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- smartmontools.spec	11 Feb 2007 22:35:56 -0000	1.26
+++ smartmontools.spec	12 Feb 2007 14:21:41 -0000	1.27
@@ -1,7 +1,7 @@
 Summary:	Tools for monitoring SMART capable hard disks
 Name:		smartmontools
 Version:	5.36
-Release: 	6%{?dist}
+Release: 	7%{?dist}
 Epoch:		1
 Group:		System Environment/Base
 License:	GPL
@@ -67,7 +67,7 @@
 
 %preun
 if [ "$1" = "0" ] ; then
- /sbin/service smartd stop
+ /sbin/service smartd stop >/dev/null 2>&1
  /sbin/chkconfig --del smartd
 fi
 exit 0
@@ -81,6 +81,9 @@
 
 
 %changelog
+* Mon Feb 12 2007 Tomas Mraz <tmraz at redhat.com> - 1:5.36-7
+- redirect service script output to null (#224566)
+
 * Sun Feb 11 2007 Florian La Roche <laroche at redhat.com> - 1:5.36-6
 - make sure the preun script does not fail
 




More information about the fedora-cvs-commits mailing list