Skip to content

build: For RHEL/Centos Stream drop the unavailable ragel package dependency #2282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion build/rpm/pcp.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,11 @@ Summary: Performance Co-Pilot (PCP) metrics from statsd
URL: https://pcp.io
Requires: pcp = @package_version@ pcp-libs = @package_version@
Requires: chan HdrHistogram_c
BuildRequires: ragel chan-devel HdrHistogram_c-devel
BuildRequires: chan-devel HdrHistogram_c-devel
# ragel unavailable on some RHEL and CentOS Stream platforms
%if 0%{?rhel} == 0
BuildRequires: ragel
%endif

%description pmda-statsd
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
Expand Down
Loading