diff --git a/gnome-control-center.changes b/gnome-control-center.changes index 80126ec..ca9a1ef 100644 --- a/gnome-control-center.changes +++ b/gnome-control-center.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Jan 17 12:48:05 UTC 2025 - Dominique Leuenberger + +- Recommend ppd-server instead of power-profiles-daemon: there is + also tuned-ppd, which provides the same dbus interface. If the + user does not chose between the two, we suggest the original + power-profiles-daemon. + +------------------------------------------------------------------- +Tue Jan 14 13:29:35 UTC 2025 - Dominique Leuenberger + +- Fix escaping of commented out patch: with RPM 4.20, %patch + becomes a standard, expandable macro, that can span more than one + line. Commenting out with #%patch can thus lead to invalid + results. + ------------------------------------------------------------------- Thu Jan 9 17:48:23 UTC 2025 - Bjørn Lie diff --git a/gnome-control-center.spec b/gnome-control-center.spec index 24ca83d..936c766 100644 --- a/gnome-control-center.spec +++ b/gnome-control-center.spec @@ -130,7 +130,11 @@ Recommends: dbus(com.intel.dleyna-server) # the printers panel can use the dbus service Recommends: system-config-printer-dbus-service # For the power panel -Recommends: power-profiles-daemon +# power-profile-daemon uses a dbus interface, which is provided by tuned-ppd and power-profiles-daemom +# Either one will do +Recommends: ppd-server +# If the user expresses no choice, we pick the original power-profiles-daemon for now +Suggests: power-profiles-daemon %description The control center is GNOME's main interface for configuration of @@ -206,7 +210,7 @@ GNOME control center. %patch -P 1002 -p1 %patch -P 1003 -p1 # patch needs rebase -# %patch -P 1004 -p1 +# %%patch -P 1004 -p1 %endif %build