mirror of
https://github.com/darlinghq/darling.git
synced 2024-11-23 12:19:43 +00:00
.. | ||
SOURCES | ||
SPECS | ||
.dockerignore | ||
build.bsh | ||
docker-compose.yml | ||
Dockerfile | ||
README.md | ||
tarup.bsh |
Building RPMs
- Install
docker
anddocker-compose
cd rpm
docker-compose run rpm
- Now you can run
dnf install RPMS/x84_64/darling*.rpm
setsebool -P mmap_low_allowed 1
to allow darling low level access and run
Building on other operating systems
By default, it will build for Fedora 27. To use a different OS, simply
RPM_OS=fedora:26
Future improvements
- Everything is based off of dnf. Supporting zypper and yum will reach others
- Because of the way the submodules are handled, this isn't quite ready for releasing but this can be solved using %autosetup in the %prep to checkout the submodules.