Build 1.19.5-1

- Refactor Makefile to fix passing options to koji builds`

Resolves: RHEL-34055

Signed-off-by: Chris White <chwhite@redhat.com>
This commit is contained in:
Chris White 2024-07-18 13:09:48 -07:00
parent 857ea7cd56
commit 5172fd69e7
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@
/stalld-1.19.1.tar.bz2 /stalld-1.19.1.tar.bz2
/stalld-1.19.2.tar.bz2 /stalld-1.19.2.tar.bz2
/stalld-1.19.3.tar.bz2 /stalld-1.19.3.tar.bz2
/stalld-1.19.5.tar.bz2

View File

@ -1 +1 @@
SHA512 (stalld-1.19.3.tar.bz2) = 3fdc4d09efa9dc6a696476bdd7249c149852085cafb463b56cc7615e8ee7f717c91363d9d314bb116cfa7c2e0e4a26e93907e8011b9f3b4bec212d23a15cbf9d SHA512 (stalld-1.19.5.tar.bz2) = 490efc66f214571582320adc7d80c022cc5d9f5b54a486b86ed867a942c9171a348d2f2a726e19ceccf8e39af3365d2ee192c85519134a00934b8d7cae0ca712

View File

@ -1,6 +1,6 @@
Name: stalld Name: stalld
Version: 1.19.3 Version: 1.19.5
Release: 3%{?dist} Release: 1%{?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
@ -22,6 +22,8 @@ BuildRequires: libbpf-devel
Requires: libbpf Requires: libbpf
%endif %endif
%define _hardened_build 1
%description %description
The stalld program monitors the set of system threads, The stalld program monitors the set of system threads,
looking for threads that are ready-to-run but have not looking for threads that are ready-to-run but have not
@ -59,6 +61,9 @@ 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
* Thu Jul 18 2024 Chris White <chwhite@redhat.com> - 1.19.5
- Refactor Makefile to fix passing options to koji builds
* 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