Compare commits

..

No commits in common. "32ff6039c2654a247d063edf8a4d794940924da1" and "414c6083f69949a183cd964acf6dcde77ccd5c15" have entirely different histories.

5 changed files with 3 additions and 6 deletions

Binary file not shown.

View File

@ -45,12 +45,9 @@ do
unzip *.zip
popd
mkdir -p $WORK_DIR/${app}-${version}/${type}
dos2unix $WORK_DIR/${type}/STORCLI_SAS3.5_P35/univ_viva_cli_rel/Unified_storcli_all_os/*.txt
dos2unix $WORK_DIR/${type}/*.txt
mv $WORK_DIR/${type}/STORCLI_SAS3.5_P35/univ_viva_cli_rel/Unified_storcli_all_os/*.txt $WORK_DIR/${app}-${version}
mv $WORK_DIR/${type}/*.txt $WORK_DIR/${app}-${version}
pushd $WORK_DIR/${app}-${version}/${type}
rpm2cpio $WORK_DIR/${type}/STORCLI_SAS3.5_P35/univ_viva_cli_rel/Unified_storcli_all_os/Linux/*.rpm | cpio -idmv
rpm2cpio $WORK_DIR/${type}/Linux/*.rpm | cpio -idmv
case "${type}" in
"amd64" )

2
debian/control vendored
View File

@ -10,7 +10,7 @@ Package: storcli
Provides: storclisas
Replaces: storclisas
Conflicts: storclisas
Architecture: amd64 i386
Architecture: i386 amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: LSI Logic MegaRAID SAS MegaCLI
Tool to read and setup LSI Logic MegaRAID SAS HW RAID HBAs.

View File

@ -1,2 +1,2 @@
amd64!storcli!7.3404.0.0.1!STORCLI_SAS3.5_P35.zip!https://docs.broadcom.com/docs-and-downloads/host-bus-adapters/host-bus-adapters-common-files/sas_sata_nvme_12g_p35/STORCLI_SAS3.5_P35.zip!eaffa7aa31118d1f364311113b27572d
i386!storcli!7.3404.0.0.1!MR_SAS_Unified_StorCLI_007.1108.0000.0000.zip!https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/MR_SAS_Unified_StorCLI_007.1108.0000.0000.zip!2f9ce102fd947607fca2a35a192fef68
amd64!storcli!7.1108.0.0.1!MR_SAS_Unified_StorCLI_007.1108.0000.0000.zip!https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/MR_SAS_Unified_StorCLI_007.1108.0000.0000.zip!2f9ce102fd947607fca2a35a192fef68
i386!storcli!7.1108.0.0.1!MR_SAS_Unified_StorCLI_007.1108.0000.0000.zip!https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/MR_SAS_Unified_StorCLI_007.1108.0000.0000.zip!2f9ce102fd947607fca2a35a192fef68

BIN
i386/opt/MegaRAID/storcli/storcli Executable file

Binary file not shown.