Add llvm as a build requirement
Resolves: RHEL-8982 Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
parent
26ba9883c9
commit
85a94f2968
@ -1,6 +1,6 @@
|
||||
Name: stalld
|
||||
Version: 1.19.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Daemon that finds starving tasks and gives them a temporary boost
|
||||
|
||||
License: GPLv2
|
||||
@ -18,6 +18,7 @@ Requires: systemd
|
||||
BuildRequires: bpftool
|
||||
BuildRequires: clang
|
||||
BuildRequires: libbpf-devel
|
||||
BuildRequires: llvm
|
||||
|
||||
Requires: libbpf
|
||||
%endif
|
||||
@ -59,6 +60,10 @@ allow 10 microseconds of runtime for 1 second of clock time.
|
||||
%systemd_postun_with_restart %{name}.service
|
||||
|
||||
%changelog
|
||||
* Mon Feb 12 2024 John Kacur <jkacur@redhat.com> - 1.19.1-2
|
||||
- Add llvm as a build requirement
|
||||
Resolves: RHEL-8982
|
||||
|
||||
* Fri Feb 09 2024 John Kacur <jkacur@redhat.com> - 1.19.1-1
|
||||
- Rebase to v1.19.1 upstream
|
||||
Resolves: RHEL-8982
|
||||
|
Loading…
Reference in New Issue
Block a user