Fix changelog to use RPMCFLAGS, allowing for bpf to be used
Resolves: RHEL-33662 Signed-off-by: Chris White <chwhite@redhat.com>
This commit is contained in:
parent
53fa296a0b
commit
3cfe02f57c
@ -1,6 +1,6 @@
|
||||
Name: stalld
|
||||
Version: 1.19.5
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Daemon that finds starving tasks and gives them a temporary boost
|
||||
|
||||
License: GPLv2
|
||||
@ -36,7 +36,7 @@ allow 10 microseconds of runtime for 1 second of clock time.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%make_build CFLAGS="%{optflags} %{build_cflags} -DVERSION="\\\"%{version}\\\""" LDFLAGS="%{build_ldflags}"
|
||||
%make_build RPMCFLAGS="%{optflags} %{build_cflags} -DVERSION="\\\"%{version}\\\""" RPMLDFLAGS="%{build_ldflags}"
|
||||
|
||||
%install
|
||||
%make_install DOCDIR=%{_docdir} MANDIR=%{_mandir} BINDIR=%{_bindir} DATADIR=%{_datadir} VERSION=%{version}
|
||||
@ -61,6 +61,10 @@ allow 10 microseconds of runtime for 1 second of clock time.
|
||||
%systemd_postun_with_restart %{name}.service
|
||||
|
||||
%changelog
|
||||
* Wed Jul 31 2024 Chris White <chwhite@redhat.com> - 1.19.5-2
|
||||
- Fix changelog to use RPMCFLAGS, allowing for bpf to be used
|
||||
Resolves: RHEL-33662
|
||||
|
||||
* Thu Jul 18 2024 Chris White <chwhite@redhat.com> - 1.19.5-1
|
||||
- Updated compile options for annocheck hardening
|
||||
- Ensure we resolve library symbols at load time (-z now) and are a Position Independent Executable (-pie). Refactored compile options to better deal with arch differences.
|
||||
|
Loading…
Reference in New Issue
Block a user