Remove the BuildRequires: on yasm for now

Go back to not using AES-NI, until we sort out execstack (#1045699).
This commit is contained in:
Nalin Dahyabhai 2014-01-02 17:08:52 -05:00
parent 911b9e932d
commit 13df2d5386

View File

@ -41,7 +41,7 @@
Summary: The Kerberos network authentication system
Name: krb5
Version: 1.12
Release: 6%{?dist}
Release: 7%{?dist}
# Maybe we should explode from the now-available-to-everybody tarball instead?
# http://web.mit.edu/kerberos/dist/krb5/1.12/krb5-1.12-signed.tar
Source0: krb5-%{version}.tar.gz
@ -148,9 +148,10 @@ BuildRequires: iproute
%if 0%{?fedora} >= 9
BuildRequires: python-pyrad
%endif
%if 0%{?fedora} >= 8
%ifarch %{ix86} x86_64
BuildRequires: yasm
#BuildRequires: yasm
%endif
%endif
@ -974,6 +975,10 @@ exit 0
%{_sbindir}/uuserver
%changelog
* Thu Jan 2 2014 Nalin Dahyabhai <nalin@redhat.com> - 1.12-7
- revert that last change for a bit while sorting out execstack when we
use AES-NI (#1045699)
* Thu Dec 19 2013 Nalin Dahyabhai <nalin@redhat.com> - 1.12-6
- add yasm as a build requirement for AES-NI support, on arches that have
yasm and AES-NI