|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: powerdevil
|
|
|
|
|
Version: 5.27.10
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Manages the power consumption settings of a Plasma Shell
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
@ -64,6 +64,8 @@ BuildRequires: xcb-util-wm-devel
|
|
|
|
|
|
|
|
|
|
%ifnarch s390 s390x
|
|
|
|
|
BuildRequires: libddcutil-devel
|
|
|
|
|
# udev rules
|
|
|
|
|
Requires: ddcutil
|
|
|
|
|
%global DDCUTIL ON
|
|
|
|
|
%else
|
|
|
|
|
%global DDCUTIL OFF
|
|
|
|
@ -133,6 +135,9 @@ rm -fv %{buildroot}/%{_libdir}/libpowerdevil{configcommonprivate,core,ui}.so
|
|
|
|
|
%{_kf5_qtplugindir}/powerdevil/action/powerdevil_*.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Feb 23 2024 Alessandro Astone <ales.astone@gmail.com> - 5.27.10-3
|
|
|
|
|
- Require ddcutil for udev rules
|
|
|
|
|
|
|
|
|
|
* Mon Feb 19 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.10-2
|
|
|
|
|
- Backport keyboard backlit patch from upstream
|
|
|
|
|
|
|
|
|
|