awslabs / aws-ec2rescue-linux

Amazon Web Services Elastic Compute Cloud (EC2) Rescue for Linux is a python-based tool that allows for the automatic diagnosis of common problems found on EC2 Linux instances.
Apache License 2.0
177 stars 54 forks source link

Add a signed RPM download consistent with other released files #83

Open brycemosk opened 3 years ago

brycemosk commented 3 years ago

To utilize this package, I need it available as an rpm. Currently this package is not distributed as an rpm, but there is a spec file to create one.

Drudenhaus commented 3 years ago

This is partially done. Need to iron out the expected filenames with the version of rpmbuild in the CodeBuild environment since it differs from the version on my local system.