diff --git a/rocky/variables.conf b/rocky/variables.conf index 64e4dd8..905e490 100644 --- a/rocky/variables.conf +++ b/rocky/variables.conf @@ -13,7 +13,7 @@ RUNROOT_TAG = 'dist-rocky8-build' COMPS_REPO = 'https://git.rockylinux.org/rocky/comps.git' COMPS_BRANCH = 'main' -COMPS_FILE = 'comps-rocky-%s.xml' % VERSION +COMPS_FILE = 'comps-rocky-%s.xml' % RELEASE_VERSION COMPS_COMMAND = '' MODULE_DEFAULTS_REPO = 'https://git.rockylinux.org/rocky/rocky-module-defaults.git' diff --git a/shared/general.conf b/shared/general.conf index edf12a8..b86d023 100644 --- a/shared/general.conf +++ b/shared/general.conf @@ -1,7 +1,7 @@ release_name = RELEASE_NAME release_short = RELEASE_SHORT release_version = RELEASE_VERSION -version = VERSION +version = RELEASE_VERSION link_type = 'copy' productimg = False