-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: pixelbook-scripts | ||
Version: 1.0.7 | ||
Version: 1.0.8 | ||
Release: 1%{?dist} | ||
Summary: Scripts for interacting with pixelbook backlights and touchpad | ||
License: WTFPL | ||
|
@@ -65,6 +65,9 @@ install -m 0644 %{SOURCE7} %{buildroot}%{_userunitdir}/ | |
/%{_userunitdir}/* | ||
|
||
%changelog | ||
* Tue Aug 02 2022 Jason Montleon <[email protected]> - 1.0.8-1 | ||
- Stop keyboard backlight service from failing | ||
|
||
* Wed May 18 2022 Jason Montleon <[email protected]> - 1.0.7-1 | ||
- Implement jack detection workaround using ACPI | ||
- Start running scripts with user systemd services | ||
|