[krb5] Remove the BuildRequires: on yasm for now

Nalin Dahyabhai nalin at fedoraproject.org
Thu Jan 2 22:09:58 UTC 2014


commit 13df2d5386365ab636913252163fa926cd63d254
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Thu Jan 2 17:08:52 2014 -0500

    Remove the BuildRequires: on yasm for now
    
    Go back to not using AES-NI, until we sort out execstack (#1045699).

 krb5.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/krb5.spec b/krb5.spec
index 46fe1ea..5d29779 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -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 at 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 at redhat.com> - 1.12-6
 - add yasm as a build requirement for AES-NI support, on arches that have
   yasm and AES-NI


More information about the scm-commits mailing list