From 2cc09c66edfa76fc9d7daacc162bb3f3ddcceabf Mon Sep 17 00:00:00 2001 From: Tomáš Mráz Date: Dec 04 2007 18:58:25 +0000 Subject: - explicitly source krb5-devel profile script - rebuild for openssl bump --- diff --git a/openssh.spec b/openssh.spec index 2d59f0a..3bebe01 100644 --- a/openssh.spec +++ b/openssh.spec @@ -248,6 +248,7 @@ export CFLAGS LDFLAGS="$LDFLAGS -pie"; export LDFLAGS %endif %if %{kerberos5} +source /etc/profile.d/krb5-devel.sh krb5_prefix=`krb5-config --prefix` if test "$krb5_prefix" != "%{_prefix}" ; then CPPFLAGS="$CPPFLAGS -I${krb5_prefix}/include -I${krb5_prefix}/include/gssapi"; export CPPFLAGS @@ -479,8 +480,9 @@ fi %endif %changelog -* Tue Dec 04 2007 Release Engineering - 4.7p1-5 - - Rebuild for openssl bump +* Tue Dec 4 2007 Tomas Mraz - 4.7p1-5 +- explicitly source krb5-devel profile script +- rebuild for openssl bump * Tue Nov 20 2007 Tomas Mraz - 4.7p1-4 - do not copy /etc/localtime into the chroot as it is not