- Fix package setting a wrong mode for /etc/security/limits.d.
- Drop unused rpmlint filter. OBS-URL: https://build.opensuse.org/package/show/games:tools/gamemode?expand=0&rev=37
This commit is contained in:
parent
ac5f905d60
commit
bf5693576a
@ -10,6 +10,3 @@ addFilter('gamemode.* unexpanded-macro %description -l C %command')
|
||||
|
||||
# Libgamemodeauto loads the dependency via dlopen, so it cannot be picked up automatically.
|
||||
addFilter('libgamemodeauto.* explicit-lib-dependency libgamemode')
|
||||
|
||||
# Libgamemodeauto actually has a % in its description.
|
||||
addFilter('libgamemodeauto.* unexpanded-macro %description -l C %command')
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 21 20:13:21 UTC 2023 - Matthias Bach <marix@marix.org>
|
||||
|
||||
- Fix package setting a wrong mode for /etc/security/limits.d.
|
||||
- Drop unused rpmlint filter.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 13 11:54:01 UTC 2023 - Matthias Bach <marix@marix.org>
|
||||
|
||||
|
@ -177,7 +177,8 @@ mv %{buildroot}/%{_datadir}/polkit-1/rules.d/gamemode.rules %{buildroot}/%{_data
|
||||
%{_datadir}/metainfo/io.github.feralinteractive.gamemode.metainfo.xml
|
||||
%{_mandir}/*/gamemoded*
|
||||
%{_sysusersdir}/%{name}.conf
|
||||
%config(noreplace) %{_sysconfdir}/security/limits.d
|
||||
%dir %{_sysconfdir}/security/limits.d
|
||||
%config(noreplace) %{_sysconfdir}/security/limits.d/10-gamemode.conf
|
||||
%doc example/gamemode.ini README.openSUSE
|
||||
%license LICENSE.txt
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user