Release 1.9.4-4
Related: RHEL-58318 Signed-off-by: Tao Liu <ltao@redhat.com>
This commit is contained in:
parent
6e2f297d49
commit
e058d51e13
14
irqbalance-manual.patch
Normal file
14
irqbalance-manual.patch
Normal file
@ -0,0 +1,14 @@
|
||||
diff --git a/irqbalance.1 b/irqbalance.1
|
||||
index 05f7b48..ec6ace7 100644
|
||||
--- a/irqbalance.1
|
||||
+++ b/irqbalance.1
|
||||
@@ -98,7 +98,8 @@ if a directory is specified, non-executable files will be skipped.
|
||||
The script may specify zero or more key=value pairs that will guide irqbalance in
|
||||
the management of that IRQ. Key=value pairs are printed by the script on stdout
|
||||
and will be captured and interpreted by irqbalance. Irqbalance expects a zero
|
||||
-exit code from the provided utility. Recognized key=value pairs are:
|
||||
+exit code from the provided utility. "/usr/libexec/irqbalance" is a preferred dir for
|
||||
+placing the scripts, otherwise it may encounter selinux issues if enabled.
|
||||
.TP
|
||||
.I ban=[true | false]
|
||||
Directs irqbalance to exclude the passed in IRQ from balancing.
|
@ -1,6 +1,6 @@
|
||||
Name: irqbalance
|
||||
Version: 1.9.4
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Epoch: 2
|
||||
Summary: IRQ balancing daemon
|
||||
License: GPL-2.0-only
|
||||
@ -53,6 +53,7 @@ Patch44: 0043-irqbalance.1-a-b-a-b-it-s-type-its-type.patch
|
||||
Patch45: 0044-Use-EPERM-instead-of-EIO-when-try-setting-irq-affini.patch
|
||||
|
||||
Patch46: irqbalance-1.9.0-environment-file-sysconfig.patch
|
||||
Patch47: irqbalance-manual.patch
|
||||
|
||||
BuildRequires: autoconf automake libtool libcap-ng
|
||||
BuildRequires: glib2-devel pkgconf libcap-ng-devel
|
||||
@ -85,6 +86,7 @@ install -D -p -m 0644 ./misc/irqbalance.service %{buildroot}/%{_unitdir}/irqbala
|
||||
install -D -p -m 0644 ./misc/irqbalance.env %{buildroot}%{_sysconfdir}/sysconfig/%{name}
|
||||
install -d %{buildroot}%{_mandir}/man1/
|
||||
install -p -m 0644 ./irqbalance.1 %{buildroot}%{_mandir}/man1/
|
||||
install -d %{buildroot}%{_libexecdir}/irqbalance/
|
||||
|
||||
%check
|
||||
make check
|
||||
@ -94,6 +96,7 @@ make check
|
||||
%{_sbindir}/irqbalance
|
||||
%{_unitdir}/irqbalance.service
|
||||
%{_mandir}/man1/*
|
||||
%dir %{_libexecdir}/irqbalance
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/irqbalance
|
||||
|
||||
%post
|
||||
@ -106,6 +109,10 @@ make check
|
||||
%systemd_postun_with_restart irqbalance.service
|
||||
|
||||
%changelog
|
||||
* Thu Nov 7 2024 Tao Liu <ltao@redhat.com> - 2:1.9.4-4
|
||||
- Release 1.9.4-4
|
||||
- Rebase to upstream commit (b4b6f194da)
|
||||
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2:1.9.4-3
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
Loading…
Reference in New Issue
Block a user