2016-03-13 23:50:09 +00:00
|
|
|
RPM_SPEC_FILES.dom0 := \
|
|
|
|
pykickstart/pykickstart.spec \
|
2016-04-21 00:13:48 +00:00
|
|
|
lorax/lorax.spec \
|
2016-03-13 23:50:09 +00:00
|
|
|
lorax-templates-qubes/lorax-templates-qubes.spec \
|
|
|
|
pungi/pungi.spec \
|
|
|
|
anaconda/anaconda.spec \
|
2016-04-21 00:04:22 +00:00
|
|
|
initial-setup-launcher/initial-setup-launcher.spec \
|
2016-04-10 04:00:00 +00:00
|
|
|
qubes-anaconda-addon/qubes-anaconda-addon.spec \
|
2016-03-13 23:50:09 +00:00
|
|
|
qubes-release/qubes-release.spec \
|
2017-03-02 15:53:20 +00:00
|
|
|
qubes-release/qubes-dom0-dist-upgrade.spec
|
|
|
|
|
|
|
|
ifeq ($(ISO_LIVEUSB),1)
|
|
|
|
RPM_SPEC_FILES.dom0 += \
|
2015-09-29 01:29:36 +00:00
|
|
|
livecd-tools/livecd-tools.spec \
|
2017-03-02 15:53:20 +00:00
|
|
|
live/qubes-live.spec
|
|
|
|
endif
|
2016-03-13 23:50:09 +00:00
|
|
|
|
|
|
|
RPM_SPEC_FILES := $(RPM_SPEC_FILES.$(PACKAGE_SET))
|
2017-03-02 15:53:20 +00:00
|
|
|
|
|
|
|
|
|
|
|
# vim: ft=make
|