From 5b2d513bafce21c81271520f326d047dcbbf2028 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Oct 12 2006 14:46:37 +0000 Subject: - Don't use slow TLS approach under xen (#210001) --- diff --git a/mono.spec b/mono.spec index 048a62b..ec02c09 100644 --- a/mono.spec +++ b/mono.spec @@ -1,6 +1,6 @@ Name: mono Version: 1.1.17.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: a .NET runtime environment Group: Development/Languages @@ -265,7 +265,7 @@ autoreconf --force --install gcc -o monodir %{SOURCE1} -DMONODIR=\"%{_libdir}/mono\" -%configure --with-ikvm=yes --with-jit=yes +%configure --with-ikvm=yes --with-jit=yes --with-xen_opt=yes make @@ -537,6 +537,9 @@ install monodir $RPM_BUILD_ROOT%{_bindir} %gac_dll IBM.Data.DB2 %changelog +* Thu Oct 12 2006 Alexander Larsson - 1.1.17.1-3 +- Don't use slow TLS approach under xen (#210001) + * Fri Oct 6 2006 Caolan McNamara - 1.1.17.1-2 - CVE-2006-5072