generated from ublue-os/udev-rules
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add powerstat and a just command to use it (#268)
- Loading branch information
Showing
2 changed files
with
9 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
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,7 +1,7 @@ | ||
Name: ublue-os-just | ||
Packager: ublue-os | ||
Vendor: ublue-os | ||
Version: 0.31 | ||
Version: 0.32 | ||
Release: 1%{?dist} | ||
Summary: ublue-os just integration | ||
License: MIT | ||
|
@@ -10,6 +10,7 @@ URL: https://github.com/ublue-os/config | |
BuildArch: noarch | ||
Requires: just | ||
Requires: ublue-os-luks | ||
Requires: powerstat | ||
|
||
Source0: ublue-os-just.sh | ||
Source1: 00-default.just | ||
|
@@ -107,6 +108,9 @@ just --completions bash | sed -E 's/([\(_" ])just/\1ujust/g' > %{_datadir}/bash- | |
chmod 644 %{_datadir}/bash-completion/completions/ujust | ||
|
||
%changelog | ||
* Wed May 01 2024 Kyle Gospodnetich <[email protected]> - 0.32 | ||
- Add powerstat | ||
|
||
* Mon Apr 30 2024 Benjamin Sherman <[email protected]> - 0.31 | ||
- Add LUKS TPM autounlock support | ||
|
||
|