Compare commits

...

1 Commits

Author SHA1 Message Date
David Abdurachmanov cf62ca051e Disable pandoc for riscv64 until we have GHC
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-04-23 10:00:48 +02:00
1 changed files with 8 additions and 1 deletions

View File

@ -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 <david.abdurachmanov@gmail.com> - 4.0.9-1.0.riscv64
- Disable pandoc on riscv64 until we have GHC (Glasgow Haskell Compiler)
* Tue Mar 27 2018 Nathan Scott <nathans@redhat.com> - 4.0.9-1
- Upstream 4.0.9 release.