diff --git a/test/common/config/pkgdep/dnf b/test/common/config/pkgdep/dnf index 8ae91b012..a824c4df3 100644 --- a/test/common/config/pkgdep/dnf +++ b/test/common/config/pkgdep/dnf @@ -48,7 +48,6 @@ packages=( sshfs sshpass python3-pandas - btrfs-progs rpm-build iptables clang-analyzer @@ -63,6 +62,10 @@ packages=( llvm ) +if [[ $OSID != centos ]] || ((OSVERSION != 8)); then + packages+=(btrfs-progs) +fi + pre_install() { :; } if [[ $OSID != fedora ]]; then