From b2da4ba462bd3abe7a0fca6addfba553c74746bd Mon Sep 17 00:00:00 2001 From: Michael Armijo Date: Fri, 13 Sep 2024 09:32:16 -0600 Subject: [PATCH] [next-devel] Start tracking Fedora 41 Also enable the fedora-candidate-compose repo --- manifest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.yaml b/manifest.yaml index 7aa11c3160..96a53e8185 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -2,7 +2,7 @@ variables: stream: next-devel prod: false -releasever: 40 +releasever: 41 repos: # These repos are there to make it easier to add new packages to the OS and to @@ -11,6 +11,6 @@ repos: # GitHub Action. - fedora-next - fedora-next-updates -# - fedora-candidate-compose + - fedora-candidate-compose include: manifests/fedora-coreos.yaml