From 0fe1202472e4beba323c0d7dea8c56b168d311ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 16 Jun 2018 10:12:42 +0200 Subject: [PATCH] BR jemalloc to workaround #1591808 --- python-redis.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-redis.spec b/python-redis.spec index 1b2a4d5..de90419 100644 --- a/python-redis.spec +++ b/python-redis.spec @@ -19,6 +19,9 @@ BuildRequires: python2-pytest BuildRequires: redis BuildRequires: python2-mock +# Workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1591808 +BuildRequires: jemalloc + %global _description\ This is a Python 2 interface to the Redis key-value store.