https://bugzilla.redhat.com/show_bug.cgi?id=1175759
--- Comment #31 from darin@technotic.ca --- Nevermind, this fix is to change the line:
$expected_checksum = ((Get-Content $checksum_file | Select-String -Pattern $image) -split " ")[0].ToLower()
to:
$expected_checksum = ((Get-Content $checksum_file | Select-String -Pattern $image) -split " ")[2].ToLower()
I have no clue what could force a change like this, but it works now!
Attached my powershell console.
docs-qa@lists.fedoraproject.org