Description
This repository provides the cargo-rpm
tool, which automates building an RPM package from the sources of a Rust program managed with Cargo.
Warning: The cargo-rpm
tool is no longer maintained upstream. Use with caution. See https://github.com/iqlusioninc/cargo-rpm/issues/96.
Installation Instructions
On Fedora, RHEL, or CentOS:
-
Enable the repository:
sudo dnf copr enable mareksu/cargo-rpm -
Install the package:
sudo dnf install cargo-rpm
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
aarch64 (26)*, ppc64le (12)*, x86_64 (20)* | Centos-stream 8 (53 downloads) |
![]() |
aarch64 (30)*, ppc64le (9)*, s390x (17)*, x86_64 (24)* | Centos-stream 9 (60 downloads) |
![]() |
aarch64 (28)*, ppc64le (16)*, s390x (15)*, x86_64 (101)* | EPEL 8 (71 downloads) |
![]() |
aarch64 (24)*, ppc64le (12)*, s390x (10)*, x86_64 (20)* | EPEL 9 (88 downloads) |
![]() |
aarch64 (4)*, i386 (2)*, ppc64le (3)*, s390x (0)*, x86_64 (5)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (3)*, i386 (5)*, ppc64le (3)*, s390x (4)*, x86_64 (3)* | Fedora 41 (24 downloads) |
![]() |
aarch64 (2)*, i386 (2)*, ppc64le (4)*, s390x (1)*, x86_64 (2)* | Fedora 42 (10 downloads) |
![]() |
aarch64 (14)*, ppc64le (10)*, s390x (16)*, x86_64 (13)* | Fedora eln (53 downloads) |
![]() |
aarch64 (26)*, i386 (13)*, ppc64le (15)*, s390x (16)*, x86_64 (24)* | Fedora rawhide (49 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable mareksu/cargo-rpm
More info about enabling Copr repositories