cat-in-136 / cargo-generate-rpm

Cargo helper command to generate a binary RPM package
MIT License
87 stars 19 forks source link

Would you like the `cargo-rpm` crate? #33

Closed tony-iqlusion closed 2 years ago

tony-iqlusion commented 2 years ago

The cargo-rpm crate is unmaintained: https://github.com/iqlusioninc/cargo-rpm/issues/96

If you'd like, we could give you the cargo-rpm crate name and you could potentially publish future releases of cargo-generate-rpm under that.

cat-in-136 commented 2 years ago

@tony-iqlusion , Thank you for the proposal. But my answer is no.

cargo-generate-rpm has different approach than cargo-rpm --- do without rpmbuild. I thought it was better not to use the cargo-rpm crate name for my app to avoid user misunderstanding and compatibility issues.

tony-iqlusion commented 2 years ago

I think it's great you used rpm-rs. It didn't exist at the time I wrote cargo rpm unfortunately. We have a lot of open issues surrounding invoking rpmbuild.

Given that I think I'll officially deprecate cargo-rpm and point users at cargo-generate-rpm.

If you'd ever like the cargo-rpm crate name in the future, let me know!