Replace power-profiles-daemon requirement with tuned-ppd
Related: RHEL-68152
This commit is contained in:
parent
795bde402d
commit
1b606c226a
@ -14,7 +14,7 @@
|
||||
|
||||
Name: gnome-control-center
|
||||
Version: 40.0
|
||||
Release: 34%{?dist}
|
||||
Release: 35%{?dist}
|
||||
Summary: Utilities to configure the GNOME desktop
|
||||
|
||||
License: GPLv2+ and CC-BY-SA
|
||||
@ -124,7 +124,7 @@ Requires: gnome-settings-daemon%{?_isa} >= 40.0.1-4
|
||||
Requires: gsettings-desktop-schemas%{?_isa} >= %{gsettings_desktop_schemas_version}
|
||||
Requires: gtk3%{?_isa} >= %{gtk3_version}
|
||||
Requires: upower%{?_isa} >= %{upower_version}
|
||||
Requires: power-profiles-daemon >= %{power_profiles_daemon_version}
|
||||
Requires: (power-profiles-daemon or tuned-ppd)
|
||||
%ifnarch s390 s390x
|
||||
Requires: gnome-bluetooth%{?_isa} >= 1:%{gnome_bluetooth_version}
|
||||
%endif
|
||||
@ -160,7 +160,7 @@ Recommends: switcheroo-control
|
||||
Requires: /usr/bin/gkbd-keyboard-display
|
||||
%if 0%{?fedora} >= 35 || 0%{?rhel} >= 9
|
||||
# For the power panel
|
||||
Recommends: power-profiles-daemon
|
||||
Recommends: tuned-ppd
|
||||
%endif
|
||||
|
||||
# Renamed in F28
|
||||
@ -252,6 +252,10 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gnome-control-center
|
||||
%dir %{_datadir}/gnome/wm-properties
|
||||
|
||||
%changelog
|
||||
* Wed Jan 22 2025 Felipe Borges <feborges@redhat.com> - 40.0-34
|
||||
- Replace power-profiles-daemon requirement with tuned-ppd
|
||||
Resolves: RHEL-68152
|
||||
|
||||
* Mon Jan 20 2025 Felipe Borges <feborges@redhat.com> - 40.0-34
|
||||
- Honor "power-button-action-server" side setting
|
||||
Related: RHEL-71937
|
||||
|
Loading…
Reference in New Issue
Block a user