Description
A build of all lua RPMs for RHEL/CentOS 8. This is primarily to provide lua-devel
. Red Hat has decided not to ship this package: https://bugzilla.redhat.com/show_bug.cgi?id=1734218
Creating a local source RPM to upload to Fedora COPR:
$ git clone https://git.centos.org/centos-git-common.git
$ git clone https://git.centos.org/rpms/lua.git
$ cd lua
$ ../centos-git-common/get_sources.sh -n lua -b c8
$ cp SOURCES/* ~/rpmbuild/SOURCES/
$ rpmbuild -bs SPECS/lua.spec
https://wiki.centos.org/Sources#head-8b5a127334c95d7340a4952ab9622a83988076c0
Installation Instructions
Install the created packages from Fedora COPR:
$ sudo dnf copr enable ekultails/lua && sudo dnf install lua-devel
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 |
---|---|---|
EPEL 8 | aarch64 (40)*, x86_64 (78)* | EPEL 8 (115 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable ekultails/lua
More info about enabling Copr repositories