2006-10-24 12:50:09 +00:00
|
|
|
%define major_ver 3.1.10
|
|
|
|
|
2005-01-25 21:33:37 +00:00
|
|
|
%if %{?WITH_PAM:0}%{!?WITH_PAM:1}
|
|
|
|
%define WITH_PAM 1
|
|
|
|
%endif
|
2004-09-09 03:14:09 +00:00
|
|
|
Summary: Job spooling tools.
|
|
|
|
Name: at
|
2006-10-24 12:50:09 +00:00
|
|
|
Version: 3.1.10
|
2006-11-14 11:36:00 +00:00
|
|
|
Release: 6%{?dist}
|
2004-09-09 03:14:58 +00:00
|
|
|
License: GPL
|
2004-09-09 03:14:09 +00:00
|
|
|
Group: System Environment/Daemons
|
2006-10-24 12:50:09 +00:00
|
|
|
Source: http://ftp.debian.org/debian/pool/main/a/at/at-%{major_ver}.tar.gz
|
2004-09-09 03:16:20 +00:00
|
|
|
Source1: test.pl
|
2004-09-09 03:14:09 +00:00
|
|
|
Source2: atd.init
|
|
|
|
Patch0: at-3.1.7-lockfile.patch
|
2006-10-24 12:50:09 +00:00
|
|
|
#Patch1: at-3.1.7-noon.patch
|
|
|
|
Patch2: at-3.1.10-man-timespec-path.patch
|
2004-09-09 03:14:09 +00:00
|
|
|
Patch3: at-3.1.7-sigchld.patch
|
2006-10-24 12:50:09 +00:00
|
|
|
#Patch4: at-3.1.10-noroot.patch
|
|
|
|
Patch5: at-3.1.10-typo.patch
|
|
|
|
#Patch7: at-3.1.8-buflen.patch
|
|
|
|
#Patch10: at-3.1.8-batch.patch
|
|
|
|
Patch11: at-3.1.10-lexer-parser.patch
|
2004-09-09 03:14:15 +00:00
|
|
|
Patch13: at-3.1.8-test.patch
|
2006-10-24 12:50:09 +00:00
|
|
|
#Patch15: at-3.1.8-env-tng.patch
|
2004-09-09 03:16:20 +00:00
|
|
|
#Patch16: at-3.1.8-lsbdoc.patch
|
2004-09-09 03:15:31 +00:00
|
|
|
Patch18: at-3.1.8-perr.patch
|
2006-10-24 12:50:09 +00:00
|
|
|
Patch19: at-3.1.10-instinet.patch
|
|
|
|
Patch20: at-3.1.10-shell.patch
|
|
|
|
#Patch21: at-3.1.8-atrun.8-typo-97697.patch
|
|
|
|
#Patch22: at-selinux.patch
|
|
|
|
#Patch22: at-3.1.10-selinux.patch
|
|
|
|
Patch23: at-3.1.10-pie.patch
|
2006-10-24 14:25:28 +00:00
|
|
|
Patch24: at-3.1.8-t_option.patch
|
2006-10-24 12:50:09 +00:00
|
|
|
Patch25: at-3.1.10-usage.patch
|
|
|
|
Patch26: at-3.1.10-fix_no_export.patch
|
|
|
|
#Patch27: at-3.1.8-pam.patch
|
|
|
|
#Patch28: at-3.1.8-pam_perms.patch
|
|
|
|
#Patch29: at-3.1.8-pam_fail_close_session.patch
|
|
|
|
#Patch30: at-3.1.8-pam_delete_cred.patch
|
|
|
|
#Patch31: at-3.1.8-r_option.patch
|
|
|
|
#Patch32: at-3.1.8-pam_loginuid.patch
|
|
|
|
#Patch33: at-3.1.8-getseuserbyname.patch
|
|
|
|
#Patch34: at-3.1.8-install_no_chown.patch
|
2007-01-30 10:32:28 +00:00
|
|
|
Patch35: at-3.1.10-pam.patch
|
|
|
|
Patch36: at-3.1.10-dont_fork.patch
|
2006-10-24 12:50:09 +00:00
|
|
|
Patch37: at-3.1.10-makefile.patch
|
2006-11-01 16:28:39 +00:00
|
|
|
Patch38: at-3.1.10-daylight.patch
|
2006-11-14 11:36:00 +00:00
|
|
|
Patch39: at-3.1.10-perm.patch
|
2006-10-24 12:50:09 +00:00
|
|
|
|
2004-09-09 03:14:09 +00:00
|
|
|
Prereq: fileutils chkconfig /etc/init.d
|
2004-09-09 03:14:15 +00:00
|
|
|
BuildPrereq: flex bison autoconf
|
2005-10-14 20:42:45 +00:00
|
|
|
BuildPrereq: libselinux-devel >= 1.27.9
|
|
|
|
|
2005-01-25 21:33:37 +00:00
|
|
|
%if %{WITH_PAM}
|
|
|
|
BuildPrereq: pam-devel
|
|
|
|
%endif
|
2004-09-09 03:14:09 +00:00
|
|
|
Conflicts: crontabs <= 1.5
|
2004-09-09 03:14:15 +00:00
|
|
|
# No, I'm not kidding
|
2004-09-09 03:15:31 +00:00
|
|
|
BuildPrereq: smtpdaemon
|
2004-09-09 03:14:09 +00:00
|
|
|
Buildroot: %{_tmppath}/%{name}-root
|
|
|
|
|
|
|
|
%description
|
2004-09-09 03:14:29 +00:00
|
|
|
At and batch read commands from standard input or from a specified
|
|
|
|
file. At allows you to specify that a command will be run at a
|
|
|
|
particular time. Batch will execute commands when the system load
|
|
|
|
levels drop to a particular level. Both commands use /bin/sh.
|
2004-09-09 03:14:09 +00:00
|
|
|
|
2004-09-09 03:14:29 +00:00
|
|
|
You should install the at package if you need a utility for
|
|
|
|
time-oriented job control. Note: If it is a recurring job that will
|
|
|
|
need to be repeated at the same time every day/week, etc. you should
|
|
|
|
use crontab instead.
|
2004-09-09 03:14:09 +00:00
|
|
|
|
2004-09-09 03:16:20 +00:00
|
|
|
%{?_without_check: %define _without_check 1}
|
2004-09-09 03:18:25 +00:00
|
|
|
%{!?_without_check: %define _without_check 1}
|
|
|
|
#%{!?_without_check: %define _without_check 0}
|
|
|
|
# FIX THIS!
|
2004-09-09 03:16:20 +00:00
|
|
|
|
2004-09-09 03:14:09 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2004-09-09 03:16:20 +00:00
|
|
|
cp %{SOURCE1} .
|
2004-09-09 03:14:09 +00:00
|
|
|
%patch0 -p1 -b .lockfile
|
|
|
|
# The next path is a brute-force fix that will have to be updated
|
|
|
|
# when new versions of at are released.
|
|
|
|
%patch2 -p1 -b .paths
|
|
|
|
%patch3 -p1 -b .sigchld
|
2004-09-09 03:16:20 +00:00
|
|
|
#%%patch6 -p1 -b .debian
|
2006-10-24 12:50:09 +00:00
|
|
|
#%patch4 -p1 -b .noroot
|
|
|
|
%patch5 -p1 -b .typo
|
|
|
|
#%patch7 -p1 -b .buflen
|
|
|
|
#%patch10 -p1 -b .batch
|
2004-09-09 03:14:15 +00:00
|
|
|
%patch11 -p1 -b .lexer
|
2004-09-09 03:16:20 +00:00
|
|
|
#%%patch12 -p1 -b .dst
|
2004-09-09 03:14:15 +00:00
|
|
|
%patch13 -p1 -b .test
|
2004-09-09 03:16:20 +00:00
|
|
|
#%%patch14 -p1 -b .test-fix
|
2006-10-24 12:50:09 +00:00
|
|
|
#%patch15 -p1 -b .env
|
2004-09-09 03:16:20 +00:00
|
|
|
#%%patch16 -p1 -b .lsbdoc
|
|
|
|
#%%patch17 -p1 -b .o_excl
|
2004-09-09 03:15:31 +00:00
|
|
|
%patch18 -p1 -b .perr
|
|
|
|
%patch19 -p1 -b .instinet
|
2006-10-24 12:50:09 +00:00
|
|
|
%patch20 -p1 -b .shell
|
|
|
|
#%patch21 -p1 -b .typo97
|
|
|
|
#%patch22 -p1 -b .selinux
|
|
|
|
#replace PAMLIB with SELINUXLIB in Makefile.in -> replaced by #36
|
2004-09-09 03:17:00 +00:00
|
|
|
%patch23 -p1 -b .pie
|
2006-11-14 11:36:00 +00:00
|
|
|
%patch24 -p1 -b .t_option
|
2004-09-09 03:18:36 +00:00
|
|
|
%patch25 -p1 -b .usage
|
2004-10-05 17:41:00 +00:00
|
|
|
%patch26 -p1 -b .fix_no_export
|
2006-10-24 12:50:09 +00:00
|
|
|
#%patch27 -p1 -b .pam -> pam.patch
|
|
|
|
#%patch28 -p1 -b .pam_perms
|
|
|
|
#%patch29 -p1 -b .pam_fail_close_session
|
|
|
|
#%patch30 -p1 -b .pam_delete_cred
|
|
|
|
#%patch31 -p1 -b .-r_option -> added from upstream
|
|
|
|
#%patch32 -p1 -b .pam_loginuid -> in pam.patch
|
|
|
|
#%patch33 -p1 -b .getseuserbyname -> pam.patch
|
|
|
|
#%patch34 -p1 -b .install_no_chown -> makefile.patch
|
2007-01-30 10:32:28 +00:00
|
|
|
%patch35 -p1 -b .pam
|
|
|
|
%patch36 -p1 -b .dont_fork
|
2006-10-24 12:50:09 +00:00
|
|
|
%patch37 -p1 -b .makefile
|
2006-11-01 16:28:39 +00:00
|
|
|
%patch38 -p1 -b .daylight
|
2006-11-14 11:36:00 +00:00
|
|
|
%patch39 -p1 -b .perm
|
2006-02-08 00:57:29 +00:00
|
|
|
|
2004-09-09 03:14:09 +00:00
|
|
|
%build
|
2004-09-09 03:16:20 +00:00
|
|
|
# patch10 touches configure.in
|
2004-09-09 03:14:15 +00:00
|
|
|
autoconf
|
2004-09-09 03:16:20 +00:00
|
|
|
# for patch11
|
2004-09-09 03:14:15 +00:00
|
|
|
rm -f lex.yy.* y.tab.*
|
2005-03-08 17:46:51 +00:00
|
|
|
%configure --with-atspool=%{_localstatedir}/spool/at/spool \
|
|
|
|
--with-jobdir=%{_localstatedir}/spool/at \
|
|
|
|
--with-daemon_username=root \
|
|
|
|
--with-daemon_groupname=root \
|
2005-01-25 21:33:37 +00:00
|
|
|
--with-selinux \
|
|
|
|
%if %{WITH_PAM}
|
|
|
|
--with-pam
|
|
|
|
%else
|
|
|
|
|
2004-09-09 03:17:47 +00:00
|
|
|
%endif
|
2004-09-09 03:14:15 +00:00
|
|
|
|
2004-09-09 03:14:09 +00:00
|
|
|
make
|
|
|
|
|
2004-09-09 03:16:20 +00:00
|
|
|
%if ! %{_without_check}
|
|
|
|
LANG=C make test > /dev/null
|
|
|
|
%endif
|
|
|
|
|
2004-09-09 03:14:09 +00:00
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
%makeinstall DAEMON_USERNAME=`id -nu` \
|
|
|
|
DAEMON_GROUPNAME=`id -ng` \
|
2004-09-09 03:16:20 +00:00
|
|
|
etcdir=%{buildroot}%{_sysconfdir} \
|
|
|
|
ATJOB_DIR=%{buildroot}%{_localstatedir}/spool/at \
|
2006-02-08 00:57:29 +00:00
|
|
|
ATSPOOL_DIR=%{buildroot}%{_localstatedir}/spool/at/spool \
|
|
|
|
INSTALL_ROOT_USER=`id -nu` \
|
|
|
|
INSTALL_ROOT_GROUP=`id -nu`;
|
2004-09-09 03:16:20 +00:00
|
|
|
echo > %{buildroot}%{_sysconfdir}/at.deny
|
2004-09-09 03:14:09 +00:00
|
|
|
mkdir docs
|
2004-09-09 03:14:29 +00:00
|
|
|
cp $RPM_BUILD_ROOT/%{_prefix}/doc/at/* docs/
|
2004-09-09 03:16:20 +00:00
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/rc.d/init.d
|
|
|
|
install -m 755 %{SOURCE2} %{buildroot}%{_sysconfdir}/rc.d/init.d/atd
|
2004-09-09 03:14:09 +00:00
|
|
|
|
2004-09-09 03:14:15 +00:00
|
|
|
mv -f %{buildroot}/%{_mandir}/man5/at_allow.5 \
|
|
|
|
%{buildroot}/%{_mandir}/man5/at.allow.5
|
|
|
|
rm -f %{buildroot}/%{_mandir}/man5/at_deny.5
|
|
|
|
ln -s at.allow.5 \
|
|
|
|
%{buildroot}/%{_mandir}/man5/at.deny.5
|
|
|
|
|
2004-09-09 03:15:55 +00:00
|
|
|
# remove unpackaged files from the buildroot
|
2004-09-09 03:16:20 +00:00
|
|
|
rm -r $RPM_BUILD_ROOT%{_prefix}/doc
|
2004-09-09 03:15:55 +00:00
|
|
|
|
2004-09-09 03:14:09 +00:00
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%post
|
2004-09-09 03:16:20 +00:00
|
|
|
touch %{_localstatedir}/spool/at/.SEQ
|
|
|
|
chmod 600 %{_localstatedir}/spool/at/.SEQ
|
2004-09-09 03:17:47 +00:00
|
|
|
chown daemon:daemon %{_localstatedir}/spool/at/.SEQ
|
2004-09-09 03:14:09 +00:00
|
|
|
/sbin/chkconfig --add atd
|
|
|
|
|
|
|
|
%preun
|
|
|
|
if [ "$1" = 0 ] ; then
|
|
|
|
service atd stop >/dev/null 2>&1
|
|
|
|
/sbin/chkconfig --del atd
|
|
|
|
fi
|
|
|
|
|
|
|
|
%postun
|
|
|
|
if [ "$1" -ge "1" ]; then
|
|
|
|
service atd condrestart >/dev/null 2>&1
|
|
|
|
fi
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc docs/*
|
2004-09-09 03:16:20 +00:00
|
|
|
%config %{_sysconfdir}/at.deny
|
|
|
|
%config %{_sysconfdir}/rc.d/init.d/atd
|
|
|
|
%attr(0700,daemon,daemon) %dir %{_localstatedir}/spool/at
|
|
|
|
%attr(0600,daemon,daemon) %verify(not md5 size mtime) %ghost %{_localstatedir}/spool/at/.SEQ
|
|
|
|
%attr(0700,daemon,daemon) %dir %{_localstatedir}/spool/at/spool
|
2005-01-25 21:33:37 +00:00
|
|
|
%attr(0640,root,daemon) %config(noreplace) /etc/pam.d/atd
|
2004-09-09 03:16:20 +00:00
|
|
|
%{_sbindir}/atrun
|
|
|
|
%{_sbindir}/atd
|
2004-09-09 03:14:09 +00:00
|
|
|
%{_mandir}/man*/*
|
2004-09-09 03:16:20 +00:00
|
|
|
%{_bindir}/batch
|
|
|
|
%{_bindir}/atrm
|
|
|
|
%{_bindir}/atq
|
|
|
|
%attr(4755,root,root) %{_bindir}/at
|
2004-09-09 03:14:09 +00:00
|
|
|
|
|
|
|
%changelog
|
2006-11-14 11:36:00 +00:00
|
|
|
* Tue Oct 27 2006 Marcela Maslanova <mmaslano@redhat.com> - 3.1.10-6
|
|
|
|
- fix daylight-saving again
|
|
|
|
- fix #214759 - problem with seteuid
|
|
|
|
|
2006-11-01 16:28:39 +00:00
|
|
|
* Wed Oct 25 2006 Marcela Maslanova <mmaslano@redhat.com> - 3.1.10-5
|
|
|
|
- daylight-saving
|
|
|
|
|
2006-10-24 14:27:41 +00:00
|
|
|
* Tue Oct 24 2006 Marcela Maslanova <mmaslano@redhat.com> - 3.1.10-3
|
2006-10-24 12:50:09 +00:00
|
|
|
- new version from upstream 3.1.10
|
|
|
|
|
2006-08-23 11:46:32 +00:00
|
|
|
* Thu Aug 23 2006 Marcela Maslanova <mmaslano@redhat.com> - 3.1.8-82.fc6
|
|
|
|
- #176486 don't fork option added (patch from Enrico Scholz)
|
|
|
|
|
2006-07-12 05:22:08 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.1.8-81.2
|
|
|
|
- rebuild
|
|
|
|
|
2006-02-11 01:57:59 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.1.8-81.1
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-08 00:57:29 +00:00
|
|
|
* Tue Feb 07 2006 Jason Vas Dias <jvdias@redhat.com> - 3.1.8-81
|
2006-02-08 00:25:53 +00:00
|
|
|
- rebuild for new gcc, glibc, glibc-kernheaders
|
2006-02-08 00:57:29 +00:00
|
|
|
- workaround new refusal of /usr/bin/install to chown
|
2006-02-08 00:25:53 +00:00
|
|
|
|
2005-12-18 20:51:03 +00:00
|
|
|
* Fri Dec 18 2005 Jason Vas Dias<jvdias@redhat.com> - 3.1.8-80.2
|
|
|
|
- rebuild for new flex
|
|
|
|
|
2005-12-16 23:20:09 +00:00
|
|
|
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt for new gcj
|
|
|
|
|
2005-10-14 20:42:45 +00:00
|
|
|
* Fri Oct 14 2005 Dan Walsh <dwalsh@redhat.com> - 3.1.8-80
|
|
|
|
- Add seuserbyname support
|
|
|
|
|
2005-09-30 11:43:19 +00:00
|
|
|
* Fri Sep 30 2005 Tomas Mraz <tmraz@redhat.com> - 3.1.8-79
|
|
|
|
- use include instead of pam_stack in pam config
|
|
|
|
|
2005-06-03 18:32:11 +00:00
|
|
|
* Fri Jun 03 2005 Jason Vas Dias <jvdias@redhat.com> 3.1.8-78
|
|
|
|
- fix bug 159220: add pam_loginuid to pam session stack in /etc/pam.d/atd
|
|
|
|
- fix bug 102341: add '-r' synonym for '-d' / atrm for POSIX / SuS conformance
|
|
|
|
|
2005-04-08 17:00:46 +00:00
|
|
|
* Fri Apr 08 2005 Jason Vas Dias <jvdias@redhat.com> 3.1.8-77
|
|
|
|
- always call pam_setcred(pamh, PAM_DELETE_CRED) before session
|
|
|
|
- close
|
|
|
|
|
2005-04-05 15:55:18 +00:00
|
|
|
* Tue Apr 05 2005 Jason Vas Dias <jvdias@redhat.com> 3.1.8-70
|
|
|
|
- always call pam_close_session on PAM_FAIL or pam_end
|
|
|
|
|
2005-03-08 19:30:06 +00:00
|
|
|
* Tue Mar 08 2005 Jason Vas Dias <jvdias@redhat.com> 3.1.8-68
|
|
|
|
- Put PAM authentication check in 'check_permissions()', so
|
|
|
|
- user can know when using at(1) if PAM permission is denied.
|
|
|
|
|
2005-03-08 17:46:51 +00:00
|
|
|
* Tue Mar 08 2005 Jason Vas Dias <jvdias@redhat.com> 3.1.8-67
|
2005-03-08 17:47:50 +00:00
|
|
|
- better fix for bug 150131: change DAEMON_USERNAME and
|
|
|
|
- DAEMON_GROUPNAME to 'root' .
|
2005-03-08 17:46:51 +00:00
|
|
|
|
2005-03-07 19:16:46 +00:00
|
|
|
* Mon Mar 07 2005 Jason Vas Dias <jvdias@redhat.com> 3.1.8-66
|
|
|
|
- fix bug 150131: atd should not relinquish root privilege if
|
|
|
|
- doing su(1) equivalent with PAM .
|
|
|
|
|
2005-01-25 21:33:37 +00:00
|
|
|
* Tue Jan 25 2005 Jason Vas Dias <jvdias@redhat.com> 3.1.8-64
|
|
|
|
- bugs 5160/146132: add PAM authentication control to atd
|
|
|
|
|
2004-10-05 17:41:00 +00:00
|
|
|
* Tue Oct 05 2004 Jason Vas Dias <jvdias@redhat.com> 3.1.8-60
|
|
|
|
- fix bug 131510: no_export env. var. blacklisting should not
|
|
|
|
- remove 'SHELL' when only 'SHELLOPTS' is blacklisted.
|
|
|
|
- at(1) man-page should not say 'commands are run with /bin/sh'
|
|
|
|
- and should explain usage of SHELL environement variable and
|
|
|
|
- details of blacklisted variables.
|
|
|
|
|
2004-09-28 16:15:03 +00:00
|
|
|
* Tue Sep 28 2004 Rik van Riel <riel@redhat.com> 3.1.8-58
|
2004-10-05 17:41:00 +00:00
|
|
|
- fix typo in man page, bug 112303
|
|
|
|
- (regenerated at-3.1.8-man-timespec-path.patch with fix)
|
2004-09-28 16:15:03 +00:00
|
|
|
|
2004-09-09 03:18:36 +00:00
|
|
|
* Tue Aug 03 2004 Jason Vas Dias <jvdias@redhat.com>
|
|
|
|
- fixed bug 125634 - made usage() agree with manpage
|
|
|
|
|
2004-09-09 03:18:25 +00:00
|
|
|
* Thu Jul 29 2004 Jason Vas Dias <jvdias@redhat.com>
|
|
|
|
- Added POSIX.2 -t option for RFE 127485
|
|
|
|
|
|
|
|
* Thu Jul 29 2004 Jason Vas Dias <jvdias@redhat.com>
|
|
|
|
- Had to disable the 'make test' for the build BEFORE
|
|
|
|
- any changes were made (building on FC2 - perl issue?)
|
|
|
|
- test.pl generates these 'errors' for what looks like
|
|
|
|
- valid output to me:
|
|
|
|
- $ ./test.pl 2>&1 | egrep -v '(^ok$)|(time_only)'
|
|
|
|
- 1..3656
|
|
|
|
- not ok
|
|
|
|
- 'Monday - 1 month': 'Fri Jul 2 18:29:00 2004' =? 'Sat Jul 3 18:29:00 2004'
|
|
|
|
- not ok
|
|
|
|
- 'Monday - 10 months': 'Thu Oct 2 18:29:00 2003' =? 'Fri Oct 3 18:29:00 2003'
|
|
|
|
- not ok
|
|
|
|
- 'next week - 1 month': 'Mon Jul 5 18:29:00 2004' =? 'Tue Jul 6 18:29:00 2004'
|
|
|
|
- not ok
|
|
|
|
- 'next week - 10 months': 'Sun Oct 5 18:29:00 2003' =? 'Mon Oct 6 18:29:00 2003'
|
|
|
|
- will investigate and fix for next release.
|
|
|
|
|
2004-09-09 03:18:19 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 03:18:15 +00:00
|
|
|
* Wed May 12 2004 Thomas Woerner <twoerner@redhat.com> - 3.1.8-54
|
|
|
|
- fixed pie patch: at is pie, now
|
|
|
|
- added build requires for libselinux-devel
|
|
|
|
|
2004-09-09 03:17:47 +00:00
|
|
|
* Tue May 4 2004 Dan Walsh <dwalsh@redhat.com> - 3.1.8-53
|
|
|
|
- Add fileentrypoint check
|
|
|
|
|
|
|
|
* Thu Apr 15 2004 Dan Walsh <dwalsh@redhat.com> - 3.1.8-52
|
|
|
|
- Fix SELinux patch
|
|
|
|
|
|
|
|
* Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Use ':' instead of '.' as separator for chown.
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - 3.1.8-50
|
2004-09-09 03:17:15 +00:00
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 03:17:00 +00:00
|
|
|
* Tue Dec 9 2003 Jens Petersen <petersen@redhat.com> - 3.1.8-49
|
|
|
|
- replace at-3.1.8-SHELL-91233.patch by at-3.1.8-SHELL-111386.patch which
|
|
|
|
now executes $SHELL directly in the at shell script after all the variables
|
|
|
|
have been setup with /bin/sh (#91233) [suggested by Göran Uddeborg]
|
|
|
|
- this changelog is now in utf-8
|
|
|
|
|
|
|
|
* Fri Nov 7 2003 Jens Petersen <petersen@redhat.com> - 3.1.8-48
|
|
|
|
- add at-3.1.8-pie.patch to build atd as pie (#108415) [Ulrich Drepper]
|
|
|
|
|
|
|
|
* Fri Oct 31 2003 Dan Walsh <dwalsh@redhat.com> - 3.1.8-47.sel
|
|
|
|
|
2004-09-09 03:16:20 +00:00
|
|
|
* Fri Jun 20 2003 Jens Petersen <petersen@redhat.com> - 3.1.8-46
|
|
|
|
- add at-3.1.8-atrun.8-typo-97697.patch to fix typo in atrun.8 (#97697)
|
|
|
|
- update at.1 description of shell behaviour (#91233)
|
|
|
|
|
|
|
|
* Tue Jun 17 2003 Jens Petersen <petersen@redhat.com> - 3.1.8-45
|
|
|
|
- make the job shell default to SHELL instead of "/bin/sh" (#91233)
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - 3.1.8-44
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Tue Jun 3 2003 Jens Petersen <petersen@redhat.com> - 3.1.8-43
|
|
|
|
- Replace redundant at-3.1.7-paths.patch by at-3.1.8-man-timespec-path.patch
|
|
|
|
to fix timespec path
|
|
|
|
|
|
|
|
* Tue Jun 3 2003 Jens Petersen <petersen@redhat.com> - 3.1.8-41
|
|
|
|
- update source to at_3.1.8-11 from debian upstream
|
|
|
|
- update source url
|
|
|
|
- at-debian.patch no longer needed
|
|
|
|
- at-3.1.7-paths.patch: the patch to "at.1.in" no longer needed
|
|
|
|
- replace at-3.1.8-lexer.patch with at-3.1.8-11-lexer-parser.diff
|
|
|
|
- at-3.1.8-dst.patch no longer needed
|
|
|
|
- at-3.1.8-lsbdoc.patch no longer needed
|
|
|
|
- at-3.1.8-o_excl.patch no longer needed
|
|
|
|
- bump release number
|
|
|
|
- at-3.1.8-test.patch: move out test.pl to a separate source file
|
|
|
|
- apply at-3.1.8-test-fix.patch to it and drop patch
|
|
|
|
- at-3.1.8-shell.patch: drop (#22216,#91233)
|
|
|
|
- run "make test" after building
|
|
|
|
- add "--without check" rpmbuild option
|
|
|
|
- fix autoconf comment to point to right patch
|
|
|
|
- use _sysconfdir, _sbindir, _bindir, and _localstatedir
|
|
|
|
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 3.1.8-33
|
2004-09-09 03:15:55 +00:00
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Wed Nov 27 2002 Tim Powers <timp@redhat.com> 3.1.8-32
|
|
|
|
- remove unpackaged files from the buildroot
|
|
|
|
|
2004-09-09 03:15:38 +00:00
|
|
|
* Tue Jul 25 2002 Bill Huang <bhuang@redhat.com>
|
|
|
|
- Fixed delaying job execution and missing starting jobs..(bug#69595)
|
|
|
|
(Thanks Bujor D Silaghi <bujor@cs.umd.edu> for his patch.)
|
|
|
|
|
2004-09-09 03:15:31 +00:00
|
|
|
* Fri Jul 19 2002 Bill Huang <bhuang@redhat.com>
|
2004-09-09 03:15:38 +00:00
|
|
|
- Fixed cleaning atq and multiple atd daemon.(bug#67414)
|
|
|
|
(Thanks Bujor D Silaghi <bujor@cs.umd.edu> for his patch.)
|
2004-09-09 03:15:31 +00:00
|
|
|
|
|
|
|
* Fri Jul 19 2002 Bill Huang <bhuang@redhat.com>
|
|
|
|
- Fixed error message output in atd.c
|
|
|
|
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Mon May 27 2002 Bill Huang <bhuang@redhat.com>
|
|
|
|
- Rebuild for Milan
|
|
|
|
|
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Fri Feb 1 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.1.8-25
|
|
|
|
- Require smtpdaemon rather than sendmail - postfix works just as well.
|
|
|
|
|
|
|
|
* Thu Jan 31 2002 Bill Nottingham <notting@redhat.com> 3.1.8-24
|
|
|
|
- rebuild in new env.
|
|
|
|
|
2004-09-09 03:17:00 +00:00
|
|
|
* Thu Jan 17 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.1.8-23
|
2004-09-09 03:14:58 +00:00
|
|
|
- s/Copyright/License/
|
|
|
|
|
|
|
|
* Mon Jan 14 2002 Adrian Havill <havill@redhat.com> 3.1.8-21
|
|
|
|
- fix man page (#51253)
|
|
|
|
- fix env prop problem (#49491)
|
|
|
|
- .SEQ should not be executable (#52626)
|
|
|
|
- beefed up file creation perms against symlink exploits (O_EXCL)
|
|
|
|
|
2004-09-09 03:14:29 +00:00
|
|
|
* Thu Aug 2 2001 Crutcher Dunnavant <crutcher@redhat.com> 3.1.8-20
|
|
|
|
- updated patch update, still bug #46546
|
|
|
|
|
2004-09-09 03:14:23 +00:00
|
|
|
* 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.
|
|
|
|
|
2004-09-09 03:14:15 +00:00
|
|
|
* Wed Apr 4 2001 Crutcher Dunnavant <crutcher@redhat.com>
|
|
|
|
- much love to David Kilzer <ddkilzer@lubricants-oil.com>
|
|
|
|
- who nailed UTC, Leap year, DST, and some other edge cases down
|
|
|
|
- he also wrote a test harness in perl
|
|
|
|
- bug #28448
|
|
|
|
|
2004-09-09 03:17:00 +00:00
|
|
|
* Fri Feb 2 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 03:14:15 +00:00
|
|
|
- i18nize initscript
|
|
|
|
|
|
|
|
* Wed Dec 12 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix documentation of which shell commands will be run with (#22216)
|
|
|
|
|
2004-09-09 03:14:09 +00:00
|
|
|
* Wed Aug 23 2000 Crutcher Dunnavant <crutcher@redhat.com>
|
|
|
|
- Well, we will likely never really close the UTC issues,
|
|
|
|
- because of 1) fractional timezones, and 2) daylight savigns time.
|
|
|
|
- but there is a slight tweak to the handling of dst in the UTC patch.
|
|
|
|
|
|
|
|
* Wed Aug 23 2000 Crutcher Dunnavant <crutcher@redhat.com>
|
|
|
|
- fixed bug #15685
|
|
|
|
- which had at miscaluclating UTC times.
|
|
|
|
|
|
|
|
* Sat Jul 15 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- move initscript back
|
|
|
|
|
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
* Thu Jul 6 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- prereq /etc/init.d
|
|
|
|
|
|
|
|
* Sat Jul 1 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- fix syntax error in init script
|
|
|
|
|
|
|
|
* Tue Jun 27 2000 Preston Brown <pbrown@redhat.com>
|
|
|
|
- don't prereq, only require initscripts
|
|
|
|
|
|
|
|
* Mon Jun 26 2000 Preston Brown <pbrown@redhat.com>
|
|
|
|
- move init script
|
|
|
|
- add condrestart directive
|
|
|
|
- fix post/preun/postun scripts
|
|
|
|
- prereq initscripts >= 5.20
|
|
|
|
|
|
|
|
* Sat Jun 17 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix verify of /var/spool/at/.SEQ (#12262)
|
|
|
|
|
|
|
|
* Mon Jun 12 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- fix status checking and syntax error in init script
|
|
|
|
|
|
|
|
* Fri Jun 9 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix for long usernames (#11321)
|
|
|
|
- add some bugfixes from debian
|
|
|
|
|
|
|
|
* Mon May 8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
- 3.1.8
|
|
|
|
|
|
|
|
* Wed Mar 1 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix a couple of more typos, null-terminate some strings
|
|
|
|
|
|
|
|
* Thu Feb 10 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix many-years-old typo in atd.c
|
|
|
|
|
|
|
|
* Thu Feb 3 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- handle compressed man pages
|
|
|
|
|
|
|
|
* Mon Aug 16 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- initscript munging, build as non-root user
|
|
|
|
|
|
|
|
* Sun Jun 13 1999 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- correct perms for /var/spool/at after defattr.
|
|
|
|
|
|
|
|
* Mon May 24 1999 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- reset SIGCHLD before exec (#3016).
|
|
|
|
|
|
|
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- auto rebuild in the new build environment (release 8)
|
|
|
|
|
|
|
|
* Thu Mar 18 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- fix handling the 12:00 time
|
|
|
|
|
|
|
|
* Wed Jan 13 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- configure fix for arm
|
|
|
|
|
|
|
|
* Wed Jan 06 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- build for glibc 2.1
|
|
|
|
|
|
|
|
* Tue May 05 1998 Prospector System <bugs@redhat.com>
|
|
|
|
- translations modified for de, fr, tr
|
|
|
|
|
|
|
|
* Wed Apr 22 1998 Michael K. Johnson <johnsonm@redhat.com>
|
|
|
|
- enhanced initscript
|
|
|
|
|
|
|
|
* Sun Nov 09 1997 Michael K. Johnson <johnsonm@redhat.com>
|
|
|
|
- learned to spell
|
|
|
|
|
|
|
|
* Wed Oct 22 1997 Michael K. Johnson <johnsonm@redhat.com>
|
|
|
|
- updated to at version 3.1.7
|
|
|
|
- updated lock and sequence file handling with %ghost
|
|
|
|
- Use chkconfig and atd, now conflicts with old crontabs packages
|
|
|
|
|
|
|
|
* Thu Jun 19 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
- built against glibc
|
|
|
|
|