Accepting request 1240935 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1240935 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irqbalance?expand=0&rev=76
This commit is contained in:
commit
629d299279
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 22 15:42:20 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Drop rcFOO symlinks for CODE16 (PED-266).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 11 09:59:18 UTC 2024 - Michael Pujos <pujos.michael@gmail.com>
|
Thu Jul 11 09:59:18 UTC 2024 - Michael Pujos <pujos.michael@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package irqbalance
|
# spec file for package irqbalance
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -86,7 +86,9 @@ sed -ie "s|After=syslog.target||g" misc/irqbalance.service
|
|||||||
# Remove ProtectKernelTunables=yes. See https://github.com/Irqbalance/irqbalance/issues/308
|
# Remove ProtectKernelTunables=yes. See https://github.com/Irqbalance/irqbalance/issues/308
|
||||||
sed -ie "s|ProtectKernelTunables=yes||g" misc/irqbalance.service
|
sed -ie "s|ProtectKernelTunables=yes||g" misc/irqbalance.service
|
||||||
install -D -m 0644 misc/irqbalance.service %{buildroot}%{_unitdir}/irqbalance.service
|
install -D -m 0644 misc/irqbalance.service %{buildroot}%{_unitdir}/irqbalance.service
|
||||||
|
%if 0%{?suse_version} < 1600
|
||||||
ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcirqbalance
|
ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcirqbalance
|
||||||
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%make_build check
|
%make_build check
|
||||||
@ -108,7 +110,9 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcirqbalance
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS README.md
|
%doc AUTHORS README.md
|
||||||
%{_sbindir}/irqbalance
|
%{_sbindir}/irqbalance
|
||||||
|
%if 0%{?suse_version} < 1600
|
||||||
%{_sbindir}/rcirqbalance
|
%{_sbindir}/rcirqbalance
|
||||||
|
%endif
|
||||||
%{_unitdir}/irqbalance.service
|
%{_unitdir}/irqbalance.service
|
||||||
%{_mandir}/man1/irqbalance.1%{?ext_man}
|
%{_mandir}/man1/irqbalance.1%{?ext_man}
|
||||||
%{_fillupdir}/sysconfig.irqbalance
|
%{_fillupdir}/sysconfig.irqbalance
|
||||||
|
Loading…
x
Reference in New Issue
Block a user