Fedora Account System
Red Hat Associate
Red Hat Customer
I amended the Change page to say 'dnf switch power-profiles-daemon tuned-ppd'. This replaces three commands with one. For https://fedoraproject.org/wiki/Changes/TunedAsTheDefaultPowerProfileManagementDaemon, see https://docs.fedoraproject.org/en-US/packaging-guidelines/DefaultServices/. As an additional step, I think it'd be nice to automatically start tuned-ppd, *if* ppd was running and is being replaced. Add a %trigger on the ppd being uninstalled, and record if it was running (see https://docs.fedoraproject.org/en-US/packaging-guidelines/Scriptlets/#_saving_state_between_scriptlets) and autostart tuned-ppd if enabled and ppd was running. Reproducible: Always
Relevant issue created for the `fedora-release` component: https://bugzilla.redhat.com/show_bug.cgi?id=2293665 with a PR submitted: https://src.fedoraproject.org/rpms/fedora-release/pull-request/335. Regarding the automatic startup of tuned-ppd when swapping from power-profiles-daemon, this change is as part of a PR in TuneD upstream (TuneD tracks its specfile there): https://github.com/redhat-performance/tuned/pull/646.