diff options
author | Wlodek Wencel <wlodek@isc.org> | 2022-05-12 13:48:07 +0200 |
---|---|---|
committer | Wlodzimierz Wencel <wlodek@isc.org> | 2022-05-18 17:28:28 +0200 |
commit | af0d39f8000f12ac79d359c96be6cc05a3b1f662 (patch) | |
tree | 7b94fe0080aa5827db673601ebacb555d76a192f /hammer.py | |
parent | [#2409] Corrected ChangeLog per review comments (diff) | |
download | kea-af0d39f8000f12ac79d359c96be6cc05a3b1f662.tar.xz kea-af0d39f8000f12ac79d359c96be6cc05a3b1f662.zip |
[#2410] build rhel 8 pkgs
Diffstat (limited to 'hammer.py')
-rwxr-xr-x | hammer.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2099,7 +2099,7 @@ def _build_rpm(system, revision, features, tarball_path, env, check_times, dry_r frc_version = 'isc20210528132302.fc34' elif system == 'centos' and revision == '7': frc_version = 'isc20200318122047.el7' - elif system == 'centos' and revision == '8': + elif system in ['centos', 'rhel'] and revision == '8': frc_version = 'isc20200318134606.el8' else: raise NotImplementedError('missing freeradius-client version for %s-%s' % (system, revision)) |