add getseuserbyname patch
This commit is contained in:
parent
2217b4ee19
commit
c67dab4548
20
at.spec
20
at.spec
@ -1,13 +1,10 @@
|
|||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
|
||||||
%define WITH_SELINUX 1
|
|
||||||
%endif
|
|
||||||
%if %{?WITH_PAM:0}%{!?WITH_PAM:1}
|
%if %{?WITH_PAM:0}%{!?WITH_PAM:1}
|
||||||
%define WITH_PAM 1
|
%define WITH_PAM 1
|
||||||
%endif
|
%endif
|
||||||
Summary: Job spooling tools.
|
Summary: Job spooling tools.
|
||||||
Name: at
|
Name: at
|
||||||
Version: 3.1.8
|
Version: 3.1.8
|
||||||
Release: 79
|
Release: 80
|
||||||
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
|
||||||
@ -40,12 +37,12 @@ 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
|
Patch31: at-3.1.8-r_option.patch
|
||||||
Patch32: at-3.1.8-pam_loginuid.patch
|
Patch32: at-3.1.8-pam_loginuid.patch
|
||||||
|
Patch33: at-3.1.8-getseuserbyname.patch
|
||||||
|
|
||||||
Prereq: fileutils chkconfig /etc/init.d
|
Prereq: fileutils chkconfig /etc/init.d
|
||||||
BuildPrereq: flex bison autoconf
|
BuildPrereq: flex bison autoconf
|
||||||
%if %{WITH_SELINUX}
|
BuildPrereq: libselinux-devel >= 1.27.9
|
||||||
BuildPrereq: libselinux-devel
|
|
||||||
%endif
|
|
||||||
%if %{WITH_PAM}
|
%if %{WITH_PAM}
|
||||||
BuildPrereq: pam-devel
|
BuildPrereq: pam-devel
|
||||||
%endif
|
%endif
|
||||||
@ -95,10 +92,7 @@ cp %{SOURCE1} .
|
|||||||
%patch19 -p1 -b .instinet
|
%patch19 -p1 -b .instinet
|
||||||
%patch20 -p1 -b .SHELL
|
%patch20 -p1 -b .SHELL
|
||||||
%patch21 -p1 -b .typo
|
%patch21 -p1 -b .typo
|
||||||
%if %{WITH_SELINUX}
|
|
||||||
#SELinux
|
|
||||||
%patch22 -p1 -b .selinux
|
%patch22 -p1 -b .selinux
|
||||||
%endif
|
|
||||||
%patch23 -p1 -b .pie
|
%patch23 -p1 -b .pie
|
||||||
%patch24 -p1 -b -t_option
|
%patch24 -p1 -b -t_option
|
||||||
%patch25 -p1 -b .usage
|
%patch25 -p1 -b .usage
|
||||||
@ -109,6 +103,7 @@ cp %{SOURCE1} .
|
|||||||
%patch30 -p1 -b .pam_delete_cred
|
%patch30 -p1 -b .pam_delete_cred
|
||||||
%patch31 -p1 -b .-r_option
|
%patch31 -p1 -b .-r_option
|
||||||
%patch32 -p1 -b .pam_loginuid
|
%patch32 -p1 -b .pam_loginuid
|
||||||
|
%patch33 -p1 -b .getseuserbyname
|
||||||
%build
|
%build
|
||||||
# patch10 touches configure.in
|
# patch10 touches configure.in
|
||||||
autoconf
|
autoconf
|
||||||
@ -118,9 +113,7 @@ rm -f lex.yy.* y.tab.*
|
|||||||
--with-jobdir=%{_localstatedir}/spool/at \
|
--with-jobdir=%{_localstatedir}/spool/at \
|
||||||
--with-daemon_username=root \
|
--with-daemon_username=root \
|
||||||
--with-daemon_groupname=root \
|
--with-daemon_groupname=root \
|
||||||
%if %{WITH_SELINUX}
|
|
||||||
--with-selinux \
|
--with-selinux \
|
||||||
%endif
|
|
||||||
%if %{WITH_PAM}
|
%if %{WITH_PAM}
|
||||||
--with-pam
|
--with-pam
|
||||||
%else
|
%else
|
||||||
@ -195,6 +188,9 @@ fi
|
|||||||
%attr(4755,root,root) %{_bindir}/at
|
%attr(4755,root,root) %{_bindir}/at
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 14 2005 Dan Walsh <dwalsh@redhat.com> - 3.1.8-80
|
||||||
|
- Add seuserbyname support
|
||||||
|
|
||||||
* Fri Sep 30 2005 Tomas Mraz <tmraz@redhat.com> - 3.1.8-79
|
* Fri Sep 30 2005 Tomas Mraz <tmraz@redhat.com> - 3.1.8-79
|
||||||
- use include instead of pam_stack in pam config
|
- use include instead of pam_stack in pam config
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user