rpms/openssh/devel openssh.spec,1.122,1.123

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Wed Feb 13 03:53:19 UTC 2008


Author: ausil

Update of /cvs/pkgs/rpms/openssh/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8621

Modified Files:
	openssh.spec 
Log Message:
we build sparc32 sparcv9 by default now  it needed adding to the -fPIE list



Index: openssh.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openssh/devel/openssh.spec,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- openssh.spec	3 Jan 2008 17:45:59 -0000	1.122
+++ openssh.spec	13 Feb 2008 03:52:43 -0000	1.123
@@ -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="$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 @@
 %endif
 
 %changelog
+* Tue Feb 12 2008 Dennis Gilmore <dennis at ausil.us> - 4.7p1-8
+- we build for sparcv9 now  and it needs -fPIE
+
 * Thu Jan  3 2008 Tomas Mraz <tmraz at redhat.com> - 4.7p1-7
 - fix gssapi auth with explicit selinux role requested (#427303) - patch
   by Nalin Dahyabhai




More information about the fedora-extras-commits mailing list