|
Lines 23-30
Link Here
|
| 23 |
# Use GTK2 instead of GNOME in gnome-ssh-askpass |
23 |
# Use GTK2 instead of GNOME in gnome-ssh-askpass |
| 24 |
%define gtk2 1 |
24 |
%define gtk2 1 |
| 25 |
|
25 |
|
| 26 |
# Is this build for RHL 6.x? |
26 |
# Which release is this build for? |
| 27 |
%define build6x 0 |
27 |
%define build6x 0 |
|
|
28 |
%define build7x 0 |
| 28 |
|
29 |
|
| 29 |
# Do we want kerberos5 support (1=yes 0=no) |
30 |
# Do we want kerberos5 support (1=yes 0=no) |
| 30 |
%define kerberos5 1 |
31 |
%define kerberos5 1 |
|
Lines 81-90
PreReq: initscripts >= 5.20
Link Here
|
| 81 |
%endif |
82 |
%endif |
| 82 |
BuildPreReq: perl, openssl-devel, tcp_wrappers |
83 |
BuildPreReq: perl, openssl-devel, tcp_wrappers |
| 83 |
BuildPreReq: /bin/login |
84 |
BuildPreReq: /bin/login |
| 84 |
%if ! %{build6x} |
85 |
%if %{build6x} |
| 85 |
BuildPreReq: glibc-devel, pam |
86 |
BuildPreReq: glibc-devel, /usr/include/security/pam_appl.h |
| 86 |
%else |
87 |
%else |
|
|
88 |
%if %{build7x} |
| 87 |
BuildPreReq: db1-devel, /usr/include/security/pam_appl.h |
89 |
BuildPreReq: db1-devel, /usr/include/security/pam_appl.h |
|
|
90 |
%else |
| 91 |
BuildPreReq: glibc-devel, pam-devel |
| 92 |
%endif |
| 88 |
%endif |
93 |
%endif |
| 89 |
%if ! %{no_x11_askpass} |
94 |
%if ! %{no_x11_askpass} |
| 90 |
BuildPreReq: XFree86-devel |
95 |
BuildPreReq: XFree86-devel |