You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.
It includes support for much of the functionality in (lib)rpmbuild, including producing signed RPMs.
Unfortunately cargo-rpm is presently largely driven by .spec files, so supporting it would be a pretty major change.
It might be nice to support building RPMs without a spec file by using rpm-rs (i.e. via Cargo metadata alone), while retaining the current rpmbuild-based backend as well.
The text was updated successfully, but these errors were encountered:
rpm-rs
is a pure Rust library for building and parsing RPMs:https://github.com/Richterrettich/rpm-rs
It includes support for much of the functionality in (lib)rpmbuild, including producing signed RPMs.
Unfortunately
cargo-rpm
is presently largely driven by.spec
files, so supporting it would be a pretty major change.It might be nice to support building RPMs without a spec file by using
rpm-rs
(i.e. via Cargo metadata alone), while retaining the currentrpmbuild
-based backend as well.The text was updated successfully, but these errors were encountered: