From 91bdf496cd7b714c3592899322d8e681b87394f4 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 13 Feb 2008 03:52:43 +0000 Subject: [PATCH] we build sparc32 sparcv9 by default now it needed adding to the -fPIE list --- openssh.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openssh.spec b/openssh.spec index 2819f4d..b281db5 100644 --- a/openssh.spec +++ b/openssh.spec @@ -63,7 +63,7 @@ Summary: The OpenSSH implementation of SSH protocol versions 1 and 2 Name: openssh Version: 4.7p1 -Release: 7%{?dist}%{?rescue_rel} +Release: 8%{?dist}%{?rescue_rel} URL: http://www.openssh.com/portable.html #Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz #Source1: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz.asc @@ -241,7 +241,7 @@ CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS CFLAGS="$CFLAGS -Os" %endif %if %{pie} -%ifarch s390 s390x sparc sparc64 +%ifarch s390 s390x sparc sparcv9 sparc64 CFLAGS="$CFLAGS -fPIE" %else CFLAGS="$CFLAGS -fpie" @@ -482,6 +482,9 @@ fi %endif %changelog +* Tue Feb 12 2008 Dennis Gilmore - 4.7p1-8 +- we build for sparcv9 now and it needs -fPIE + * Thu Jan 3 2008 Tomas Mraz - 4.7p1-7 - fix gssapi auth with explicit selinux role requested (#427303) - patch by Nalin Dahyabhai