]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2937] Add Fedora 38 support to hammer
authorMarcin Godzina <mgodzina@isc.org>
Tue, 20 Jun 2023 22:20:25 +0000 (22:20 +0000)
committerMarcin Godzina <mgodzina@isc.org>
Tue, 20 Jun 2023 22:20:25 +0000 (22:20 +0000)
hammer.py

index c8846581805a9b2952bc12b48cc5f2fec91024b7..ff8c5e9b67d13ab8d6db3945043f8f8e638103db 100755 (executable)
--- a/hammer.py
+++ b/hammer.py
@@ -54,7 +54,8 @@ SYSTEMS = {
         '34',
         '35',
         '36',
-        '37'
+        '37',
+        '38'
     ],
     'centos': [
         '7',
@@ -2263,6 +2264,8 @@ def _build_rpm(system, revision, features, tarball_path, env, check_times, dry_r
         frc_version = 'isc20220516091651.fc36'
     elif system == 'fedora' and revision == '37':
         frc_version = 'isc20230620152003.fc37'
+    elif system == 'fedora' and revision == '38':
+        frc_version = 'isc20230621000612.fc38'
     elif system == 'centos' and revision == '7':
         frc_version = 'isc20200318122047.el7'
     elif system in ['centos', 'rhel'] and revision == '8':