Skip to content

Commit

Permalink
spec: fix minor if statment for centos/rhel
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
  • Loading branch information
dougsland committed Jan 17, 2024
1 parent 2fb8b1f commit f6577a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/qm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ BuildArch: noarch
BuildRequires: golang-github-cpuguy83-md2man
BuildRequires: container-selinux
BuildRequires: make
%if 0%{?rhel} && 0%{?centos} == 0
%if 0%{?centos} || 0%{?rhel}
# Add EPEL repository for RHEL 9 CentOSStream
BuildRequires: epel-release
%endif
Expand Down

0 comments on commit f6577a3

Please sign in to comment.