aws / efs-utils

Utilities for Amazon Elastic File System (EFS)
MIT License
285 stars 187 forks source link

Don't require rust or cargo for rhel 7 #205

Closed RyanStan closed 4 months ago

RyanStan commented 4 months ago

rhel 7 doesn't provide rust or cargo packages. Even if a user installs rust and cargo through rustup, the 'buildrequires' statement will still fail the build.

I also updated the README with a "common 2.0.0 installation issues" section.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

alexjfisher commented 2 months ago

But both packages are in EPEL. Wouldn't this be the preferred source?