Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion fakesystem.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### RPM cms fakesystem 1.0
## REVISION 1017
## REVISION 1018
## NOCOMPILER
## NO_VERSION_SUFFIX

Expand Down Expand Up @@ -135,6 +135,14 @@ Provides: /bin/csh
Provides: /bin/tcsh
Provides: /bin/env

#################################
# Needed by RISCV64
#################################
%if 0%{?fedora} >= 42
Provides: /usr/sbin/bash
Provides: /usr/sbin/perl
%endif

%prep
%build
%install
Expand Down
6 changes: 2 additions & 4 deletions jemalloc-common.file
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ Source: git+https://github.com/%{github_user}/jemalloc.git?obj=%{branch}/%{tag}&
BuildRequires: autotools gmake

%if "%{n}" != "jemalloc"
%ifarch x86_64
%if 0%{?rhel} == 7
%ifarch riscv64
BuildRequires: patchelf
%endif
%endif
%endif
%endif

%prep
Expand Down