diff --git a/irqbalance.changes b/irqbalance.changes index ee4c988..6ceb5f8 100644 --- a/irqbalance.changes +++ b/irqbalance.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 22 15:42:20 UTC 2025 - Dominique Leuenberger + +- Drop rcFOO symlinks for CODE16 (PED-266). + ------------------------------------------------------------------- Thu Jul 11 09:59:18 UTC 2024 - Michael Pujos diff --git a/irqbalance.spec b/irqbalance.spec index 0d6dcc1..8f3e579 100644 --- a/irqbalance.spec +++ b/irqbalance.spec @@ -1,7 +1,7 @@ # # 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 # 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 sed -ie "s|ProtectKernelTunables=yes||g" misc/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 +%endif %check %make_build check @@ -108,7 +110,9 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcirqbalance %license COPYING %doc AUTHORS README.md %{_sbindir}/irqbalance +%if 0%{?suse_version} < 1600 %{_sbindir}/rcirqbalance +%endif %{_unitdir}/irqbalance.service %{_mandir}/man1/irqbalance.1%{?ext_man} %{_fillupdir}/sysconfig.irqbalance