-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package: Update data and changelog on fedora spec
Signed-off-by: Gonçalo Negrier Duarte <[email protected]>
- Loading branch information
1 parent
5e5dea3
commit b0604c3
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,12 +67,10 @@ install -D -m 0644 %{_builddir}/%{srcname}-%{version}/python/legion_linux/legion | |
%license LICENSE | ||
%{python3_sitelib}/%{libname} | ||
%{python3_sitelib}/%{libname}-%{version}.dist-info | ||
%{_bindir}/fancurve-set | ||
%{_bindir}/legion_cli | ||
%{_bindir}/legion_gui | ||
%{_datadir}/applications/legion_gui.desktop | ||
%{_datadir}/applications/legion_gui_user.desktop | ||
%{_datadir}/legion_linux/.env | ||
%{_datadir}/legion_linux/legiond.ini | ||
%{_datadir}/legion_linux/balanced-ac.yaml | ||
%{_datadir}/legion_linux/balanced-battery.yaml | ||
%{_datadir}/legion_linux/balanced-performance-ac.yaml | ||
|
@@ -95,5 +93,5 @@ echo "Command: sudo cp /usr/share/legion_linux /etc/legion_linux" | |
echo "After uninstall you can remover /etc/legion_linux to get rid of the configuration file!" | ||
|
||
%changelog | ||
* Apr 8 2024 Gonçalo Negrier Duarte <[email protected]> - 0.0.15 | ||
* Mon Apr 8 2024 Gonçalo Negrier Duarte <[email protected]> - 0.0.15 | ||
- Various fix to the gui and migrate to legiond daemon |