Skip to content

Commit

Permalink
spec: add epel-release in the build-requires
Browse files Browse the repository at this point in the history
Signed-off-by: Yariv Rachmani <[email protected]>
Signed-off-by: Douglas Schilling Landgraf <[email protected]>
  • Loading branch information
dougsland committed Jan 9, 2024
1 parent b87a362 commit 9136d90
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rpm/qm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ BuildArch: noarch
BuildRequires: golang-github-cpuguy83-md2man
BuildRequires: container-selinux
BuildRequires: make
BuildRequires: vsomeip3-selinux
%if 0%{?rhel} && 0%{?centos} == 0
# Add EPEL repository for RHEL 9 CentOSStream
BuildRequires: epel-release
%endif
BuildRequires: vsomeip-selinux
BuildRequires: git-core
BuildRequires: pkgconfig(systemd)
BuildRequires: selinux-policy >= %_selinux_policy_version
Expand Down

0 comments on commit 9136d90

Please sign in to comment.