Skip to content

Commit

Permalink
package 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed May 11, 2023
1 parent 7813389 commit 47de561
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 12 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.11-1
## Cockpit Identities 0.1.12-1

* Fix parsing regex for Safari
* remove all regex lookbehinds
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ sudo apt install cockpit-identities
### Direct from .deb
Installing this way may work for other versions of Ubuntu and Debian, but it is unsupported. You won't get automatic updates this way.
```bash
curl -LO https://github.com/45Drives/cockpit-identities/releases/download/v0.1.11/cockpit-identities_0.1.11-1focal_all.deb
sudo apt install ./cockpit-identities_0.1.11-1focal_all.deb
curl -LO https://github.com/45Drives/cockpit-identities/releases/download/v0.1.12/cockpit-identities_0.1.12-1focal_all.deb
sudo apt install ./cockpit-identities_0.1.12-1focal_all.deb
```
## Rocky 8
### From 45Drives Repo (Recommended, Rocky 8 only)
Expand All @@ -52,7 +52,7 @@ sudo dnf install cockpit-identities
Installing this way may work for other versions of Rocky/Centos/RHEL/Fedora/etc, but it is unsupported. You won't get automatic updates this way.
```bash
# dnf or yum
sudo dnf install https://github.com/45Drives/cockpit-identities/releases/download/v0.1.11/cockpit-identities-0.1.11-1.el8.noarch.rpm
sudo dnf install https://github.com/45Drives/cockpit-identities/releases/download/v0.1.12/cockpit-identities-0.1.12-1.el8.noarch.rpm
```
## Generic Installation
1. Install Dependencies
Expand Down Expand Up @@ -89,9 +89,9 @@ openssh
```
2. Download pre-built archive and install
```bash
curl -LO https://github.com/45Drives/cockpit-identities/releases/download/v0.1.11/cockpit-identities_0.1.11_generic.zip
unzip cockpit-identities_0.1.11_generic.zip
cd cockpit-identities_0.1.11_generic
curl -LO https://github.com/45Drives/cockpit-identities/releases/download/v0.1.12/cockpit-identities_0.1.12_generic.zip
unzip cockpit-identities_0.1.12_generic.zip
cd cockpit-identities_0.1.12_generic
# no need to run `make` first, the plugin is pre-built
sudo make install
```
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "cockpit-identities",
"title": "Cockpit Identities",
"prerelease": false,
"version": "0.1.11",
"version": "0.1.12",
"buildVersion": "1",
"author": "Joshua Boudreau <[email protected]>",
"url": "https://github.com/45Drives/cockpit-identities",
Expand Down Expand Up @@ -72,7 +72,7 @@
],
"changelog": {
"urgency": "medium",
"version": "0.1.11",
"version": "0.1.12",
"buildVersion": "1",
"ignore": [],
"date": null,
Expand Down
4 changes: 3 additions & 1 deletion 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 11 2023 Joshua Boudreau <[email protected]> 0.1.12-1
- remove all regex lookbehinds
* Thu May 11 2023 Joshua Boudreau <[email protected]> 0.1.11-1
- Fix parsing regex for Safari
* Wed Jul 06 2022 Joshua Boudreau <[email protected]> 0.1.10-1
Expand Down Expand Up @@ -64,4 +66,4 @@ make DESTDIR=%{buildroot} install
- Implemented password expiry period
- Added ability to terminate user session
* Mon Apr 25 2022 Joshua Boudreau <[email protected]> 0.1.0-1
- first build
- first build
8 changes: 7 additions & 1 deletion packaging/focal/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
cockpit-identities (0.1.12-1focal) focal; urgency=medium

* remove all regex lookbehinds

-- Joshua Boudreau <[email protected]> Thu, 11 May 2023 13:46:52 -0300

cockpit-identities (0.1.11-1focal) focal; urgency=medium

* Fix parsing regex for Safari
Expand Down Expand Up @@ -87,4 +93,4 @@ cockpit-identities (0.1.0-1focal) focal; urgency=medium

* first build

-- Joshua Boudreau <[email protected]> Mon, 25 Apr 2022 14:00:52 -0300
-- Joshua Boudreau <[email protected]> Mon, 25 Apr 2022 14:00:52 -0300

0 comments on commit 47de561

Please sign in to comment.