cat-in-136 / cargo-generate-rpm

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

Support for rpm file which does not have a dependency on /bin/sh #52

Closed cat-in-136 closed 1 year ago

cat-in-136 commented 1 year ago

/bin/sh is the package dependency which is not necessarily required if there is no (un)install script or script assets. This PR introduces a new configuration package.metadata.generate-rpm.require-sh to create packages not depending on /bin/sh.

to resolve #39