Actions
tickets #170215
openWrong target filename in .sha256 files
Start date:
2024-11-25
Due date:
% Done:
0%
Estimated time:
Description
Hi,
today I find unversioned images to have the wrong (versioned) file name in the .sha256 file:
~> curl https://download.opensuse.org/repositories/openSUSE:/infrastructure:/Images:/15.6/images/admin-openSUSE-Leap-15.6.x86_64-raw.raw.xz.sha256
94a04e6aa0431eed4a6a7ba13a1da5c481c0fddf5af9dc27b0d6360e7e1bda97 admin-openSUSE-Leap-15.6.x86_64-1.0-raw-Build4.15.raw.xz
~> curl https://downloadcontent.opensuse.org/repositories/openSUSE:/infrastructure:/Images:/15.6/images/admin-openSUSE-Leap-15.6.x86_64-raw.raw.xz.sha256
94a04e6aa0431eed4a6a7ba13a1da5c481c0fddf5af9dc27b0d6360e7e1bda97 admin-openSUSE-Leap-15.6.x86_64-1.0-raw-Build4.15.raw.xz
This makes the .sha256 files unusable with sha256sum -c.
I recall this was solved once alread, this was discussed in some places in the past, but I do not recall where... Maybe something changed?
Actions