From 88271d97415cb2939e5cb1c7b991a29bdcd15486 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Fri, 11 Apr 2014 12:19:21 +0300 Subject: [PATCH] - disable sanitizers for now, needs more work, having everything rpm fail with undefined symbols is not nice... --- rpm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rpm.spec b/rpm.spec index e99a9c9..5c5fb2b 100644 --- a/rpm.spec +++ b/rpm.spec @@ -7,7 +7,7 @@ # disable plugins initially %bcond_with plugins # build with sanitizers? -%bcond_without sanitizer +%bcond_with sanitizer %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} @@ -24,7 +24,7 @@ Summary: The RPM package management system Name: rpm Version: %{rpmver} -Release: %{?snapver:0.%{snapver}.}6%{?dist} +Release: %{?snapver:0.%{snapver}.}7%{?dist} Group: System Environment/Base Url: http://www.rpm.org/ Source0: http://rpm.org/releases/rpm-4.11.x/%{name}-%{srcver}.tar.bz2 @@ -537,6 +537,9 @@ exit 0 %doc COPYING doc/librpm/html/* %changelog +* Fri Apr 11 2014 Panu Matilainen - 4.11.2-7 +- disable sanitizers for now, needs more work... + * Fri Apr 11 2014 Panu Matilainen - 4.11.2-6 - build with -fsanitize=address and -fsanitize=undefined for now - add spec build conditional for sanitizer build