Skip to content

Commit 3ab5934

Browse files
authored
feat: add fedora 42, rm fedora 40 (#153)
Signed-off-by: Justin Kolberg <[email protected]>
1 parent dc22920 commit 3ab5934

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

distributions/fedora.cmake

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
# Fedora only supports the last two releases.
1010
##
1111

12-
# Fedora 41
13-
function(fedora_41)
14-
set(_distro_name "Fedora 41")
15-
set(_distro_index_name "fedora/41")
12+
# Fedora 42
13+
function(fedora_42)
14+
set(_distro_name "Fedora 42")
15+
set(_distro_index_name "fedora/42")
1616
set(_supported_architectures
1717
"aarch64"
1818
"x86_64"
@@ -22,10 +22,10 @@ function(fedora_41)
2222
check_architecture_support()
2323
endfunction()
2424

25-
# Fedora 40
26-
function(fedora_40)
27-
set(_distro_name "Fedora 40")
28-
set(_distro_index_name "fedora/40")
25+
# Fedora 41
26+
function(fedora_41)
27+
set(_distro_name "Fedora 41")
28+
set(_distro_index_name "fedora/41")
2929
set(_supported_architectures
3030
"aarch64"
3131
"x86_64"

targets/otc_fips_linux_amd64_rpm.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ el_8()
1515
el_9()
1616

1717
# Supported Fedora versions
18-
fedora_40()
1918
fedora_41()
19+
fedora_42()
2020

2121
# Supported openSUSE versions
2222
opensuse_15_5()

targets/otc_fips_linux_arm64_rpm.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ el_8()
1515
el_9()
1616

1717
# Supported Fedora versions
18-
fedora_40()
1918
fedora_41()
19+
fedora_42()
2020

2121
# Supported openSUSE versions
2222
opensuse_15_5()

targets/otc_linux_amd64_rpm.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ el_8()
1414
el_9()
1515

1616
# Supported Fedora versions
17-
fedora_40()
1817
fedora_41()
18+
fedora_42()
1919

2020
# Supported openSUSE versions
2121
opensuse_15_5()

targets/otc_linux_arm64_rpm.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ el_8()
1414
el_9()
1515

1616
# Supported Fedora versions
17-
fedora_40()
1817
fedora_41()
18+
fedora_42()
1919

2020
# Supported openSUSE versions
2121
opensuse_15_5()

0 commit comments

Comments
 (0)