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