Ubuntu 24.04 Bug? 11.0.4.60 - "EDR_PackageList.txt"

Task was failing on deploying upgrade for Ubuntu.

Failed add prefetch item {concatenation " ; " of lines of file “EDR_PackageList.txt” of folder (parameter “edrdir”)}

After inspecting the packages and the ResolverDependancies.sh we found this line

pkginfo=$(grep -h -A3 -m 1 /$pkgnameinfo “$package_file”)

The A3 was olnly looking down the package item to SHA1 and missing SHA256 so the output was malformed in the EDF package file and not including the SHA256 value and failing there.

Which patch you have used?
I can test it later on my test machine Ubuntu server 24.04

Task: Run dist-upgrade to install and intelligently handle dependancies of new packages

ID 3
Site Patches for Ubuntu 2404
Source BigFix
Source Release Date 17/06/2024

Thank you. I’m a windows engineer but our Linux engineers have decided to start using it so have not had much exposure to it from their perspective.