Skip to content

Commit

Permalink
packages: add support for Fedora 39
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Madrisan <[email protected]>
  • Loading branch information
madrisan committed Nov 9, 2023
1 parent f7cb190 commit 216269d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- 'alpine:3.18'
- 'debian:11'
- 'debian:12'
- 'fedora:37'
- 'fedora:38'
- 'fedora:39'
- 'ubuntu:20.04'
- 'ubuntu:22.04'

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Example (RHEL5 and RHEL6 and other old distributions):
If you want to compile the code with a C compiler different from the system default,
you can set the environment variable CC accordingly. Here's an example:

CC=clang-15 ./configure --libexecdir=/usr/lib/nagios/plugins
CC=clang-17 ./configure --libexecdir=/usr/lib/nagios/plugins

## Installation

Expand Down Expand Up @@ -114,13 +114,13 @@ This package is known to compile with:
* gcc 4.4 (RHEL6 / CentOS 6),
* gcc 4.8 (RHEL7 / CentOS 7),
* gcc 3.x, 5.1, 5.3, 6.3, 7-13 (openmamba GNU/Linux, Debian 8+, Fedora 25+),
* clang 3.7, 3.8, 4.9, 5, 6, 7, 8, 10-16 (openmamba GNU/Linux, Fedora 25+),
* clang 3.7, 3.8, 4.9, 5, 6, 7, 8, 10-17 (openmamba GNU/Linux, Fedora 25+),

List of the Linux kernels that have been successfully tested:
* 2.6.18, 2.6.32,
* 3.10, 3.14, 3.18,
* 4.2, 4.4, 4,9, 4.14, 4.15, 4.16, 4.19
* 5.6, 5.7, 5.8, 5.12-5.18, 6.1-6.4
* 5.6, 5.7, 5.8, 5.12-5.18, 6.1-6.5

The Nagios Plugins Linux are regularly tested on
* Alpine Linux (musl libc),
Expand All @@ -140,9 +140,9 @@ CentOS Stream 9 | `make -C packages centos-stream-9`
Debian 10 (Buster) | `make -C packages debian-buster`
Debian 11 (Bullseye) | `make -C packages debian-bullseye`
Debian 12 (Bookworm) | `make -C packages debian-bookworm`
Fedora 36 | `make -C packages fedora-36`
Fedora 37 | `make -C packages fedora-37`
Fedora 38 | `make -C packages fedora-38`
Fedora 39 | `make -C packages fedora-39`
Fedora Rawhide | `make -C packages fedora-rawhide`
Rocky Linux 8 | `make -C packages rockylinux-8`
Rocky Linux 9 | `make -C packages rockylinux-9`
Expand Down
6 changes: 3 additions & 3 deletions packages/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in

## Copyright (c) 2016-2019 Davide Madrisan <[email protected]>
## Copyright (c) 2016-2024 Davide Madrisan <[email protected]>
##
## This program is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -50,9 +50,9 @@ debian-12: debian-bookworm
debian-latest: debian-bookworm

TARGETS_FEDORA = \
fedora-36 fedora-37 fedora-38 \
fedora-37 fedora-38 fedora-39 \
fedora-rawhide
fedora-latest: fedora-38
fedora-latest: fedora-39

TARGETS_ROCKY = \
rockylinux-8 \
Expand Down

0 comments on commit 216269d

Please sign in to comment.