Basil Eric Rabi 4e043db9eb remove python3-qscintilla as requirement
python3-qscintilla does not exist anymore in fedora 33. Also,
python3-qscintilla-qt5 is already required and provides the same according
to 49bfbaf1ea
2020-03-24 06:57:11 +10:00
..

QGIS RPM generator

Build RPM using mock

$ ./buildrpms.sh

Generate a valid spec file from template

$ ./buildrpms.sh -c

Build SRPM using mock

$ ./buildrpms.sh -s

Rebuild last generated RPM using mock

$ ./buildrpms.sh -b

Build an unstable release

$ ./buildrpms.sh [flags] -u

This generates an RPM with release .git<short commit ID>

MOCK old chroot

It is possible to execute mock using the 'old chroot' behavior (which does not uses systemd-nspawn) setting the environment variable _MOCK_OLD_CHROOT before running buildrpms.sh:

export _MOCK_OLD_CHROOT=1

This may be useful when running mock inside environments that do not play well with systemd-nspawn (LXC/LXD, Docker...).