auto-import changelog data from at-3.1.8-19.src.rpm
Wed Jul 18 2001 Crutcher Dunnavant <crutcher@redhat.com> - applied enrico.scholz@informatik.tu-chemnitz.de's change to the env patch to - address bug #46546 Mon Jun 25 2001 Crutcher Dunnavant <crutcher@redhat.com> - changed atd.init to start at 95, stop at 5, closing #15915 - applied mailto:wp@supermedia.pl's environment patch Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com> - Bump release + rebuild.
This commit is contained in:
parent
c2db2a8ca8
commit
78cffc2742
15
at.spec
15
at.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Job spooling tools.
|
Summary: Job spooling tools.
|
||||||
Name: at
|
Name: at
|
||||||
Version: 3.1.8
|
Version: 3.1.8
|
||||||
Release: 16
|
Release: 19
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source: ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/at-3.1.8.tar.bz2
|
Source: ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/at-3.1.8.tar.bz2
|
||||||
@ -20,6 +20,7 @@ Patch11: at-3.1.8-lexer.patch
|
|||||||
Patch12: at-3.1.8-dst.patch
|
Patch12: at-3.1.8-dst.patch
|
||||||
Patch13: at-3.1.8-test.patch
|
Patch13: at-3.1.8-test.patch
|
||||||
Patch14: at-3.1.8-test-fix.patch
|
Patch14: at-3.1.8-test-fix.patch
|
||||||
|
Patch15: at-3.1.8-env.patch
|
||||||
Prereq: fileutils chkconfig /etc/init.d
|
Prereq: fileutils chkconfig /etc/init.d
|
||||||
BuildPrereq: flex bison autoconf
|
BuildPrereq: flex bison autoconf
|
||||||
Conflicts: crontabs <= 1.5
|
Conflicts: crontabs <= 1.5
|
||||||
@ -57,6 +58,7 @@ day/week/etc.
|
|||||||
%patch12 -p1 -b .dst
|
%patch12 -p1 -b .dst
|
||||||
%patch13 -p1 -b .test
|
%patch13 -p1 -b .test
|
||||||
%patch14 -p1 -b .test-fix
|
%patch14 -p1 -b .test-fix
|
||||||
|
%patch15 -p1 -b .env
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# for patch 9
|
# for patch 9
|
||||||
@ -125,6 +127,17 @@ fi
|
|||||||
%attr(4755,root,root) %{_prefix}/bin/at
|
%attr(4755,root,root) %{_prefix}/bin/at
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 18 2001 Crutcher Dunnavant <crutcher@redhat.com>
|
||||||
|
- applied enrico.scholz@informatik.tu-chemnitz.de's change to the env patch to
|
||||||
|
- address bug #46546
|
||||||
|
|
||||||
|
* Mon Jun 25 2001 Crutcher Dunnavant <crutcher@redhat.com>
|
||||||
|
- changed atd.init to start at 95, stop at 5, closing #15915
|
||||||
|
- applied mailto:wp@supermedia.pl's environment patch
|
||||||
|
|
||||||
|
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
|
||||||
|
- Bump release + rebuild.
|
||||||
|
|
||||||
* Wed Apr 4 2001 Crutcher Dunnavant <crutcher@redhat.com>
|
* Wed Apr 4 2001 Crutcher Dunnavant <crutcher@redhat.com>
|
||||||
- much love to David Kilzer <ddkilzer@lubricants-oil.com>
|
- much love to David Kilzer <ddkilzer@lubricants-oil.com>
|
||||||
- who nailed UTC, Leap year, DST, and some other edge cases down
|
- who nailed UTC, Leap year, DST, and some other edge cases down
|
||||||
|
2
atd.init
2
atd.init
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# Starts the at daemon
|
# Starts the at daemon
|
||||||
#
|
#
|
||||||
# chkconfig: 345 40 60
|
# chkconfig: 345 95 5
|
||||||
# description: Runs commands scheduled by the at command at the time \
|
# description: Runs commands scheduled by the at command at the time \
|
||||||
# specified when at was run, and runs batch commands when the load \
|
# specified when at was run, and runs batch commands when the load \
|
||||||
# average is low enough.
|
# average is low enough.
|
||||||
|
Loading…
Reference in New Issue
Block a user