+ power-profiles-daemon-0.10.0-1
Update to 0.10.0 Resolves: rhbz#2011233
This commit is contained in:
parent
9211f9e749
commit
06da78cbe8
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/power-profiles-daemon-0.8.tar.xz
|
||||
/power-profiles-daemon-0.8.1.tar.xz
|
||||
/power-profiles-daemon-0.9.0.tar.xz
|
||||
/power-profiles-daemon-0.10.0.tar.xz
|
||||
|
||||
@ -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
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (power-profiles-daemon-0.9.0.tar.xz) = 1e3ac218e521ce9eac3f907ec1a797912c9f081cbd7bd21f6741bda2d2dc2098e85232457694729b9c5ba39c92dc45d5f7ac053784eeb0cb494b95e1d63bc365
|
||||
SHA512 (power-profiles-daemon-0.10.0.tar.xz) = eb72032da4d5498081b61ace48726cde9cf2d582374d2785d1caf3408a5431224f80695c478c797508e562eacdb57f280add70513d4dd6389beced3d6f218696
|
||||
|
||||
Loading…
Reference in New Issue
Block a user