On Thu, Oct 24, 2013 at 5:43 PM, Darren Shepherd <darren.s.sheph...@gmail.com> wrote: > Chip, > > Do you care if we switch to GNU coreutils format for the hashes? The > hash value is the same it will just be in the format like > > file.tbz2 *12b12341b1234b1234b1b2341b234b > > And then you just run "sha512sum -c <FILE>" > > Darren >
I just ran into this problem writing an ansible playbook to build RPM packages. md5sum -c and sha256sum -c don't seem to work with the format that we provide which seems odd. Incidentally the download page no longer has the documentation for verifying hashes. --David