Compare commits

...

2 Commits

Author SHA1 Message Date
David Abdurachmanov 6005938e18
Merge remote-tracking branch 'up/f29' into f29-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-09-10 22:37:41 +02:00
David Abdurachmanov c6f27ce1a8 Add support for riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-05-10 09:08:12 +02:00
1 changed files with 8 additions and 3 deletions

View File

@ -4,7 +4,7 @@
%{!?with_htmldocs: %global with_htmldocs 0}
%{!?with_monitor: %global with_monitor 1}
# crash is not available
%ifarch ppc ppc64 %{sparc} aarch64 ppc64le %{mips}
%ifarch ppc ppc64 %{sparc} aarch64 ppc64le %{mips} riscv64
%{!?with_crash: %global with_crash 0}
%else
%{!?with_crash: %global with_crash 1}
@ -39,7 +39,7 @@
%{!?with_python3_probes: %global with_python3_probes (0%{?fedora} >= 23 || 0%{?rhel} > 7)}
%{!?with_httpd: %global with_httpd 0}
%ifarch ppc64le aarch64
%ifarch ppc64le aarch64 riscv64
%global with_virthost 0
%endif
@ -84,7 +84,7 @@
Name: systemtap
Version: 4.0
Release: 0.20180810git%{?dist}
Release: 0.20180810git.0.riscv64%{?dist}
# for version, see also configure.ac
@ -257,7 +257,9 @@ URL: http://sourceware.org/systemtap/
# The virtual provide 'kernel-devel-uname-r' tries to get the right
# kernel variant (kernel-PAE, kernel-debug, etc.) devel package
# installed.
%ifnarch riscv64
Requires: kernel-devel-uname-r
%endif
%{?fedora:Suggests: kernel-devel}
Requires: gcc make
Conflicts: systemtap-client < %{version}-%{release}
@ -1264,6 +1266,9 @@ done
# PRERELEASE
%changelog
* Mon Sep 10 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 4.0-0.20180810git.0.riscv64
- Add support for RISC-V (riscv64)
* Fri Aug 10 2018 Frank Ch. Eigler <fche@redhat.com> - 4.0-0.20180810git
- Automated weekly rawhide release
- Applied spec changes from upstream git