rpms/atop/EL-4 atop-1.23-cron.patch,NONE,1.1 atop.spec,1.1,1.2

Kairo Francisco de Araujo (kairo) fedora-extras-commits at redhat.com
Mon May 5 16:46:04 UTC 2008


Author: kairo

Update of /cvs/pkgs/rpms/atop/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11725/EL-4

Modified Files:
	atop.spec 
Added Files:
	atop-1.23-cron.patch 
Log Message:
add bug fixes for #445174


atop-1.23-cron.patch:

--- NEW FILE atop-1.23-cron.patch ---
--- atop-1.23/atop.cron	2008-03-06 07:15:47.000000000 -0300
+++ atop-1.23/atop.cron-fedora	2008-05-05 12:17:19.000000000 -0300
@@ -1,2 +1,2 @@
 # start atop daily at midnight
-0 0 * * * root /etc/atop/atop.daily
+0 0 * * * root /etc/cron.daily/atop


Index: atop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/atop/EL-4/atop.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- atop.spec	3 Apr 2008 20:54:51 -0000	1.1
+++ atop.spec	5 May 2008 16:45:24 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           atop
 Version:        1.23
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        An advanced interactive monitor to view the load on system and process level
 
 Group:          Applications/System
@@ -12,6 +12,7 @@
 Source3:        atop.crondaily
 Source4:        atop.sysconfig
 Source5:        atop.d
+Patch0:         atop-1.23-cron.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:       ncurses
@@ -41,6 +42,7 @@
  
 %prep
 %setup -q
+%patch0 -p1 -b .cron
 
 %build
 make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
@@ -93,6 +95,9 @@
 
 
 %changelog
+* Mon May  5 2008 Kairo Araujo <kairoaraujo at gmail.com> - 1.23-7
+- add bug fixes for #445174
+
 * Thu Apr  3 2008 Kairo Araujo <kairoaraujo at gmail.com> - 1.23-6
 - removed variable DATALIFE from atop.d and atop.crondaily
 




More information about the fedora-extras-commits mailing list