restore 0000-remove-conf.patch
Related: RHEL-139803 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
0953e0c7b6
commit
9faa2aa4ad
22
0000-remove-conf.patch
Normal file
22
0000-remove-conf.patch
Normal file
@ -0,0 +1,22 @@
|
||||
diff -rup numad-0.5git/numad.8 numad-0.5git-new/numad.8
|
||||
--- numad-0.5git/numad.8 2015-06-02 13:16:31.000000000 +0200
|
||||
+++ numad-0.5git-new/numad.8 2019-03-26 09:20:45.887766101 +0100
|
||||
@@ -98,8 +98,7 @@ Sets the time interval that numad waits
|
||||
<\fImin_interval\fP> is 5 seconds. Setting a <\fImax_interval\fP> of zero will
|
||||
cause the daemon to exit. (This is the normal mechanism to terminate the
|
||||
daemon.) A bigger <\fImax_interval\fP> will decrease numad overhead but also
|
||||
-decrease responsiveness to changing loads. The default numad max_interval can
|
||||
-be changed in the numad.conf file.
|
||||
+decrease responsiveness to changing loads.
|
||||
.TP
|
||||
\fB\-K\fR <\fI0|1\fP>
|
||||
This option controls whether numad keeps interleaved memory spread across NUMA
|
||||
@@ -210,8 +209,6 @@ numad can manage.
|
||||
.LP
|
||||
\fI/usr/bin/numad\fP
|
||||
.br
|
||||
-\fI/etc/numad.conf\fP
|
||||
-.br
|
||||
\fI/var/log/numad.log\fP
|
||||
.br
|
||||
\fI/var/run/numad.pid\fP
|
||||
@ -1,6 +1,6 @@
|
||||
Name: numad
|
||||
Version: 0.5
|
||||
Release: 49.20251104git%{?dist}
|
||||
Release: 50.20251104git%{?dist}
|
||||
Summary: NUMA user daemon
|
||||
|
||||
License: LGPL-2.1-only
|
||||
@ -10,6 +10,7 @@ URL: https://pagure.io/numad
|
||||
# git clone https://pagure.io/numad.git numad-0.5git
|
||||
# tar --exclude-vcs -cJf numad-0.5git.tar.xz numad-0.5git/
|
||||
Source0: %{name}-%{version}git.tar.xz
|
||||
Patch0: 0000-remove-conf.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
@ -47,6 +48,9 @@ install -D -p -m 644 {,%{buildroot}%{_sysconfdir}/logrotate.d/%{name}/}numad.log
|
||||
%systemd_postun numad.service
|
||||
|
||||
%changelog
|
||||
* Mon Jan 12 2026 Lukas Nykryn <lnykryn@redhat.com> - 0.5-50.20251104git
|
||||
- restore 0000-remove-conf.patch
|
||||
|
||||
* Tue Nov 04 2025 Lukas Nykryn <lnykryn@redhat.com> - 0.5-49.20251031git
|
||||
- improve single-node system support
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user