From def8a864518270228a7d40995eed220f8b47083b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 12 Dec 2016 16:12:58 +0100 Subject: [PATCH] Use nettle for sha1 Signed-off-by: Igor Gnatenko (cherry picked from commit 6ebf01b0cf968eb9073aeba84d0c42e2744f2ebe) --- mesa.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/mesa.spec b/mesa.spec index a2a548f..acdea9c 100644 --- a/mesa.spec +++ b/mesa.spec @@ -59,7 +59,7 @@ Name: mesa Summary: Mesa graphics libraries Version: 13.0.2 -Release: 1%{?rctag:.%{rctag}}%{?dist} +Release: 2%{?rctag:.%{rctag}}%{?dist} License: MIT URL: http://www.mesa3d.org @@ -130,7 +130,7 @@ BuildRequires: libclc-devel opencl-filesystem %endif %if 0%{?with_vulkan} BuildRequires: vulkan-devel -BuildRequires: openssl-devel +BuildRequires: nettle-devel %endif BuildRequires: python-mako BuildRequires: libstdc++-static @@ -398,7 +398,7 @@ export LDFLAGS="-static-libstdc++" --enable-texture-float=yes \ %if %{with_vulkan} %{?vulkan_drivers} \ - --with-sha1=libcrypto \ + --with-sha1=libnettle \ %endif %{?with_llvm:--enable-gallium-llvm} \ %{?with_llvm:--enable-llvm-shared-libs} \ @@ -673,6 +673,9 @@ popd %endif %changelog +* Mon Dec 12 2016 Igor Gnatenko - 13.0.2-2 +- Use nettle for sha1 + * Mon Dec 05 2016 Dave Airlie - 13.0.2-1 - 13.0.2 - enable intel vulkan support