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 (14)*, x86_64 (27)* | Centos-stream 8 (58 downloads) |
![]() |
aarch64 (34)*, ppc64le (11)*, s390x (17)*, x86_64 (24)* | Centos-stream 9 (64 downloads) |
![]() |
aarch64 (30)*, ppc64le (19)*, s390x (15)*, x86_64 (101)* | EPEL 8 (76 downloads) |
![]() |
aarch64 (25)*, ppc64le (14)*, s390x (12)*, x86_64 (24)* | EPEL 9 (93 downloads) |
![]() |
aarch64 (4)*, i386 (2)*, ppc64le (3)*, s390x (0)*, x86_64 (5)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (3)*, i386 (5)*, ppc64le (3)*, s390x (8)*, x86_64 (7)* | Fedora 41 (29 downloads) |
![]() |
aarch64 (2)*, i386 (2)*, ppc64le (7)*, s390x (5)*, x86_64 (4)* | Fedora 42 (13 downloads) |
![]() |
aarch64 (14)*, ppc64le (10)*, s390x (16)*, x86_64 (16)* | Fedora eln (58 downloads) |
![]() |
aarch64 (26)*, i386 (13)*, ppc64le (17)*, s390x (16)*, x86_64 (28)* | Fedora rawhide (54 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable mareksu/cargo-rpm
More info about enabling Copr repositories