mirror of https://github.com/fairyglade/ly.git
Added setting wayland_specifier
This commit is contained in:
parent
b5f821078e
commit
f8fa0abffa
10
ly.spec
10
ly.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: ly
|
||||
Version: 0.5.3
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: a TUI display manager
|
||||
|
||||
License: WTFPL
|
||||
|
|
@ -28,7 +28,10 @@ Ly is a lightweight TUI (ncurses-like) display manager for Linux and BSD.
|
|||
%build
|
||||
%make_build
|
||||
mv -f res/config.ini config.ini_orig
|
||||
awk '{print}/#save_file/{print "save_file = %{_sharedstatedir}/%{name}/save"}' config.ini_orig > res/config.ini
|
||||
awk '{print}
|
||||
/#save_file/{print "save_file = %{_sharedstatedir}/%{name}/save"}
|
||||
/#wayland_specifier/{print "wayland_specifier = true"}
|
||||
' config.ini_orig > res/config.ini
|
||||
|
||||
|
||||
%install
|
||||
|
|
@ -64,6 +67,9 @@ semanage fcontext --delete --type xdm_var_lib_t '%{_sharedstatedir}/%{name}' 2>/
|
|||
fi
|
||||
|
||||
%changelog
|
||||
* Fri Sep 30 2022 Jerzy Drozdz <jerzy.drozdz@jdsieci.pl> - 0.5.3-3
|
||||
- Added wayland_specifier = true
|
||||
|
||||
* Fri Sep 30 2022 Jerzy Drozdz <jerzy.drozdz@jdsieci.pl> - 0.5.3-2
|
||||
- Added setting SELinux contexts
|
||||
- Added configuration option for state files
|
||||
|
|
|
|||
Loading…
Reference in New Issue