diff --git a/atop-1.23-cron.patch b/atop-1.23-cron.patch new file mode 100644 index 0000000..36e0452 --- /dev/null +++ b/atop-1.23-cron.patch @@ -0,0 +1,6 @@ +--- 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 diff --git a/atop.spec b/atop.spec index 9ced2ee..478e5fe 100644 --- a/atop.spec +++ b/atop.spec @@ -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 @@ Source2: atop.init 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 @@ http://www.atcomputing.nl/Tools/atop/kernpatch.html %prep %setup -q +%patch0 -p1 -b .cron %build make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" @@ -93,6 +95,9 @@ fi %changelog +* Mon May 5 2008 Kairo Araujo - 1.23-7 +- add bug fixes for #445174 + * Thu Apr 3 2008 Kairo Araujo - 1.23-6 - removed variable DATALIFE from atop.d and atop.crondaily