Skip to content

Commit

Permalink
feat: add fedora 41, rm fedora 39
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet committed Dec 2, 2024
1 parent c5730f8 commit 8f9a6d9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions distributions/fedora.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
# Fedora only supports the last two releases.
##

# Fedora 40
function(fedora_40)
set(_distro_name "Fedora 40")
set(_distro_index_name "fedora/40")
# Fedora 41
function(fedora_41)
set(_distro_name "Fedora 41")
set(_distro_index_name "fedora/41")
set(_supported_architectures
"aarch64"
"x86_64"
Expand All @@ -22,10 +22,10 @@ function(fedora_40)
check_architecture_support()
endfunction()

# Fedora 39
function(fedora_39)
set(_distro_name "Fedora 39")
set(_distro_index_name "fedora/39")
# Fedora 40
function(fedora_40)
set(_distro_name "Fedora 40")
set(_distro_index_name "fedora/40")
set(_supported_architectures
"aarch64"
"x86_64"
Expand Down
2 changes: 1 addition & 1 deletion targets/otc_fips_linux_amd64_rpm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ el_8()
el_9()

# Supported Fedora versions
fedora_39()
fedora_40()
fedora_41()

# Supported openSUSE versions
opensuse_15_5()
Expand Down
2 changes: 1 addition & 1 deletion targets/otc_fips_linux_arm64_rpm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ el_8()
el_9()

# Supported Fedora versions
fedora_39()
fedora_40()
fedora_41()

# Supported openSUSE versions
opensuse_15_5()
Expand Down
2 changes: 1 addition & 1 deletion targets/otc_linux_amd64_rpm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ el_8()
el_9()

# Supported Fedora versions
fedora_39()
fedora_40()
fedora_41()

# Supported openSUSE versions
opensuse_15_5()
Expand Down
2 changes: 1 addition & 1 deletion targets/otc_linux_arm64_rpm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ el_8()
el_9()

# Supported Fedora versions
fedora_39()
fedora_40()
fedora_41()

# Supported openSUSE versions
opensuse_15_5()
Expand Down

0 comments on commit 8f9a6d9

Please sign in to comment.