diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/redhat/openssh.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index 80a09ec30..310639909 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec | |||
@@ -201,6 +201,8 @@ CFLAGS="$RPM_OPT_FLAGS -Os"; export CFLAGS | |||
201 | --with-superuser-path=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin \ | 201 | --with-superuser-path=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin \ |
202 | --with-privsep-path=%{_var}/empty/sshd \ | 202 | --with-privsep-path=%{_var}/empty/sshd \ |
203 | --with-md5-passwords \ | 203 | --with-md5-passwords \ |
204 | --mandir=%{_mandir} \ | ||
205 | --with-mantype=man \ | ||
204 | %if %{scard} | 206 | %if %{scard} |
205 | --with-smartcard \ | 207 | --with-smartcard \ |
206 | %endif | 208 | %endif |
@@ -409,6 +411,7 @@ fi | |||
409 | 411 | ||
410 | %changelog | 412 | %changelog |
411 | * Sun Nov 16 2014 Nico Kadel-Garcia <nakdel@gmail.com> | 413 | * Sun Nov 16 2014 Nico Kadel-Garcia <nakdel@gmail.com> |
414 | - Add '--mandir' and '--with-mantype' for RHEL 5 compatibility | ||
412 | - Add 'dist' option to 'ver' so package names reflect OS at build time | 415 | - Add 'dist' option to 'ver' so package names reflect OS at build time |
413 | - Always include x11-ssh-askpass tarball in SRPM | 416 | - Always include x11-ssh-askpass tarball in SRPM |
414 | - Add openssh-x11-aspass BuildRequires for libXT-devel, imake, gtk2-devel | 417 | - Add openssh-x11-aspass BuildRequires for libXT-devel, imake, gtk2-devel |