Skip to content

Commit

Permalink
package 0.1.5-2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed May 19, 2022
1 parent ecd5d70 commit 596ed25
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
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
27 changes: 23 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
]
}
},
Expand All @@ -50,7 +69,7 @@
"changelog": {
"urgency": "medium",
"version": "0.1.5",
"buildVersion": "1",
"buildVersion": "2",
"ignore": [],
"date": null,
"packager": "Joshua Boudreau <[email protected]>",
Expand Down
2 changes: 2 additions & 0 deletions packaging/el8/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions packaging/focal/changelog
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
Expand Down

0 comments on commit 596ed25

Please sign in to comment.