Skip to content

Commit 70b7b37

Browse files
committed
fedora: Change default release to rawhide
Fedora releases new versions quite regularly, sometimes more regularly than we do mkosi releases. This means that users on the latest official mkosi release can end up building EOL fedora releases because the default release will be the latest fedora release at the time of the mkosi release which might be EOL already. Let's switch to rawhide as the default release so users are guaranteed to get something recent regardless of how old their mkosi version is. This matches what we already do for debian, opensuse, arch and other distros.
1 parent 0d67c2a commit 70b7b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkosi/distributions/fedora.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def package_type(cls) -> PackageType:
107107

108108
@classmethod
109109
def default_release(cls) -> str:
110-
return "41"
110+
return "rawhide"
111111

112112
@classmethod
113113
def grub_prefix(cls) -> str:

0 commit comments

Comments
 (0)