Compare commits

...

5 Commits

Author SHA1 Message Date
geos_one
32ff6039c2 BUmp 2025-08-12 16:16:49 +02:00
geos_one
f7be78a579 Merge tag 'upstream/7.3404.0.0.1'
Upstream version 7.3404.0.0.1
2025-08-12 16:00:05 +02:00
geos_one
ed0f660945 New upstream version 7.3404.0.0.1 2025-08-12 16:00:04 +02:00
geos_one
c1535db241 Bump 2025-08-12 15:59:58 +02:00
geos_one
287eac6332 Bump 2025-08-12 15:58:21 +02:00
5 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@ -45,9 +45,12 @@ 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: i386 amd64
Architecture: amd64 i386
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.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
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

Binary file not shown.