|
|
@ -1,15 +1,17 @@
|
|
|
|
Name: power-profiles-daemon
|
|
|
|
Name: power-profiles-daemon
|
|
|
|
Version: 0.11.1
|
|
|
|
Version: 0.21
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Makes power profiles handling available over D-Bus
|
|
|
|
Summary: Makes power profiles handling available over D-Bus
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv3+
|
|
|
|
License: GPLv3+
|
|
|
|
URL: https://gitlab.freedesktop.org/hadess/power-profiles-daemon
|
|
|
|
URL: https://gitlab.freedesktop.org/upower/power-profiles-daemon
|
|
|
|
Source0: https://gitlab.freedesktop.org/hadess/power-profiles-daemon/uploads/f81e7fa231b3cb45dba87c85375aeaa2/power-profiles-daemon-0.11.1.tar.xz
|
|
|
|
Source0: https://gitlab.freedesktop.org/upower/power-profiles-daemon/-/archive/0.21/power-profiles-daemon-0.21.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: argparse-manpage
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(bash-completion)
|
|
|
|
BuildRequires: pkgconfig(udev)
|
|
|
|
BuildRequires: pkgconfig(udev)
|
|
|
|
BuildRequires: pkgconfig(systemd)
|
|
|
|
BuildRequires: pkgconfig(systemd)
|
|
|
|
BuildRequires: pkgconfig(gio-2.0)
|
|
|
|
BuildRequires: pkgconfig(gio-2.0)
|
|
|
@ -35,7 +37,10 @@ This package contains the documentation for %{name}.
|
|
|
|
%autosetup
|
|
|
|
%autosetup
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%meson -Dgtk_doc=true
|
|
|
|
%meson \
|
|
|
|
|
|
|
|
-Dgtk_doc=true \
|
|
|
|
|
|
|
|
-Dpylint=disabled \
|
|
|
|
|
|
|
|
-Dbashcomp=disabled
|
|
|
|
%meson_build
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
@ -66,10 +71,13 @@ systemctl --no-reload preset power-profiles-daemon.service &>/dev/null || :
|
|
|
|
%{_bindir}/powerprofilesctl
|
|
|
|
%{_bindir}/powerprofilesctl
|
|
|
|
%{_libexecdir}/%{name}
|
|
|
|
%{_libexecdir}/%{name}
|
|
|
|
%{_unitdir}/%{name}.service
|
|
|
|
%{_unitdir}/%{name}.service
|
|
|
|
%{_sysconfdir}/dbus-1/system.d/net.hadess.PowerProfiles.conf
|
|
|
|
%{_datadir}/dbus-1/system.d/net.hadess.PowerProfiles.conf
|
|
|
|
|
|
|
|
%{_datadir}/dbus-1/system.d/org.freedesktop.UPower.PowerProfiles.conf
|
|
|
|
%{_datadir}/dbus-1/system-services/net.hadess.PowerProfiles.service
|
|
|
|
%{_datadir}/dbus-1/system-services/net.hadess.PowerProfiles.service
|
|
|
|
%{_datadir}/polkit-1/actions/net.hadess.PowerProfiles.policy
|
|
|
|
%{_datadir}/dbus-1/system-services/org.freedesktop.UPower.PowerProfiles.service
|
|
|
|
|
|
|
|
%{_datadir}/polkit-1/actions/power-profiles-daemon.policy
|
|
|
|
%{_localstatedir}/lib/power-profiles-daemon
|
|
|
|
%{_localstatedir}/lib/power-profiles-daemon
|
|
|
|
|
|
|
|
%{_mandir}/man1/powerprofilesctl.1.gz
|
|
|
|
|
|
|
|
|
|
|
|
%files docs
|
|
|
|
%files docs
|
|
|
|
%dir %{_datadir}/gtk-doc/
|
|
|
|
%dir %{_datadir}/gtk-doc/
|
|
|
@ -77,6 +85,17 @@ systemctl --no-reload preset power-profiles-daemon.service &>/dev/null || :
|
|
|
|
%{_datadir}/gtk-doc/html/%{name}/
|
|
|
|
%{_datadir}/gtk-doc/html/%{name}/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Apr 15 2024 Kate Hsuan <hpa@redhat.com> - 0.21-1
|
|
|
|
|
|
|
|
- Update to 0.21
|
|
|
|
|
|
|
|
- Support multi-drivers mode and amdgpu
|
|
|
|
|
|
|
|
- Support dynamically adjusts amd-pstate EPP values between battery and AC modes.
|
|
|
|
|
|
|
|
- Resolves: RHEL-23395
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Sep 11 2023 Kate Hsuan <hpa@redhat.com> - 0.13-1
|
|
|
|
|
|
|
|
- Update date to 0.13
|
|
|
|
|
|
|
|
- Support for AMD P-State
|
|
|
|
|
|
|
|
- Resolves: rhbz#2226568
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 02 2022 Bastien Nocera <bnocera@redhat.com> - 0.11.1-1
|
|
|
|
* Mon May 02 2022 Bastien Nocera <bnocera@redhat.com> - 0.11.1-1
|
|
|
|
+ power-profiles-daemon-0.11.1-1
|
|
|
|
+ power-profiles-daemon-0.11.1-1
|
|
|
|
- Update to 0.11.1
|
|
|
|
- Update to 0.11.1
|
|
|
|