Skip to content
Open
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
3 changes: 2 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Vcs-Git: https://github.com/Mellanox/bfscripts.git

Package: mlxbf-scripts
Architecture: any
Depends: ${misc:Depends}, mlxbf-bootctl, mlxbf-bootimages | mlxbf-bootimages-devsigned | mlxbf-bootimages-signed, python3, gzip
Depends: ${misc:Depends}, mlxbf-bootctl, python3, gzip
Recommends: mlxbf-bootimages | mlxbf-bootimages-devsigned | mlxbf-bootimages-signed
Description: Contains Mellanox BlueField scripts
Contains Mellanox BlueField scripts that serve different ancillary purposes.
4 changes: 3 additions & 1 deletion mlxbf-bfscripts.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ BuildRequires: /usr/bin/pathfix.py

Requires: mlxbf-bootctl
# Note: mlxbf-bootimages is provided by mlxbf-aarch64-firmware on Fedora.
Requires: mlxbf-bootimages
# Not required on BlueField-4; kept as a weak dependency for BF1/BF2/BF3.
Recommends: mlxbf-bootimages
Requires: bash
Requires: python3
Requires: grub2-tools
Expand All @@ -30,6 +31,7 @@ Requires: binutils
Requires: systemd
Requires: gzip


%description
Useful scripts for managing Mellanox BlueField hardware.

Expand Down
3 changes: 2 additions & 1 deletion mlxbf-bfscripts.spec.rpkg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ BuildRequires: /usr/bin/pathfix.py

Requires: mlxbf-bootctl
# Note: mlxbf-bootimages is provided by mlxbf-aarch64-firmware on Fedora.
Requires: mlxbf-bootimages
# Not required on BlueField-4; kept as a weak dependency for BF1/BF2/BF3.
Recommends: mlxbf-bootimages
Requires: bash
Requires: python3
Requires: grub2-tools
Expand Down