counteractive / o365beat

Elastic Beat for fetching and shipping Office 365 audit events
Other
66 stars 27 forks source link

Incorrect file name on o365beat-1.4.3-x86_64.rpm.sha512 #28

Open fuef opened 4 years ago

fuef commented 4 years ago
$ sha512sum -c o365beat-1.4.3-x86_64.rpm.sha512 
sha512sum: o365beat-7.4.0-x86_64.rpm: No such file or directory
o365beat-7.4.0-x86_64.rpm: FAILED open or read
sha512sum: WARNING: 1 listed file could not be read

Apparently, the file name should read o365beat-1.4.3-x86_64.rpm

chris-counteractive commented 4 years ago

Absolutely, this is good feedback. This is related to the packaging issue in #10, where the build process (make release) uses the libbeat version (in this case 7.4.0) for some things and the beat version (in this case 1.4.3) for others. I'll look into it more and see if there's a fix that doesn't need upstream changes to libbeat, otherwise I'll create an issue with them so we can track it here.

Thanks for the issue.