From d4f020a818a6a308fe02de6171c3aed8ffb9df42 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 2 Jun 2022 13:03:34 -0400 Subject: [PATCH] Use ELN as the version This should aid in autodetection by libosinfo. Signed-off-by: Stephen Gallagher --- fedora/variables.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fedora/variables.conf b/fedora/variables.conf index 49ab958..a58f613 100644 --- a/fedora/variables.conf +++ b/fedora/variables.conf @@ -1,9 +1,9 @@ # This file sets the values of variables defined in # the `../shared/variables.conf`. -RELEASE_NAME = "Fedora-ELN" -RELEASE_SHORT = "Fedora-ELN" -RELEASE_VERSION = "10" +RELEASE_NAME = "Fedora" +RELEASE_SHORT = "Fedora" +RELEASE_VERSION = "ELN" COMPS_REPO = "https://pagure.io/fedora-comps.git"