From cf62ca051e309b938cfe9556cfe5cb99a7972898 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Mon, 23 Apr 2018 10:00:48 +0200 Subject: [PATCH] Disable pandoc for riscv64 until we have GHC Signed-off-by: David Abdurachmanov --- redis.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/redis.spec b/redis.spec index e72ffcf..22787fa 100644 --- a/redis.spec +++ b/redis.spec @@ -14,11 +14,15 @@ %global with_redistrib 0 %endif +%ifnarch riscv64 %if 0%{?fedora} >= 15 || 0%{?rhel} >= 6 %global with_pandoc 1 %else %global with_pandoc 0 %endif +%else +%global with_pandoc 0 +%endif %if 0%{?fedora} >= 19 || 0%{?rhel} >= 7 %global with_systemd 1 @@ -39,7 +43,7 @@ Name: redis Version: 4.0.9 -Release: 1%{?dist} +Release: 1.0.riscv64%{?dist} Summary: A persistent key-value database License: BSD URL: http://redis.io @@ -377,6 +381,9 @@ fi %changelog +* Mon Apr 23 2018 David Abdurachmanov - 4.0.9-1.0.riscv64 +- Disable pandoc on riscv64 until we have GHC (Glasgow Haskell Compiler) + * Tue Mar 27 2018 Nathan Scott - 4.0.9-1 - Upstream 4.0.9 release.