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:
Chris White 2024-07-31 16:46:25 -07:00
parent 16f4b5e6f5
commit ed1c31d0b7

View File

@ -1,6 +1,6 @@
Name: stalld Name: stalld
Version: 1.19.5 Version: 1.19.5
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: GPL-2.0-or-later AND GPL-2.0-only License: GPL-2.0-or-later AND GPL-2.0-only
@ -36,7 +36,7 @@ allow 10 microseconds of runtime for 1 second of clock time.
%autosetup %autosetup
%build %build
%make_build CFLAGS="%{optflags} %{build_cflags} -DVERSION="\\\"%{version}\\\""" %make_build RPMCFLAGS="%{optflags} %{build_cflags} -DVERSION="\\\"%{version}\\\""" RPMLDFLAGS="%{build_ldflags}"
%install %install
%make_install DOCDIR=%{_docdir} MANDIR=%{_mandir} BINDIR=%{_bindir} DATADIR=%{_datadir} VERSION=%{version} %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 %systemd_postun_with_restart %{name}.service
%changelog %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 * Thu Jul 18 2024 Chris White <chwhite@redhat.com> - 1.19.5
- Refactor Makefile to fix passing options to koji builds - Refactor Makefile to fix passing options to koji builds
- Updated compile options for annocheck hardening - Updated compile options for annocheck hardening
@ -70,6 +74,7 @@ Resolves: RHEL-34055
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.19.3-3 * Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.19.3-3
- Bump release for June 2024 mass rebuild - Bump release for June 2024 mass rebuild
Resolves: RHEL-33662
* Thu Jun 13 2024 Chris White <chwhite@redhat.com> - 1.19.3 * Thu Jun 13 2024 Chris White <chwhite@redhat.com> - 1.19.3
- systemd: ensure that pidfile directory exists - systemd: ensure that pidfile directory exists