From 9a42c6fca7922d4acd2c1e3b04d9947e29cea327 Mon Sep 17 00:00:00 2001 From: Tao Liu Date: Fri, 28 Jul 2023 16:14:11 +0800 Subject: [PATCH] Remove triggerun -- irqbalance < 2:0.56-3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The check is outdated, no longer needed for current irqbalance versions, so remove it. Signed-off-by: Tao Liu Signed-off-by: Timothée Ravier --- irqbalance.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/irqbalance.spec b/irqbalance.spec index 12f69ae..5dba431 100644 --- a/irqbalance.spec +++ b/irqbalance.spec @@ -107,12 +107,6 @@ make check %postun %systemd_postun_with_restart irqbalance.service -%triggerun -- irqbalance < 2:0.56-3 -if /sbin/chkconfig --level 3 irqbalance ; then - /bin/systemctl enable irqbalance.service >/dev/null 2>&1 || : -fi -/sbin/chkconfig --del irqbalance >/dev/null 2>&1 || : - %changelog * Tue Jul 18 2023 Tao Liu - 2:1.9.2-2 - Rebase to latest upstream commit (50699824c7)