rpms/logwatch/devel logwatch.spec,1.114,1.115

Ivana Varekova varekova at fedoraproject.org
Thu Jul 2 08:42:45 UTC 2009


Author: varekova

Update of /cvs/pkgs/rpms/logwatch/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6436

Modified Files:
	logwatch.spec 
Log Message:
- fix cron script



Index: logwatch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/logwatch/devel/logwatch.spec,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -p -r1.114 -r1.115
--- logwatch.spec	25 Jun 2009 13:39:39 -0000	1.114
+++ logwatch.spec	2 Jul 2009 08:42:14 -0000	1.115
@@ -1,7 +1,7 @@
 Summary: A log file analysis program
 Name: logwatch
 Version: 7.3.6
-Release: 44%{?dist}
+Release: 45%{?dist}
 License: MIT
 Group: Applications/System
 URL: http://www.logwatch.org/
@@ -175,7 +175,7 @@ cat >  %{buildroot}/%{_sysconfdir}/cron.
 
 DailyReport=`grep -e "^[[:space:]]*DailyReport[[:space:]]*=[[:space:]]*" /usr/share/logwatch/default.conf/logwatch.conf | head -n1 | sed -e "s|^\s*DailyReport\s*=\s*||"`
 
-if [ $DailyReport != "No" ] && [ $DailyReport != "no" ]
+if [ \$DailyReport != "No" ] && [ \$DailyReport != "no" ]
 then
     logwatch
 fi
@@ -236,6 +236,9 @@ rm -rf %{buildroot}
 %doc License project/CHANGES 
 
 %changelog
+* Thu Jul  2 2009 Ivana Varekova <varekova at redhat.com> 7.3.6-45
+- fix cron script
+
 * Thu Jun 25 2009 Ivana Varekova <varekova at redhat.com> 7.3.6-44
 - add the possibility to switch of cron job (#493063)
 




More information about the scm-commits mailing list