Hide Forgot
Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:See the Bug 706740
was fixed in git with commit3c38c09df9e60c146432f481cd3d4d7f5469988d by Bill Nottingham <notting>: diff --git a/irqbalance.spec b/irqbalance.spec index 8be1d80..26c9d30 100644 --- a/irqbalance.spec +++ b/irqbalance.spec @@ -72,10 +72,10 @@ if [ $1 -ge 1 ] ; then fi %triggerun -- irqbalance < 0.56-3 -if /sbin/chkconfig irqbalance ; then - /sbin/chkconfig --del irqbalance >/dev/null 2>&1 || : +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 || :