bf7489f
%define major_ver 3.1.10
bf7489f
jvdias b0130c8
%if %{?WITH_PAM:0}%{!?WITH_PAM:1}
jvdias b0130c8
%define WITH_PAM 1
jvdias b0130c8
%endif
80e5e59
Summary: Job spooling tools
cvsdist a34e68f
Name: at
bf7489f
Version: 3.1.10
04cf46f
Release: 25%{?dist}
0ba30c7
License: GPLv2+
cvsdist a34e68f
Group: System Environment/Daemons
80e5e59
URL: http://ftp.debian.org/debian/pool/main/a/at
6b64c93
Source: http://ftp.debian.org/debian/pool/main/a/at/at_%{major_ver}.tar.gz
cvsdist a5082c8
Source1: test.pl
cvsdist a34e68f
Source2: atd.init
9be8623
Source3: atd.sysconf
cvsdist a34e68f
Patch0: at-3.1.7-lockfile.patch
e643368
Patch1: at-3.1.10-makefile.patch
e643368
Patch2: at-3.1.10-man-timespec-path.patch
e643368
Patch3: at-3.1.7-sigchld.patch
e643368
Patch4: at-3.1.10-typo.patch
8dcad9b
Patch5: at-3.1.8-perr.patch
8dcad9b
Patch6: at-3.1.10-shell.patch
8dcad9b
Patch7: at-3.1.8-t_option.patch
8dcad9b
Patch8: at-3.1.10-pam.patch
8dcad9b
Patch9: at-3.1.10-dont_fork.patch
8dcad9b
Patch10: at-3.1.10-perm.patch
9be8623
Patch11: at-3.1.10-opt_V.patch
71eb17f
Patch12: at-3.1.10-session.patch
0ba30c7
Patch13: at-3.1.10-havepam.patch
ed14ae1
Patch14: at-3.1.10-pam_keyring.patch
8631931
Patch15: at-3.1.10-PIE.patch
8631931
Patch16: at-3.1.10-pamfix.patch
c1bcbed
Patch17: nonposix.patch
04cf46f
Patch18: selinux_mail.patch
80e5e59
80e5e59
BuildRequires: fileutils chkconfig /etc/init.d
80e5e59
BuildRequires: flex bison autoconf
80e5e59
BuildRequires: libselinux-devel >= 1.27.9
c67dab4
jvdias b0130c8
%if %{WITH_PAM}
80e5e59
BuildRequires: pam-devel
jvdias b0130c8
%endif
cvsdist a34e68f
Conflicts: crontabs <= 1.5
cvsdist c2db2a8
# No, I'm not kidding
80e5e59
BuildRequires: smtpdaemon
80e5e59
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
cvsdist a34e68f
cvsdist a34e68f
%description
cvsdist 2d353b1
At and batch read commands from standard input or from a specified
cvsdist 2d353b1
file. At allows you to specify that a command will be run at a
cvsdist 2d353b1
particular time. Batch will execute commands when the system load
cvsdist 2d353b1
levels drop to a particular level. Both commands use /bin/sh.
cvsdist a34e68f
cvsdist 2d353b1
You should install the at package if you need a utility for
cvsdist 2d353b1
time-oriented job control. Note: If it is a recurring job that will
cvsdist 2d353b1
need to be repeated at the same time every day/week, etc. you should
cvsdist 2d353b1
use crontab instead.
cvsdist a34e68f
80e5e59
#%{?_without_check: %define _without_check 1}
80e5e59
#%{!?_without_check: %define _without_check 1}
cvsdist e83c0dc
#%{!?_without_check: %define _without_check 0}
cvsdist e83c0dc
# FIX THIS!
cvsdist a5082c8
cvsdist a34e68f
%prep
cvsdist a34e68f
%setup -q
80e5e59
cvsdist a5082c8
cp %{SOURCE1} .
cvsdist a34e68f
%patch0 -p1 -b .lockfile
e643368
%patch1 -p1 -b .make
e643368
%patch2 -p1 -b .paths
e643368
%patch3 -p1 -b .sigchld
e643368
%patch4 -p1 -b .typo
8dcad9b
%patch5 -p1 -b .perr
8dcad9b
%patch6 -p1 -b .shell
8dcad9b
%patch7 -p1 -b .t_option
8dcad9b
%patch8 -p1 -b .pam
8dcad9b
%patch9 -p1 -b .dont_fork
8dcad9b
%patch10 -p1 -b .perm
9be8623
%patch11 -p1 -b .opt_V
71eb17f
%patch12 -p1 -b .session
0ba30c7
%patch13 -p1 -b .havepam
ed14ae1
%patch14 -p1 -b .pamkeyring
8631931
%patch15 -p1 -b .PIE
8631931
%patch16 -p1 -b .pamfix
c1bcbed
%patch17 -p1 -b .nonposix
04cf46f
%patch18 -p1 -b .mailselinux
jvdias ed905f1
cvsdist a34e68f
%build
cvsdist a5082c8
# patch10 touches configure.in
cvsdist c2db2a8
autoconf
cvsdist a5082c8
# for patch11
cvsdist c2db2a8
rm -f lex.yy.* y.tab.*
jvdias 2ebd991
%configure --with-atspool=%{_localstatedir}/spool/at/spool \
80e5e59
	--with-jobdir=%{_localstatedir}/spool/at \
80e5e59
	--with-daemon_username=root  \
80e5e59
	--with-daemon_groupname=root \
80e5e59
	--with-selinux \
jvdias b0130c8
%if %{WITH_PAM}
80e5e59
	--with-pam
cvsdist 35ffecb
%endif
cvsdist c2db2a8
cvsdist a34e68f
make
cvsdist a34e68f
80e5e59
%check
e643368
# don't run "make test" by default
e643368
%{?_without_check: %define _without_check 1}
e643368
%{!?_without_check: %define _without_check 1}
e643368
80e5e59
%if ! %{_without_check}                                                                                                       
80e5e59
	LANG=C make test > /dev/null
cvsdist a5082c8
%endif
cvsdist a5082c8
cvsdist a34e68f
%install
80e5e59
make install \
80e5e59
	DAEMON_USERNAME=`id -nu`\
e643368
	DAEMON_GROUPNAME=`id -ng` \
80e5e59
	DESTDIR=%{buildroot}\
80e5e59
	sbindir=%{buildroot}%{_prefix}/sbin\
80e5e59
	bindir=%{buildroot}%{_bindir}\
80e5e59
	prefix=%{buildroot}%{_prefix}\
80e5e59
	exec_prefix=%{buildroot}%{_prefix}\
80e5e59
	docdir=%{buildroot}/usr/doc\
80e5e59
	mandir=%{buildroot}%{_mandir}\
cvsdist a5082c8
	etcdir=%{buildroot}%{_sysconfdir} \
cvsdist a5082c8
	ATJOB_DIR=%{buildroot}%{_localstatedir}/spool/at \
jvdias ed905f1
	ATSPOOL_DIR=%{buildroot}%{_localstatedir}/spool/at/spool \
jvdias ed905f1
	INSTALL_ROOT_USER=`id -nu` \
jvdias ed905f1
	INSTALL_ROOT_GROUP=`id -nu`;
80e5e59
cvsdist a5082c8
echo > %{buildroot}%{_sysconfdir}/at.deny
cvsdist a34e68f
mkdir docs
80e5e59
cp  %{buildroot}/%{_prefix}/doc/at/* docs/
cvsdist a5082c8
cvsdist a5082c8
mkdir -p %{buildroot}%{_sysconfdir}/rc.d/init.d
cvsdist a5082c8
install -m 755 %{SOURCE2} %{buildroot}%{_sysconfdir}/rc.d/init.d/atd
cvsdist a34e68f
cvsdist c2db2a8
mv -f %{buildroot}/%{_mandir}/man5/at_allow.5 \
80e5e59
	%{buildroot}/%{_mandir}/man5/at.allow.5
cvsdist c2db2a8
rm -f %{buildroot}/%{_mandir}/man5/at_deny.5
cvsdist c2db2a8
ln -s at.allow.5 \
80e5e59
	%{buildroot}/%{_mandir}/man5/at.deny.5
cvsdist c2db2a8
9be8623
mkdir -p %{buildroot}/etc/sysconfig
9be8623
install -m 755 %{SOURCE3} %{buildroot}/etc/sysconfig/atd
9be8623
cvsdist 1f8be7e
# remove unpackaged files from the buildroot
80e5e59
rm -r  %{buildroot}%{_prefix}/doc
cvsdist 1f8be7e
cvsdist a34e68f
%clean
cvsdist a34e68f
rm -rf %{buildroot}
cvsdist a34e68f
cvsdist a34e68f
%post
cvsdist a5082c8
touch %{_localstatedir}/spool/at/.SEQ
e643368
chmod 600 %{_localstatedir}/spool/at/.SEQ
cvsdist 35ffecb
chown daemon:daemon %{_localstatedir}/spool/at/.SEQ
9be8623
# must be in chkconfig on
cvsdist a34e68f
/sbin/chkconfig --add atd
cvsdist a34e68f
cvsdist a34e68f
%preun
cvsdist a34e68f
if [ "$1" = 0 ] ; then
2a31c01
	/sbin/service atd stop >/dev/null 2>&1 ||:
80e5e59
	/sbin/chkconfig --del atd
cvsdist a34e68f
fi
cvsdist a34e68f
cvsdist a34e68f
%postun
cvsdist a34e68f
if [ "$1" -ge "1" ]; then
2a31c01
	/sbin/service atd condrestart >/dev/null 2>&1 ||:
cvsdist a34e68f
fi
cvsdist a34e68f
cvsdist a34e68f
%files
a8dc0bc
%defattr(-,root,root,-)
cvsdist a34e68f
%doc docs/*
80e5e59
%config(noreplace) %{_sysconfdir}/at.deny
1195249
%attr(0755,root,root)		%{_sysconfdir}/rc.d/init.d/atd
0dbb2af
%attr(0644,root,root)		%{_sysconfdir}/sysconfig/atd
cvsdist a5082c8
%attr(0700,daemon,daemon)	%dir %{_localstatedir}/spool/at
cvsdist a5082c8
%attr(0600,daemon,daemon)	%verify(not md5 size mtime) %ghost %{_localstatedir}/spool/at/.SEQ
cvsdist a5082c8
%attr(0700,daemon,daemon)	%dir %{_localstatedir}/spool/at/spool
e643368
%attr(0640,root,daemon)	%config(noreplace) /etc/pam.d/atd
cvsdist a5082c8
%{_sbindir}/atrun
80e5e59
%attr(0755,root,root)	%{_sbindir}/atd
cvsdist a34e68f
%{_mandir}/man*/*
cvsdist a5082c8
%{_bindir}/batch
cvsdist a5082c8
%{_bindir}/atrm
cvsdist a5082c8
%{_bindir}/atq
cvsdist a5082c8
%attr(4755,root,root)	%{_bindir}/at
cvsdist a34e68f
cvsdist a34e68f
%changelog
04cf46f
* Tue Sep 16 2008 Marcela Maslanova <mmaslano@redhat.com> - 3.1.10-25
04cf46f
- thanks dwalsh for selinux patch, which fix #460873
04cf46f
2a31c01
* Fri Jul 18 2008 Marcela Maslanova <mmaslano@redhat.com> - 3.1.10-24
2a31c01
- 446004 hope adding || into scriptlets fix removing old package after upgrade
c1bcbed
- fixes for fuzz=0
2a31c01
82024fc
* Tue Mar 25 2008 Marcela Maslanova <mmaslano@redhat.com> - 3.1.10-23
82024fc
- 436952 use local instead of posix output date/time format.
82024fc
6635d05
* Thu Feb 28 2008 Marcela Maslanova <mmaslano@redhat.com> - 3.1.10-22
6635d05
- #435250 mixed OPTS and OPTIONS variable in sysconfig
6635d05
d6041ac
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.1.10-21
d6041ac
- Autorebuild for GCC 4.3
d6041ac
8631931
* Tue Jan  8 2008 Marcela Maslanova <mmaslano@redhat.com> - 3.1.10-20
8631931
- used PIE instead of pie (with pie wasn't build on 64b successful)
8631931
- rewrite PAM fail check
8631931
- fix checking of settings setuid(s)
8631931
0dbb2af
* Mon Dec  3 2007 Marcela Maslanova <mmaslano@redhat.com> - 3.1.10-19
0dbb2af
- another problem with permission
0dbb2af
1195249
* Fri Oct 30 2007 Marcela Maslanova <mmaslano@redhat.com> - 3.1.10-18
1195249
- Bug 398981: change on correct permissions
1195249
ed14ae1
* Fri Oct 05 2007 Marcela Maslanova <mmaslano@redhat.com> - 3.1.10-17
ed14ae1
- Bug 250147: add optional support for gnome-keyring to passwd pam stack
ed14ae1
0ba30c7
* Wed Aug 22 2007 Marcela Maslanova <mmaslano@redhat.com> - 3.1.10-16
0ba30c7
- macro with_pam instead of have_pam
0ba30c7
- license tag is gplv2+ because of license in source files
0ba30c7
71eb17f
* Tue Jul 11 2007 Marcela Maslanova <mmaslano@redhat.com> - 3.1.10-15
71eb17f
- rewrite init script
71eb17f
- add own session - setsid
71eb17f
- Resolves: rhbz#247091
71eb17f
9be8623
* Tue Jul  9 2007 Marcela Maslanova <mmaslano@redhat.com> - 3.1.10-14
9be8623
- feature: add configuration file
9be8623
- fix -V option
9be8623
- fix init script
9be8623
8dcad9b
* Tue Jul  3 2007 Marcela Maslanova <mmaslano@redhat.com> - 3.1.10-13
8dcad9b
- Resolves: rhbz#243064
8dcad9b
e643368
* Tue Jul  3 2007 Marcela Maslanova <mmaslano@redhat.com> - 3.1.10-12
e643368
- crashing atd
e643368
- work only for root, still broken some functions
e643368
- Resolves: rhbz#243064
e643368
d866d8e
* Tue Mar 27 2007 Marcela Maslanova <mmaslano@redhat.com> - 3.1.10-11
d866d8e
- mistake in pam_atd
d866d8e
- rhbz#234120
d866d8e
d866d8e
* Tue Mar 05 2007 Marcela Maslanova <mmaslano@redhat.com> - 3.1.10-10
d866d8e
- rhbz#224597
d866d8e
6b64c93
* Mon Mar 03 2007 Marcela Maslanova <mmaslano@redhat.com> - 3.1.10-9
6b64c93
- review
6b64c93
80e5e59
* Wed Feb 20 2007 Marcela Maslanova <mmaslano@redhat.com> - 3.1.10-8
80e5e59
- review
80e5e59
- rhbz#225288
80e5e59
c89cfaa
* Tue Jan 30 2007 Marcela Maslanova <mmaslano@redhat.com> - 3.1.10-7
c89cfaa
- no debug file - useless
c89cfaa
- new pam configuration
c89cfaa
- rhbz#224597
c89cfaa
a381a9c
* Tue Oct 27 2006 Marcela Maslanova <mmaslano@redhat.com> - 3.1.10-6
a381a9c
- fix daylight-saving again 
a381a9c
- fix #214759 - problem with seteuid
a381a9c
8fef59e
* Wed Oct 25 2006 Marcela Maslanova <mmaslano@redhat.com> - 3.1.10-5
8fef59e
- daylight-saving
8fef59e
b208713
* Tue Oct 24 2006 Marcela Maslanova <mmaslano@redhat.com> - 3.1.10-3
bf7489f
- new version from upstream 3.1.10
bf7489f
f59a0f0
* Thu Aug 23 2006 Marcela Maslanova <mmaslano@redhat.com> - 3.1.8-82.fc6
f59a0f0
- #176486 don't fork option added (patch from Enrico Scholz)
f59a0f0
7a6ff39
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.1.8-81.2
7a6ff39
- rebuild
7a6ff39
3b101d7
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.1.8-81.1
3b101d7
- bump again for double-long bug on ppc(64)
3b101d7
jvdias ed905f1
* Tue Feb 07 2006 Jason Vas Dias <jvdias@redhat.com> - 3.1.8-81
jvdias dd2986e
- rebuild for new gcc, glibc, glibc-kernheaders
jvdias ed905f1
- workaround new refusal of /usr/bin/install to chown
jvdias dd2986e
jvdias bf28176
* Fri Dec 18 2005 Jason Vas Dias<jvdias@redhat.com> - 3.1.8-80.2
jvdias bf28176
- rebuild for new flex
jvdias bf28176
f39bff4
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
f39bff4
- rebuilt for new gcj
f39bff4
c67dab4
* Fri Oct 14 2005 Dan Walsh <dwalsh@redhat.com> - 3.1.8-80
c67dab4
- Add seuserbyname support
c67dab4
2217b4e
* Fri Sep 30 2005 Tomas Mraz <tmraz@redhat.com> - 3.1.8-79
2217b4e
- use include instead of pam_stack in pam config
2217b4e
jvdias 4b8da91
* Fri Jun 03 2005 Jason Vas Dias <jvdias@redhat.com> 3.1.8-78
jvdias 4b8da91
- fix bug 159220: add pam_loginuid to pam session stack in /etc/pam.d/atd 
jvdias 4b8da91
- fix bug 102341: add '-r' synonym for '-d' / atrm for POSIX / SuS conformance
jvdias 4b8da91
jvdias b254835
* Fri Apr 08 2005 Jason Vas Dias <jvdias@redhat.com> 3.1.8-77
jvdias b254835
- always call pam_setcred(pamh, PAM_DELETE_CRED) before session 
jvdias b254835
- close
jvdias b254835
jvdias 3f61602
* Tue Apr 05 2005 Jason Vas Dias <jvdias@redhat.com> 3.1.8-70
jvdias 3f61602
- always call pam_close_session on PAM_FAIL or pam_end
jvdias 3f61602
jvdias 148e1cb
* Tue Mar 08 2005 Jason Vas Dias <jvdias@redhat.com> 3.1.8-68
jvdias 148e1cb
- Put PAM authentication check in 'check_permissions()', so
jvdias 148e1cb
- user can know when using at(1) if PAM permission is denied.
jvdias 148e1cb
jvdias 2ebd991
* Tue Mar 08 2005 Jason Vas Dias <jvdias@redhat.com> 3.1.8-67
jvdias a0de6a9
- better fix for bug 150131: change DAEMON_USERNAME and 
jvdias a0de6a9
- DAEMON_GROUPNAME to 'root' .
jvdias 2ebd991
jvdias 8835d09
* Mon Mar 07 2005 Jason Vas Dias <jvdias@redhat.com> 3.1.8-66
jvdias 8835d09
- fix bug 150131: atd should not relinquish root privilege if
jvdias 8835d09
- doing su(1) equivalent with PAM .
jvdias 8835d09
jvdias b0130c8
* Tue Jan 25 2005 Jason Vas Dias <jvdias@redhat.com> 3.1.8-64
jvdias b0130c8
- bugs 5160/146132: add PAM authentication control to atd
jvdias b0130c8
jvdias 86b6633
* Tue Oct 05 2004 Jason Vas Dias <jvdias@redhat.com> 3.1.8-60
jvdias 86b6633
- fix bug 131510: no_export env. var. blacklisting should not
jvdias 86b6633
- remove 'SHELL' when only 'SHELLOPTS' is blacklisted.
jvdias 86b6633
- at(1) man-page should not say 'commands are run with /bin/sh'
jvdias 86b6633
- and should explain usage of SHELL environement variable and
jvdias 86b6633
- details of blacklisted variables.
jvdias 86b6633
riel b5cd668
* Tue Sep 28 2004 Rik van Riel <riel@redhat.com> 3.1.8-58
jvdias 86b6633
- fix typo in man page, bug 112303 
jvdias 86b6633
- (regenerated at-3.1.8-man-timespec-path.patch with fix)
riel b5cd668
cvsdist f99ae4c
* Tue Aug 03 2004 Jason Vas Dias <jvdias@redhat.com>
cvsdist f99ae4c
- fixed bug 125634 - made usage() agree with manpage
cvsdist f99ae4c
cvsdist e83c0dc
* Thu Jul 29 2004 Jason Vas Dias <jvdias@redhat.com>
cvsdist e83c0dc
- Added POSIX.2 -t option for RFE 127485
cvsdist e83c0dc
cvsdist e83c0dc
*  Thu Jul 29 2004 Jason Vas Dias <jvdias@redhat.com>
cvsdist e83c0dc
- Had to disable the 'make test' for the build BEFORE
cvsdist e83c0dc
- any changes were made (building on FC2 - perl issue?)
cvsdist e83c0dc
- test.pl generates these 'errors' for what looks like
cvsdist e83c0dc
- valid output to me:
80e5e59
- $ ./test.pl 2>&1 | egrep -v '(^ok$)|(time_only)'
80e5e59
- 1..3656
80e5e59
- not ok
80e5e59
- 'Monday - 1 month': 'Fri Jul  2 18:29:00 2004' =? 'Sat Jul  3 18:29:00 2004'
80e5e59
- not ok
80e5e59
- 'Monday - 10 months': 'Thu Oct  2 18:29:00 2003' =? 'Fri Oct  3 18:29:00 2003'
80e5e59
- not ok
80e5e59
- 'next week - 1 month': 'Mon Jul  5 18:29:00 2004' =? 'Tue Jul  6 18:29:00 2004'
80e5e59
- not ok
80e5e59
- 'next week - 10 months': 'Sun Oct  5 18:29:00 2003' =? 'Mon Oct  6 18:29:00 2003'
cvsdist e83c0dc
- will investigate and fix for next release.
cvsdist e83c0dc
cvsdist 3049791
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 3049791
- rebuilt
cvsdist 3049791
cvsdist 63e4a1b
* Wed May 12 2004 Thomas Woerner <twoerner@redhat.com> - 3.1.8-54
cvsdist 63e4a1b
- fixed pie patch: at is pie, now
cvsdist 63e4a1b
- added build requires for libselinux-devel
cvsdist 63e4a1b
cvsdist 35ffecb
* Tue May 4 2004 Dan Walsh <dwalsh@redhat.com> - 3.1.8-53
cvsdist 35ffecb
- Add fileentrypoint check
cvsdist 35ffecb
cvsdist 35ffecb
* Thu Apr 15 2004 Dan Walsh <dwalsh@redhat.com> - 3.1.8-52
cvsdist 35ffecb
- Fix SELinux patch
cvsdist 35ffecb
cvsdist 35ffecb
* Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 35ffecb
- Use ':' instead of '.' as separator for chown.
cvsdist 35ffecb
cvsdist 35ffecb
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - 3.1.8-50
cvsdist fddbe57
- rebuilt
cvsdist fddbe57
cvsdist 08c5811
* Tue Dec  9 2003 Jens Petersen <petersen@redhat.com> - 3.1.8-49
cvsdist 08c5811
- replace at-3.1.8-SHELL-91233.patch by at-3.1.8-SHELL-111386.patch which
cvsdist 08c5811
  now executes $SHELL directly in the at shell script after all the variables
cvsdist 08c5811
  have been setup with /bin/sh (#91233) [suggested by Göran Uddeborg]
cvsdist 08c5811
- this changelog is now in utf-8
cvsdist 08c5811
cvsdist 08c5811
* Fri Nov  7 2003 Jens Petersen <petersen@redhat.com> - 3.1.8-48
cvsdist 08c5811
- add at-3.1.8-pie.patch to build atd as pie (#108415) [Ulrich Drepper]
cvsdist 08c5811
cvsdist 08c5811
* Fri Oct 31 2003 Dan Walsh <dwalsh@redhat.com> - 3.1.8-47.sel
cvsdist 08c5811
cvsdist a5082c8
* Fri Jun 20 2003 Jens Petersen <petersen@redhat.com> - 3.1.8-46
cvsdist a5082c8
- add at-3.1.8-atrun.8-typo-97697.patch to fix typo in atrun.8 (#97697)
cvsdist a5082c8
- update at.1 description of shell behaviour (#91233)
cvsdist a5082c8
cvsdist a5082c8
* Tue Jun 17 2003 Jens Petersen <petersen@redhat.com> - 3.1.8-45
cvsdist a5082c8
- make the job shell default to SHELL instead of "/bin/sh" (#91233)
cvsdist a5082c8
cvsdist a5082c8
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - 3.1.8-44
cvsdist a5082c8
- rebuilt
cvsdist a5082c8
cvsdist a5082c8
* Tue Jun  3 2003 Jens Petersen <petersen@redhat.com> - 3.1.8-43
cvsdist a5082c8
- Replace redundant at-3.1.7-paths.patch by at-3.1.8-man-timespec-path.patch
cvsdist a5082c8
  to fix timespec path
cvsdist a5082c8
cvsdist a5082c8
* Tue Jun  3 2003 Jens Petersen <petersen@redhat.com> - 3.1.8-41
cvsdist a5082c8
- update source to at_3.1.8-11 from debian upstream
cvsdist a5082c8
  - update source url
cvsdist a5082c8
  - at-debian.patch no longer needed
cvsdist a5082c8
  - at-3.1.7-paths.patch: the patch to "at.1.in" no longer needed
cvsdist a5082c8
  - replace at-3.1.8-lexer.patch with at-3.1.8-11-lexer-parser.diff
cvsdist a5082c8
  - at-3.1.8-dst.patch no longer needed
cvsdist a5082c8
  - at-3.1.8-lsbdoc.patch no longer needed
cvsdist a5082c8
  - at-3.1.8-o_excl.patch no longer needed
cvsdist a5082c8
  - bump release number
cvsdist a5082c8
- at-3.1.8-test.patch: move out test.pl to a separate source file
cvsdist a5082c8
  - apply at-3.1.8-test-fix.patch to it and drop patch
cvsdist a5082c8
- at-3.1.8-shell.patch: drop (#22216,#91233)
cvsdist a5082c8
- run "make test" after building
cvsdist a5082c8
- add "--without check" rpmbuild option
cvsdist a5082c8
- fix autoconf comment to point to right patch
cvsdist a5082c8
- use _sysconfdir, _sbindir, _bindir, and _localstatedir
cvsdist a5082c8
cvsdist a5082c8
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 3.1.8-33
cvsdist 1f8be7e
- rebuilt
cvsdist 1f8be7e
cvsdist 1f8be7e
* Wed Nov 27 2002 Tim Powers <timp@redhat.com> 3.1.8-32
cvsdist 1f8be7e
- remove unpackaged files from the buildroot
cvsdist 1f8be7e
cvsdist 737cec2
* Tue Jul 25 2002 Bill Huang <bhuang@redhat.com>
cvsdist 737cec2
- Fixed delaying job execution and missing starting jobs..(bug#69595)
cvsdist 737cec2
  (Thanks Bujor D Silaghi <bujor@cs.umd.edu> for his patch.)
cvsdist 737cec2
cvsdist 5b1e33b
* Fri Jul 19 2002 Bill Huang <bhuang@redhat.com>
cvsdist 737cec2
- Fixed cleaning atq and  multiple atd daemon.(bug#67414)
cvsdist 737cec2
  (Thanks Bujor D Silaghi <bujor@cs.umd.edu> for his patch.)
cvsdist 5b1e33b
cvsdist 5b1e33b
* Fri Jul 19 2002 Bill Huang <bhuang@redhat.com>
cvsdist 5b1e33b
- Fixed error message output in atd.c
cvsdist 5b1e33b
cvsdist 5b1e33b
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 5b1e33b
- automated rebuild
cvsdist 5b1e33b
cvsdist 5b1e33b
* Mon May 27 2002 Bill Huang <bhuang@redhat.com>
cvsdist 5b1e33b
- Rebuild for Milan
cvsdist 5b1e33b
cvsdist 5b1e33b
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist 5b1e33b
- automated rebuild
cvsdist 5b1e33b
cvsdist 5b1e33b
* Fri Feb  1 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.1.8-25
cvsdist 5b1e33b
- Require smtpdaemon rather than sendmail - postfix works just as well.
cvsdist 5b1e33b
cvsdist 5b1e33b
* Thu Jan 31 2002 Bill Nottingham <notting@redhat.com> 3.1.8-24
cvsdist 5b1e33b
- rebuild in new env.
cvsdist 5b1e33b
cvsdist 08c5811
* Thu Jan 17 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.1.8-23
cvsdist 274bd5f
- s/Copyright/License/
cvsdist 274bd5f
cvsdist 274bd5f
* Mon Jan 14 2002 Adrian Havill <havill@redhat.com> 3.1.8-21
cvsdist 274bd5f
- fix man page (#51253)
cvsdist 274bd5f
- fix env prop problem (#49491)
cvsdist 274bd5f
- .SEQ should not be executable (#52626)
cvsdist 274bd5f
- beefed up file creation perms against symlink exploits (O_EXCL)
cvsdist 274bd5f
cvsdist 2d353b1
* Thu Aug  2 2001 Crutcher Dunnavant <crutcher@redhat.com> 3.1.8-20
cvsdist 2d353b1
- updated patch update, still bug #46546
cvsdist 2d353b1
cvsdist 78cffc2
* Mon Jul 18 2001 Crutcher Dunnavant <crutcher@redhat.com>
cvsdist 78cffc2
- applied enrico.scholz@informatik.tu-chemnitz.de's change to the env patch to 
cvsdist 78cffc2
- address bug #46546
cvsdist 78cffc2
cvsdist 78cffc2
* Mon Jun 25 2001 Crutcher Dunnavant <crutcher@redhat.com>
cvsdist 78cffc2
- changed atd.init to start at 95, stop at 5, closing #15915
cvsdist 78cffc2
- applied mailto:wp@supermedia.pl's environment patch
cvsdist 78cffc2
cvsdist 78cffc2
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
cvsdist 78cffc2
- Bump release + rebuild.
cvsdist 78cffc2
cvsdist c2db2a8
* Wed Apr  4 2001 Crutcher Dunnavant <crutcher@redhat.com>
cvsdist c2db2a8
- much love to David Kilzer <ddkilzer@lubricants-oil.com>
cvsdist c2db2a8
- who nailed UTC, Leap year, DST, and some other edge cases down
cvsdist c2db2a8
- he also wrote a test harness in perl
cvsdist c2db2a8
- bug #28448
cvsdist c2db2a8
cvsdist 08c5811
* Fri Feb  2 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist c2db2a8
- i18nize initscript
cvsdist c2db2a8
cvsdist c2db2a8
* Wed Dec 12 2000 Bill Nottingham <notting@redhat.com>
cvsdist c2db2a8
- fix documentation of which shell commands will be run with (#22216)
cvsdist c2db2a8
cvsdist a34e68f
* Wed Aug 23 2000 Crutcher Dunnavant <crutcher@redhat.com>
cvsdist a34e68f
- Well, we will likely never really close the UTC issues,
cvsdist a34e68f
- because of 1) fractional timezones, and 2) daylight savigns time.
cvsdist a34e68f
- but there is a slight tweak to the handling of dst in the UTC patch.
cvsdist a34e68f
cvsdist a34e68f
* Wed Aug 23 2000 Crutcher Dunnavant <crutcher@redhat.com>
cvsdist a34e68f
- fixed bug #15685
cvsdist a34e68f
- which had at miscaluclating UTC times.
cvsdist a34e68f
cvsdist a34e68f
* Sat Jul 15 2000 Bill Nottingham <notting@redhat.com>
cvsdist a34e68f
- move initscript back
cvsdist a34e68f
cvsdist a34e68f
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist a34e68f
- automatic rebuild
cvsdist a34e68f
cvsdist a34e68f
* Thu Jul  6 2000 Bill Nottingham <notting@redhat.com>
cvsdist a34e68f
- prereq /etc/init.d
cvsdist a34e68f
cvsdist a34e68f
* Sat Jul  1 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist a34e68f
- fix syntax error in init script
cvsdist a34e68f
cvsdist a34e68f
* Tue Jun 27 2000 Preston Brown <pbrown@redhat.com>
cvsdist a34e68f
- don't prereq, only require initscripts
cvsdist a34e68f
cvsdist a34e68f
* Mon Jun 26 2000 Preston Brown <pbrown@redhat.com>
cvsdist a34e68f
- move init script
cvsdist a34e68f
- add condrestart directive
cvsdist a34e68f
- fix post/preun/postun scripts
cvsdist a34e68f
- prereq initscripts >= 5.20
cvsdist a34e68f
cvsdist a34e68f
* Sat Jun 17 2000 Bill Nottingham <notting@redhat.com>
cvsdist a34e68f
- fix verify of /var/spool/at/.SEQ (#12262)
cvsdist a34e68f
cvsdist a34e68f
* Mon Jun 12 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist a34e68f
- fix status checking and syntax error in init script
cvsdist a34e68f
cvsdist a34e68f
* Fri Jun  9 2000 Bill Nottingham <notting@redhat.com>
cvsdist a34e68f
- fix for long usernames (#11321)
cvsdist a34e68f
- add some bugfixes from debian
cvsdist a34e68f
cvsdist a34e68f
* Mon May  8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist a34e68f
- 3.1.8
cvsdist a34e68f
cvsdist a34e68f
* Wed Mar  1 2000 Bill Nottingham <notting@redhat.com>
cvsdist a34e68f
- fix a couple of more typos, null-terminate some strings
cvsdist a34e68f
cvsdist a34e68f
* Thu Feb 10 2000 Bill Nottingham <notting@redhat.com>
cvsdist a34e68f
- fix many-years-old typo in atd.c
cvsdist a34e68f
cvsdist a34e68f
* Thu Feb  3 2000 Bill Nottingham <notting@redhat.com>
cvsdist a34e68f
- handle compressed man pages
cvsdist a34e68f
cvsdist a34e68f
* Mon Aug 16 1999 Bill Nottingham <notting@redhat.com>
cvsdist a34e68f
- initscript munging, build as non-root user
cvsdist a34e68f
cvsdist a34e68f
* Sun Jun 13 1999 Jeff Johnson <jbj@redhat.com>
cvsdist a34e68f
- correct perms for /var/spool/at after defattr.
cvsdist a34e68f
cvsdist a34e68f
* Mon May 24 1999 Jeff Johnson <jbj@redhat.com>
cvsdist a34e68f
- reset SIGCHLD before exec (#3016).
cvsdist a34e68f
cvsdist a34e68f
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist a34e68f
- auto rebuild in the new build environment (release 8)
cvsdist a34e68f
cvsdist a34e68f
* Thu Mar 18 1999 Cristian Gafton <gafton@redhat.com>
cvsdist a34e68f
- fix handling the 12:00 time
cvsdist a34e68f
cvsdist a34e68f
* Wed Jan 13 1999 Bill Nottingham <notting@redhat.com>
cvsdist a34e68f
- configure fix for arm
cvsdist a34e68f
cvsdist a34e68f
* Wed Jan 06 1999 Cristian Gafton <gafton@redhat.com>
cvsdist a34e68f
- build for glibc 2.1
cvsdist a34e68f
cvsdist a34e68f
* Tue May 05 1998 Prospector System <bugs@redhat.com>
cvsdist a34e68f
- translations modified for de, fr, tr
cvsdist a34e68f
cvsdist a34e68f
* Wed Apr 22 1998 Michael K. Johnson <johnsonm@redhat.com>
cvsdist a34e68f
- enhanced initscript
cvsdist a34e68f
cvsdist a34e68f
* Sun Nov 09 1997 Michael K. Johnson <johnsonm@redhat.com>
cvsdist a34e68f
- learned to spell
cvsdist a34e68f
cvsdist a34e68f
* Wed Oct 22 1997 Michael K. Johnson <johnsonm@redhat.com>
cvsdist a34e68f
- updated to at version 3.1.7
80e5e59
- updated lock and sequence file handling with ghost
cvsdist a34e68f
- Use chkconfig and atd, now conflicts with old crontabs packages
cvsdist a34e68f
cvsdist a34e68f
* Thu Jun 19 1997 Erik Troan <ewt@redhat.com>
cvsdist a34e68f
- built against glibc
cvsdist a34e68f