Skip to content

Commit

Permalink
Spec: Support EL9
Browse files Browse the repository at this point in the history
Add conditionals for EL9 support.

Signed-off-by: Jacob Hansen <[email protected]>
  • Loading branch information
jacobbaungard committed Feb 3, 2023
1 parent 992f768 commit 139c4d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions naemon-core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ BuildRequires: glib2-devel
BuildRequires: check-devel

# sles / rhel specific requirements
%if 0%{?el8}%{?el7}%{?is_fc}
%if 0%{?el9}%{?el8}%{?el7}%{?is_fc}
BuildRequires: chrpath
%endif
%if 0%{?el8}
%if 0%{?el9}%{?el8}
BuildRequires: gdb-headless
%endif
%if 0%{?systemd_requires}
Expand Down

0 comments on commit 139c4d9

Please sign in to comment.