Skip to content

Commit

Permalink
ci: fix docker image build which uses redhat.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Jul 8, 2024
1 parent 8d75af4 commit 18db5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/rpm/redhat.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2286,7 +2286,7 @@ collecting metrics about web server logs.
License: GPL-2.0-or-later
Summary: Performance Co-Pilot (PCP) metrics from AMD GPU devices
URL: https://pcp.io
Requires: pcp = @package_version@ pcp-libs = @package_version@
Requires: pcp = %{version}-%{release} pcp-libs = %{version}-%{release}
Requires: libdrm
BuildRequires: libdrm-devel
%description pmda-amdgpu
Expand Down

0 comments on commit 18db5fc

Please sign in to comment.