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 (23)*, ppc64le (12)*, x86_64 (17)* | Centos-stream 8 (51 downloads) |
![]() |
aarch64 (24)*, ppc64le (8)*, s390x (16)*, x86_64 (23)* | Centos-stream 9 (58 downloads) |
![]() |
aarch64 (24)*, ppc64le (15)*, s390x (13)*, x86_64 (95)* | EPEL 8 (70 downloads) |
![]() |
aarch64 (24)*, ppc64le (12)*, s390x (8)*, x86_64 (19)* | EPEL 9 (85 downloads) |
![]() |
aarch64 (5)*, i386 (4)*, ppc64le (9)*, s390x (9)*, x86_64 (9)* | Fedora 39 (0 downloads) |
![]() |
aarch64 (1)*, i386 (2)*, ppc64le (3)*, s390x (0)*, x86_64 (2)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (2)*, i386 (3)*, ppc64le (3)*, s390x (2)*, x86_64 (1)* | Fedora 41 (19 downloads) |
![]() |
aarch64 (1)*, i386 (0)*, ppc64le (2)*, s390x (0)*, x86_64 (0)* | Fedora 42 (8 downloads) |
![]() |
aarch64 (11)*, ppc64le (10)*, s390x (16)*, x86_64 (11)* | Fedora eln (52 downloads) |
![]() |
aarch64 (24)*, i386 (13)*, ppc64le (14)*, s390x (15)*, x86_64 (23)* | Fedora rawhide (48 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable mareksu/cargo-rpm
More info about enabling Copr repositories