From d4f020a818a6a308fe02de6171c3aed8ffb9df42 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Jun 02 2022 17:03:37 +0000 Subject: Use ELN as the version This should aid in autodetection by libosinfo. Signed-off-by: Stephen Gallagher --- 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"