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

This commit is contained in:
CentOS Sources 2021-12-07 13:13:20 -05:00 committed by Stepan Oksanichenko
parent 2f0f2b135d
commit 6d815d674f
3 changed files with 11 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/power-profiles-daemon-0.9.0.tar.xz
SOURCES/power-profiles-daemon-0.10.0.tar.xz

View File

@ -1 +1 @@
70c52d74aeaa04e750c62aca9b1bcb0f2040923e SOURCES/power-profiles-daemon-0.9.0.tar.xz
4df0854aad78f90fafb3092a11269985041230ad SOURCES/power-profiles-daemon-0.10.0.tar.xz

View File

@ -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 <bnocera@redhat.com> - 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 <bnocera@redhat.com> - 0.9.0-1
+ power-profiles-daemon-0.9.0-1
- Update to 0.9.0