summaryrefslogtreecommitdiff
path: root/contrib/redhat
diff options
context:
space:
mode:
authornkadel <nkadel@gmail.com>2014-11-16 18:18:51 -0500
committerDarren Tucker <dtucker@dtucker.net>2018-02-10 09:58:32 +1100
commit94f8bf360eb0162e39ddf39d69925c2e93511e40 (patch)
tree309ef9231ca0fee2541916df9bf5a51cde6d4899 /contrib/redhat
parentbb7e54dbaf34b70b3e57acf7982f3a2136c94ee5 (diff)
Discard 'K5DIR' reporting.
It does not work inside 'mock' build environment.
Diffstat (limited to 'contrib/redhat')
-rw-r--r--contrib/redhat/openssh.spec6
1 files changed, 1 insertions, 5 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index a66502e9f..80a09ec30 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -193,11 +193,6 @@ environment.
193CFLAGS="$RPM_OPT_FLAGS -Os"; export CFLAGS 193CFLAGS="$RPM_OPT_FLAGS -Os"; export CFLAGS
194%endif 194%endif
195 195
196%if %{kerberos5}
197K5DIR=`rpm -ql krb5-devel | grep 'include/krb5\.h' | sed 's,\/include\/krb5.h,,'`
198echo K5DIR=$K5DIR
199%endif
200
201%configure \ 196%configure \
202 --sysconfdir=%{_sysconfdir}/ssh \ 197 --sysconfdir=%{_sysconfdir}/ssh \
203 --libexecdir=%{_libexecdir}/openssh \ 198 --libexecdir=%{_libexecdir}/openssh \
@@ -417,6 +412,7 @@ fi
417- Add 'dist' option to 'ver' so package names reflect OS at build time 412- Add 'dist' option to 'ver' so package names reflect OS at build time
418- Always include x11-ssh-askpass tarball in SRPM 413- Always include x11-ssh-askpass tarball in SRPM
419- Add openssh-x11-aspass BuildRequires for libXT-devel, imake, gtk2-devel 414- Add openssh-x11-aspass BuildRequires for libXT-devel, imake, gtk2-devel
415- Discard 'K5DIR' reporting, not usable inside 'mock' for RHEL 5 compatibility
420- Discard obsolete '--with-rsh' configure option 416- Discard obsolete '--with-rsh' configure option
421- Update openssl-devel dependency to 0.9.8f, as found in autoconf 417- Update openssl-devel dependency to 0.9.8f, as found in autoconf
422 418