include('templates/rl-8-koji.tpl') include('templates/rl-8-scopes.tpl') config_opts['root'] = 'rl-8-aarch64' config_opts['target_arch'] = 'aarch64' config_opts['legal_host_arches'] = ('aarch64',) config_opts['releasever'] = '8' config_opts['description'] = 'Rocky Linux 8' config_opts['use_bootstrap_image'] = False config_opts['rpmbuild_command'] = '/usr/bin/rpmbuild' config_opts['package_manager'] = 'dnf' config_opts['dist'] = 'el8' # Applicable Macros config_opts['macros']['%_rpmfilename'] = '%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm' config_opts['macros']['%_host'] = 'aarch64-redhat-linux-gnu' config_opts['macros']['%_host_cpu'] = 'aarch64' config_opts['macros']['%_vendor'] = "redhat" config_opts['macros']['%_vendor_host'] = "redhat" # These are typically set from rocky-release and may not have an effect config_opts['macros']['%__bootstrap'] = '~bootstrap' config_opts['macros']['%distribution'] = 'Rocky Linux 8' config_opts['macros']['%dist'] = '%{!?distprefix0:%{?distprefix}}%{expand:%{lua:for i=0,9999 do print("%{?distprefix" .. i .."}") end}}.el8%{?with_bootstrap:~bootstrap}' config_opts['macros']['%rhel'] = '8' # To set specialty macros, such as %vendor, please run 'rocky-mock-macros-setup'