generated from ublue-os/udev-rules
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(just): make toggle-updates check if ublue-update is installed (#284)
* fix(just): make toggle-updates smarter It will now toggle the auto update services relevant for the system depending on ublue-update being present or not. * chore: update version number of just.spec * chore: change if condition for CURRENT_STATE to use systemctl -q flag
- Loading branch information
1 parent
a1c0ec7
commit 4b7aa2b
Showing
2 changed files
with
15 additions
and
6 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
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.34 | ||
Version: 0.35 | ||
Release: 1%{?dist} | ||
Summary: ublue-os just integration | ||
License: MIT | ||
|
@@ -109,6 +109,9 @@ just --completions bash | sed -E 's/([\(_" ])just/\1ujust/g' > %{_datadir}/bash- | |
chmod 644 %{_datadir}/bash-completion/completions/ujust | ||
|
||
%changelog | ||
* Fri May 31 2024 HikariKnight <[email protected]> - 0.35 | ||
- Make toggle-updates smarter and detect if ublue-update is installed | ||
|
||
* Sat May 18 2024 m2Giles <[email protected]> - 0.34 | ||
- Fix missing sourcefile for just split out | ||
|
||
|