Skip to content

Commit

Permalink
Fix perf package dependencies on redhat
Browse files Browse the repository at this point in the history
Currently perf install fails citing
few dependency failures on redhat.
This commit fixes it.

Signed-off-by: Srikanth Aithal <[email protected]>
  • Loading branch information
Srikanth Aithal committed Dec 11, 2024
1 parent f3b2814 commit 540e2a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distro/adaptation/centos
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ clang-6.0: clang.x86_64
cmake: cmake cmake3
comerr-dev: libcom_err-devel
cron: cronie
curl: curl-minimal
dbench=4.0-2: dbench
dc: bc
default-jdk: java-1.8.0-openjdk-devel
Expand Down Expand Up @@ -65,7 +64,7 @@ libapache2-mpm-itk:
libapparmor-dev:
libapparmor1:
libarchive-dev: libarchive-devel
libarchive-tools: libarchive
libarchive-tools: libarchive bsdtar
libarchive-zip-perl:
libarchive13: libarchive
libasound2-dev: alsa-lib-devel
Expand Down Expand Up @@ -430,3 +429,4 @@ xutils-dev: imake
xz-utils: xz
zlib1g-dev: zlib-devel
zlib1g: zlib
libcapstone-dev: capstone-devel

0 comments on commit 540e2a0

Please sign in to comment.