From c91dabef66e86b82a7a1b7aeb9256d22f8c4defe Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Dec 07 2021 18:13:20 +0000 Subject: import power-profiles-daemon-0.10.0-1.el9 --- diff --git a/.gitignore b/.gitignore index cec25c5..15be657 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/power-profiles-daemon-0.9.0.tar.xz +SOURCES/power-profiles-daemon-0.10.0.tar.xz diff --git a/.power-profiles-daemon.metadata b/.power-profiles-daemon.metadata index 1dcde80..fea8145 100644 --- a/.power-profiles-daemon.metadata +++ b/.power-profiles-daemon.metadata @@ -1 +1 @@ -70c52d74aeaa04e750c62aca9b1bcb0f2040923e SOURCES/power-profiles-daemon-0.9.0.tar.xz +4df0854aad78f90fafb3092a11269985041230ad SOURCES/power-profiles-daemon-0.10.0.tar.xz diff --git a/SPECS/power-profiles-daemon.spec b/SPECS/power-profiles-daemon.spec index 787a61c..70d32c6 100644 --- a/SPECS/power-profiles-daemon.spec +++ b/SPECS/power-profiles-daemon.spec @@ -1,11 +1,11 @@ Name: power-profiles-daemon -Version: 0.9.0 +Version: 0.10.0 Release: 1%{?dist} Summary: Makes power profiles handling available over D-Bus License: GPLv3+ URL: https://gitlab.freedesktop.org/hadess/power-profiles-daemon -Source0: https://gitlab.freedesktop.org/hadess/power-profiles-daemon/uploads/28dd86921d78b4e0ae03447e066ae247/power-profiles-daemon-0.9.0.tar.xz +Source0: https://gitlab.freedesktop.org/hadess/power-profiles-daemon/uploads/fe794e91144e17791737568943c44f9a/power-profiles-daemon-0.10.0.tar.xz BuildRequires: meson BuildRequires: gcc @@ -15,6 +15,7 @@ BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gudev-1.0) BuildRequires: pkgconfig(upower-glib) +BuildRequires: pkgconfig(polkit-gobject-1) BuildRequires: systemd BuildRequires: umockdev BuildRequires: python3-dbusmock @@ -67,6 +68,7 @@ systemctl --no-reload preset power-profiles-daemon.service &>/dev/null || : %{_unitdir}/%{name}.service %{_sysconfdir}/dbus-1/system.d/net.hadess.PowerProfiles.conf %{_datadir}/dbus-1/system-services/net.hadess.PowerProfiles.service +%{_datadir}/polkit-1/actions/net.hadess.PowerProfiles.policy %{_localstatedir}/lib/power-profiles-daemon %files docs @@ -75,6 +77,11 @@ systemctl --no-reload preset power-profiles-daemon.service &>/dev/null || : %{_datadir}/gtk-doc/html/%{name}/ %changelog +* Wed Oct 06 2021 Bastien Nocera - 0.10.0-1 ++ power-profiles-daemon-0.10.0-1 +- Update to 0.10.0 +- Resolves: rhbz#2011233 + * Thu Aug 19 2021 Bastien Nocera - 0.9.0-1 + power-profiles-daemon-0.9.0-1 - Update to 0.9.0