qubes-installer-qubes-os/Makefile.builder
Jon Griffiths 416e3eb0c5 Add lorax 22.1
Fedora 23 forces every app that can be run under python 3 to be installed
as a python 3 app. This means lorax is installed as python 3 while pungi
remains 2.7. As soon as pungi is updated to python 3 (or the Fedora team
come to their senses) this package can be deleted.
2016-03-22 02:27:18 +13:00

14 lines
375 B
Ruby

ifeq ($(PACKAGE_SET),dom0)
RPM_SPEC_FILES := \
anaconda/anaconda.spec \
firstboot/firstboot.spec \
qubes-release/qubes-release.spec \
lorax/lorax.spec \
lorax-templates-qubes/lorax-templates-qubes.spec \
pungi/pungi.spec \
pykickstart/pykickstart.spec \
qubes-release/qubes-dom0-dist-upgrade.spec \
livecd-tools/livecd-tools.spec \
live/qubes-live.spec
endif