cat-in-136 / cargo-generate-rpm

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

add support for config noreplace #103

Closed cat-in-136 closed 7 months ago

cat-in-136 commented 8 months ago

introduce config = "noreplace" to file information so that the file is not be replaced on the installation as like %config(noreplaced) specified in the RPM spec file.

to close #88.