import power-profiles-daemon-0.21-1.el9

i9c-beta changed/i9c-beta/power-profiles-daemon-0.21-1.el9
MSVSphere Packaging Team 4 months ago
parent c64b8462b7
commit 714ef4a07b
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

2
.gitignore vendored

@ -1 +1 @@
SOURCES/power-profiles-daemon-0.13.tar.xz SOURCES/power-profiles-daemon-0.21.tar.gz

@ -1 +1 @@
c5f2754c13849d07d4a0aa1ac3207419d18b9611 SOURCES/power-profiles-daemon-0.13.tar.xz f9a02683f2fa84ccee8bd64861125fdcd0b622fc SOURCES/power-profiles-daemon-0.21.tar.gz

@ -1,15 +1,17 @@
Name: power-profiles-daemon Name: power-profiles-daemon
Version: 0.13 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/1f2ea40547b2af8d255875d7085211e5/power-profiles-daemon-0.13.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
@ -67,9 +72,12 @@ systemctl --no-reload preset power-profiles-daemon.service &>/dev/null || :
%{_libexecdir}/%{name} %{_libexecdir}/%{name}
%{_unitdir}/%{name}.service %{_unitdir}/%{name}.service
%{_datadir}/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,12 @@ 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
* Thu Mar 28 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.13-1 * Thu Mar 28 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.13-1
- Rebuilt for MSVSphere 9.4 beta - Rebuilt for MSVSphere 9.4 beta

Loading…
Cancel
Save