From 35ffecb2577be5e627124dca9b0e531e60082529 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 03:17:47 +0000 Subject: auto-import changelog data from at-3.1.8-53.src.rpm Tue May 04 2004 Dan Walsh - 3.1.8-53 - Add fileentrypoint check Thu Apr 15 2004 Dan Walsh - 3.1.8-52 - Fix SELinux patch Mon Feb 23 2004 Tim Waugh - Use ':' instead of '.' as separator for chown. --- diff --git a/at.spec b/at.spec index e07e5b9..c49619a 100644 --- a/at.spec +++ b/at.spec @@ -4,7 +4,7 @@ Summary: Job spooling tools. Name: at Version: 3.1.8 -Release: 50 +Release: 53 License: GPL Group: System Environment/Daemons Source: http://ftp.debian.org/debian/pool/main/a/at/at_3.1.8-11.tar.gz @@ -86,7 +86,10 @@ cp %{SOURCE1} . autoconf # for patch11 rm -f lex.yy.* y.tab.* -%configure --with-atspool=%{_localstatedir}/spool/at/spool --with-jobdir=%{_localstatedir}/spool/at +%configure --with-atspool=%{_localstatedir}/spool/at/spool --with-jobdir=%{_localstatedir}/spool/at \ +%if %{WITH_SELINUX} +--with-selinux +%endif make @@ -124,7 +127,7 @@ rm -rf %{buildroot} %post touch %{_localstatedir}/spool/at/.SEQ chmod 600 %{_localstatedir}/spool/at/.SEQ -chown daemon.daemon %{_localstatedir}/spool/at/.SEQ +chown daemon:daemon %{_localstatedir}/spool/at/.SEQ /sbin/chkconfig --add atd %preun @@ -155,7 +158,16 @@ fi %attr(4755,root,root) %{_bindir}/at %changelog -* Fri Feb 13 2004 Elliot Lee +* Tue May 4 2004 Dan Walsh - 3.1.8-53 +- Add fileentrypoint check + +* Thu Apr 15 2004 Dan Walsh - 3.1.8-52 +- Fix SELinux patch + +* Mon Feb 23 2004 Tim Waugh +- Use ':' instead of '.' as separator for chown. + +* Fri Feb 13 2004 Elliot Lee - 3.1.8-50 - rebuilt * Tue Dec 9 2003 Jens Petersen - 3.1.8-49