From d09c0f2cf8b8c57685d533c6b845d57f3d4e91fb Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Jun 29 2008 23:45:12 +0000 Subject: use -fPIE on sparc arches and rebuild for new gnutls --- diff --git a/wireshark.spec b/wireshark.spec index fdc6aef..a6f684c 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -6,7 +6,7 @@ Summary: Network traffic analyzer Name: wireshark Version: 1.0.0 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL+ Group: Applications/Internet %if %{svn_version} @@ -78,7 +78,7 @@ Contains wireshark for Gnome 2 and desktop integration file %patch4 -p1 %build -%ifarch s390 s390x +%ifarch s390 s390x sparcv9 sparc64 export PIECFLAGS="-fPIE" %else export PIECFLAGS="-fpie" @@ -201,6 +201,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jun 29 2008 Dennis Gilmore 1.0.0-3 +- add sparc arches to -fPIE +- rebuild for new gnutls + * Tue Apr 1 2008 Radek Vokál 1.0.0-2 - fix BuildRequires - python, yacc, bison