fix polkit fix in previous commit [release 1.0.0-3mamba;Wed Jun 12 2024]
This commit is contained in:
parent
78dc40ef88
commit
03e0608dc2
@ -1,6 +1,6 @@
|
|||||||
Name: cpupower-gui
|
Name: cpupower-gui
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: A graphical program that is used to change the scaling frequency limits of the cpu
|
Summary: A graphical program that is used to change the scaling frequency limits of the cpu
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -40,7 +40,7 @@ cpupower-gui is a graphical program that is used to change the scaling frequency
|
|||||||
|
|
||||||
%find_lang %{name} || touch %{name}.lang
|
%find_lang %{name} || touch %{name}.lang
|
||||||
|
|
||||||
sed -i "s|wheel|sysadmin|" %{buildroot}%{_datadir}/polkit-1/actions/org.rnd2.cpupower-gui.policy
|
sed -i "s|wheel|sysadmin|" %{buildroot}%{_datadir}/polkit-1/rules.d/org.rnd2.cpupower-gui.rules
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -87,6 +87,9 @@ sed -i "s|wheel|sysadmin|" %{buildroot}%{_datadir}/polkit-1/actions/org.rnd2.cpu
|
|||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 12 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-3mamba
|
||||||
|
- fix polkit fix in previous commit
|
||||||
|
|
||||||
* Wed Jun 12 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-2mamba
|
* Wed Jun 12 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-2mamba
|
||||||
- replace wheel group with sysadmin in polkit policy file
|
- replace wheel group with sysadmin in polkit policy file
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user