fix bugs 159220 and 102341
This commit is contained in:
parent
b254835ec5
commit
4b8da9112b
11
at.spec
11
at.spec
@ -7,7 +7,7 @@
|
|||||||
Summary: Job spooling tools.
|
Summary: Job spooling tools.
|
||||||
Name: at
|
Name: at
|
||||||
Version: 3.1.8
|
Version: 3.1.8
|
||||||
Release: 77_FC4
|
Release: 78
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source: http://ftp.debian.org/debian/pool/main/a/at/at_3.1.8-11.tar.gz
|
Source: http://ftp.debian.org/debian/pool/main/a/at/at_3.1.8-11.tar.gz
|
||||||
@ -38,6 +38,8 @@ Patch27: at-3.1.8-pam.patch
|
|||||||
Patch28: at-3.1.8-pam_perms.patch
|
Patch28: at-3.1.8-pam_perms.patch
|
||||||
Patch29: at-3.1.8-pam_fail_close_session.patch
|
Patch29: at-3.1.8-pam_fail_close_session.patch
|
||||||
Patch30: at-3.1.8-pam_delete_cred.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
|
||||||
|
|
||||||
Prereq: fileutils chkconfig /etc/init.d
|
Prereq: fileutils chkconfig /etc/init.d
|
||||||
BuildPrereq: flex bison autoconf
|
BuildPrereq: flex bison autoconf
|
||||||
@ -105,7 +107,8 @@ cp %{SOURCE1} .
|
|||||||
%patch28 -p1 -b .pam_perms
|
%patch28 -p1 -b .pam_perms
|
||||||
%patch29 -p1 -b .pam_fail_close_session
|
%patch29 -p1 -b .pam_fail_close_session
|
||||||
%patch30 -p1 -b .pam_delete_cred
|
%patch30 -p1 -b .pam_delete_cred
|
||||||
|
%patch31 -p1 -b .-r_option
|
||||||
|
%patch32 -p1 -b .pam_loginuid
|
||||||
%build
|
%build
|
||||||
# patch10 touches configure.in
|
# patch10 touches configure.in
|
||||||
autoconf
|
autoconf
|
||||||
@ -192,6 +195,10 @@ fi
|
|||||||
%attr(4755,root,root) %{_bindir}/at
|
%attr(4755,root,root) %{_bindir}/at
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
|
||||||
* Fri Apr 08 2005 Jason Vas Dias <jvdias@redhat.com> 3.1.8-77
|
* Fri Apr 08 2005 Jason Vas Dias <jvdias@redhat.com> 3.1.8-77
|
||||||
- always call pam_setcred(pamh, PAM_DELETE_CRED) before session
|
- always call pam_setcred(pamh, PAM_DELETE_CRED) before session
|
||||||
- close
|
- close
|
||||||
|
Loading…
Reference in New Issue
Block a user