-
Notifications
You must be signed in to change notification settings - Fork 8
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
1 parent
ecd5d70
commit 596ed25
Showing
4 changed files
with
33 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
## Cockpit Identities 0.1.5-1 | ||
## Cockpit Identities 0.1.5-2 | ||
|
||
* store dark mode in cockpit.localStorage so it is synchronized across plugins | ||
* Add package dependencies |
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"title": "Cockpit Identities", | ||
"prerelease": true, | ||
"version": "0.1.5", | ||
"buildVersion": "1", | ||
"buildVersion": "2", | ||
"author": "Joshua Boudreau <[email protected]>", | ||
"url": "https://github.com/45Drives/cockpit-identities", | ||
"category": "utils", | ||
|
@@ -25,13 +25,32 @@ | |
"deb": { | ||
"generic": [ | ||
"cockpit", | ||
"smbclient" | ||
"bash", | ||
"coreutils", | ||
"hostname", | ||
"libc-bin", | ||
"passwd", | ||
"psmisc", | ||
"samba", | ||
"samba-common-bin", | ||
"sudo", | ||
"util-linux" | ||
] | ||
}, | ||
"el": { | ||
"generic": [ | ||
"cockpit", | ||
"samba-client" | ||
"bash", | ||
"coreutils", | ||
"glibc-common", | ||
"hostname", | ||
"passwd", | ||
"psmisc", | ||
"samba-common-tools", | ||
"shadow-utils", | ||
"sudo", | ||
"util-linux", | ||
"util-linux-user" | ||
] | ||
} | ||
}, | ||
|
@@ -50,7 +69,7 @@ | |
"changelog": { | ||
"urgency": "medium", | ||
"version": "0.1.5", | ||
"buildVersion": "1", | ||
"buildVersion": "2", | ||
"ignore": [], | ||
"date": null, | ||
"packager": "Joshua Boudreau <[email protected]>", | ||
|
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 |
---|---|---|
|
@@ -27,6 +27,8 @@ make DESTDIR=%{buildroot} install | |
/usr/share/cockpit/identities/* | ||
|
||
%changelog | ||
* Thu May 19 2022 Joshua Boudreau <[email protected]> 0.1.5-2 | ||
- Add package dependencies | ||
* Thu May 19 2022 Joshua Boudreau <[email protected]> 0.1.5-1 | ||
- store dark mode in cockpit.localStorage so it is synchronized across plugins | ||
* Fri May 06 2022 Joshua Boudreau <[email protected]> 0.1.4-1 | ||
|
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,3 +1,9 @@ | ||
cockpit-identities (0.1.5-2focal) focal; urgency=medium | ||
|
||
* Add package dependencies | ||
|
||
-- Joshua Boudreau <[email protected]> Thu, 19 May 2022 11:14:43 -0300 | ||
|
||
cockpit-identities (0.1.5-1focal) focal; urgency=medium | ||
|
||
* store dark mode in cockpit.localStorage so it is synchronized across plugins | ||
|