With a recent upgrade of the kernel-tools package we see the following. root@testnode ~]# systemctl status cpupower.service ● cpupower.service - Configure CPU power related settings Loaded: loaded (/usr/lib/systemd/system/cpupower.service; disabled; vendor preset: disabled) Active: inactive (dead) Warning: cpupower.service changed on disk. Run 'systemctl daemon-reload' to reload units. There seems to be no `systemctl daemon-reload`in the RPM scriptlet of this package. In the %post part of the corresponding specfile there seems to miss a daemon reload, just where the following is specified: ``` %if %{with_tools} %post -n kernel-tools /sbin/ldconfig ```
After evaluating this issue, there are no plans to address it further or fix it in an upcoming release. Therefore, it is being closed. If plans change such that this issue will be fixed in an upcoming release, then the bug can be reopened.