replace group wheel with sysadmin in polkit rules file [release 1.14.8-2mamba;Wed Jun 12 2024]
This commit is contained in:
parent
5951805b1e
commit
f9dc03714e
@ -1,6 +1,6 @@
|
||||
Name: flatpak
|
||||
Version: 1.14.8
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Linux application sandboxing and distribution framework
|
||||
Group: System/Management
|
||||
Vendor: openmamba
|
||||
@ -86,6 +86,7 @@ cat > %{buildroot}%{_sysconfdir}/profile.d/flatpak-bindir.sh << _EOF
|
||||
export PATH=\$PATH:/var/lib/flatpak/exports/bin
|
||||
_EOF
|
||||
|
||||
sed -i "s|wheel|sysadmin|" %{buildroot}%{_datadir}/polkit-1/rules.d/org.freedesktop.Flatpak.rules
|
||||
|
||||
%find_lang %{name} || touch %{name}.lang
|
||||
|
||||
@ -153,6 +154,9 @@ _EOF
|
||||
%doc NEWS README.md
|
||||
|
||||
%changelog
|
||||
* Wed Jun 12 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.14.8-2mamba
|
||||
- replace group wheel with sysadmin in polkit rules file
|
||||
|
||||
* Tue Apr 30 2024 Automatic Build System <autodist@openmamba.org> 1.14.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user