diff --git a/fedora/variables.conf b/fedora/variables.conf index f4b5f7b..49323a7 100644 --- a/fedora/variables.conf +++ b/fedora/variables.conf @@ -10,8 +10,8 @@ RELEASE_VERSION_XYZ = "%s.%s.%s" % (RELEASE_VERSION_X, RELEASE_VERSION_Y, RELEAS COMPS_REPO = "https://pagure.io/fedora-comps.git" COMPS_BRANCH = "master" -COMPS_FILE = "comps-rawhide.xml" -COMPS_COMMAND = "make comps-rawhide.xml" +COMPS_FILE = "comps-eln.xml" +COMPS_COMMAND = "make comps-eln.xml" MODULE_DEFAULTS_REPO = "https://pagure.io/releng/fedora-module-defaults.git"