this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #789 from TheBrokenRail/patch-34

Remove Redundant File

authored by

Luboš Doležel and committed by
GitHub
b56cb0e1 a97735ff

-19
-19
rpm/README.md
··· 1 - # Building RPMs 2 - 3 - 1. Install `docker` and `docker-compose` 4 - 2. `cd rpm` 5 - 3. Build the docker image: `docker-compose build rpm` 6 - 3. Build the rpms: `docker-compose run rpm` (Can take over half an hour) 7 - 4. Now you can run `dnf install RPMS/x84_64/darling*.rpm` 8 - 5. `setsebool -P mmap_low_allowed 1` to allow darling low level access and run 9 - 10 - ## Building on other operating systems 11 - 12 - By default, it will build for Fedora 30. To use a different OS, simply 13 - 14 - RPM_OS=fedora:31 docker-compose build rpm 15 - 16 - ## Future improvements 17 - 18 - - Everything is based off of dnf. Supporting zypper and yum will reach others 19 - - Because of the way the submodules are handled, this isn't quite ready for official releasing but this can be solved using [%autosetup in the %prep to checkout the submodules.](https://fedoraproject.org/wiki/Packaging:SourceURL#Git_Submodules)