Used power64 macro to support more subarchitectures like ppc64p7
Resolves: rhbz#834626
This commit is contained in:
parent
9a1b5f9f73
commit
0bf5ab5036
@ -23,7 +23,7 @@
|
|||||||
Summary: A widely used Mail Transport Agent (MTA)
|
Summary: A widely used Mail Transport Agent (MTA)
|
||||||
Name: sendmail
|
Name: sendmail
|
||||||
Version: 8.14.5
|
Version: 8.14.5
|
||||||
Release: 13%{?dist}
|
Release: 14%{?dist}
|
||||||
License: Sendmail
|
License: Sendmail
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://www.sendmail.org/
|
URL: http://www.sendmail.org/
|
||||||
@ -250,7 +250,7 @@ EOF
|
|||||||
#'
|
#'
|
||||||
|
|
||||||
cat >> redhat.config.m4 << EOF
|
cat >> redhat.config.m4 << EOF
|
||||||
%ifarch ppc ppc64 s390x
|
%ifarch ppc %{power64} s390x
|
||||||
APPENDDEF(\`confOPTIMIZE', \`-DSM_CONF_SHM=0')
|
APPENDDEF(\`confOPTIMIZE', \`-DSM_CONF_SHM=0')
|
||||||
%else
|
%else
|
||||||
APPENDDEF(\`confOPTIMIZE', \`')
|
APPENDDEF(\`confOPTIMIZE', \`')
|
||||||
@ -719,6 +719,10 @@ fi
|
|||||||
%{_initrddir}/sendmail
|
%{_initrddir}/sendmail
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 25 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 8.14.5-14
|
||||||
|
- Used power64 macro to support more subarchitectures like ppc64p7
|
||||||
|
Resolves: rhbz#834626
|
||||||
|
|
||||||
* Fri Apr 6 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 8.14.5-13
|
* Fri Apr 6 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 8.14.5-13
|
||||||
- Rebuilt with libdb-5.2
|
- Rebuilt with libdb-5.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user