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 |
---|---|---|
Centos-stream 8 | aarch64 (16)*, ppc64le (8)*, x86_64 (16)* | Centos-stream 8 (45 downloads) |
Centos-stream 9 | aarch64 (16)*, ppc64le (8)*, s390x (10)*, x86_64 (16)* | Centos-stream 9 (49 downloads) |
EPEL 8 | aarch64 (16)*, ppc64le (8)*, s390x (8)*, x86_64 (85)* | EPEL 8 (63 downloads) |
EPEL 9 | aarch64 (16)*, ppc64le (8)*, s390x (8)*, x86_64 (17)* | EPEL 9 (65 downloads) |
Fedora 38 | aarch64 (2)*, i386 (2)*, ppc64le (2)*, s390x (2)*, x86_64 (2)* | Fedora 38 (0 downloads) |
Fedora 39 | aarch64 (2)*, i386 (2)*, ppc64le (2)*, s390x (4)*, x86_64 (2)* | Fedora 39 (27 downloads) |
Fedora 40 | aarch64 (0)*, i386 (0)*, ppc64le (0)*, s390x (0)*, x86_64 (0)* | Fedora 40 (32 downloads) |
Fedora 41 | aarch64 (0)*, i386 (0)*, ppc64le (0)*, s390x (0)*, x86_64 (0)* | Fedora 41 (5 downloads) |
Fedora eln | aarch64 (8)*, i386 (8)*, ppc64le (8)*, s390x (8)*, x86_64 (8)* | Fedora eln (47 downloads) |
Fedora rawhide | aarch64 (16)*, i386 (8)*, ppc64le (8)*, s390x (8)*, x86_64 (17)* | Fedora rawhide (43 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable mareksu/cargo-rpm
More info about enabling Copr repositories