forked from sig_core/toolkit
add release version to extrasisotemplate mock config
This commit is contained in:
parent
1376c91f6d
commit
27c649c141
@ -858,6 +858,7 @@ class IsoBuild:
|
|||||||
mock_iso_template_output = mock_iso_template.render(
|
mock_iso_template_output = mock_iso_template.render(
|
||||||
arch=self.current_arch,
|
arch=self.current_arch,
|
||||||
major=self.major_version,
|
major=self.major_version,
|
||||||
|
releasever=self.release,
|
||||||
fullname=self.fullname,
|
fullname=self.fullname,
|
||||||
shortname=self.shortname,
|
shortname=self.shortname,
|
||||||
required_pkgs=required_pkgs,
|
required_pkgs=required_pkgs,
|
||||||
@ -871,6 +872,7 @@ class IsoBuild:
|
|||||||
mock_sh_template_output = mock_sh_template.render(
|
mock_sh_template_output = mock_sh_template.render(
|
||||||
arch=self.current_arch,
|
arch=self.current_arch,
|
||||||
major=self.major_version,
|
major=self.major_version,
|
||||||
|
releasever=self.release,
|
||||||
isolation=self.mock_isolation,
|
isolation=self.mock_isolation,
|
||||||
builddir=self.mock_work_root,
|
builddir=self.mock_work_root,
|
||||||
shortname=self.shortname,
|
shortname=self.shortname,
|
||||||
|
Loading…
Reference in New Issue
Block a user