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.