diff --git a/sendmail.spec b/sendmail.spec index f2ecb4e..4ad69c2 100644 --- a/sendmail.spec +++ b/sendmail.spec @@ -15,7 +15,7 @@ Summary: A widely used Mail Transport Agent (MTA) Name: sendmail Version: 8.14.2 -Release: 3%{?dist} +Release: 4%{?dist} License: Sendmail Group: System Environment/Daemons URL: http://www.sendmail.org/ @@ -168,7 +168,7 @@ EOF %endif %if "%{enable_pie}" == "yes" -%ifarch s390 s390x sparc sparc64 +%ifarch s390 s390x sparc sparcv9 sparc64 %define _fpie -fPIE %else %define _fpie -fpie @@ -539,6 +539,9 @@ exit 0 %changelog +* Sat Mar 29 2008 Dennis Gilmore 8.14.2-4 +- add sparcv9 to the -fPIE list + * Fri Feb 8 2008 Thomas Woerner 8.14.2-3 - added server(smtp) provide (rhbz#380621)