Skip to content

Commit 47de561

Browse files
committed
package 0.1.12
1 parent 7813389 commit 47de561

File tree

5 files changed

+20
-12
lines changed

5 files changed

+20
-12
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## Cockpit Identities 0.1.11-1
1+
## Cockpit Identities 0.1.12-1
22

3-
* Fix parsing regex for Safari
3+
* remove all regex lookbehinds

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ sudo apt install cockpit-identities
3939
### Direct from .deb
4040
Installing this way may work for other versions of Ubuntu and Debian, but it is unsupported. You won't get automatic updates this way.
4141
```bash
42-
curl -LO https://github.com/45Drives/cockpit-identities/releases/download/v0.1.11/cockpit-identities_0.1.11-1focal_all.deb
43-
sudo apt install ./cockpit-identities_0.1.11-1focal_all.deb
42+
curl -LO https://github.com/45Drives/cockpit-identities/releases/download/v0.1.12/cockpit-identities_0.1.12-1focal_all.deb
43+
sudo apt install ./cockpit-identities_0.1.12-1focal_all.deb
4444
```
4545
## Rocky 8
4646
### From 45Drives Repo (Recommended, Rocky 8 only)
@@ -52,7 +52,7 @@ sudo dnf install cockpit-identities
5252
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.
5353
```bash
5454
# dnf or yum
55-
sudo dnf install https://github.com/45Drives/cockpit-identities/releases/download/v0.1.11/cockpit-identities-0.1.11-1.el8.noarch.rpm
55+
sudo dnf install https://github.com/45Drives/cockpit-identities/releases/download/v0.1.12/cockpit-identities-0.1.12-1.el8.noarch.rpm
5656
```
5757
## Generic Installation
5858
1. Install Dependencies
@@ -89,9 +89,9 @@ openssh
8989
```
9090
2. Download pre-built archive and install
9191
```bash
92-
curl -LO https://github.com/45Drives/cockpit-identities/releases/download/v0.1.11/cockpit-identities_0.1.11_generic.zip
93-
unzip cockpit-identities_0.1.11_generic.zip
94-
cd cockpit-identities_0.1.11_generic
92+
curl -LO https://github.com/45Drives/cockpit-identities/releases/download/v0.1.12/cockpit-identities_0.1.12_generic.zip
93+
unzip cockpit-identities_0.1.12_generic.zip
94+
cd cockpit-identities_0.1.12_generic
9595
# no need to run `make` first, the plugin is pre-built
9696
sudo make install
9797
```

manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "cockpit-identities",
44
"title": "Cockpit Identities",
55
"prerelease": false,
6-
"version": "0.1.11",
6+
"version": "0.1.12",
77
"buildVersion": "1",
88
"author": "Joshua Boudreau <[email protected]>",
99
"url": "https://github.com/45Drives/cockpit-identities",
@@ -72,7 +72,7 @@
7272
],
7373
"changelog": {
7474
"urgency": "medium",
75-
"version": "0.1.11",
75+
"version": "0.1.12",
7676
"buildVersion": "1",
7777
"ignore": [],
7878
"date": null,

packaging/el8/main.spec

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ make DESTDIR=%{buildroot} install
2727
/usr/share/cockpit/identities/*
2828

2929
%changelog
30+
* Thu May 11 2023 Joshua Boudreau <[email protected]> 0.1.12-1
31+
- remove all regex lookbehinds
3032
* Thu May 11 2023 Joshua Boudreau <[email protected]> 0.1.11-1
3133
- Fix parsing regex for Safari
3234
* Wed Jul 06 2022 Joshua Boudreau <[email protected]> 0.1.10-1
@@ -64,4 +66,4 @@ make DESTDIR=%{buildroot} install
6466
- Implemented password expiry period
6567
- Added ability to terminate user session
6668
* Mon Apr 25 2022 Joshua Boudreau <[email protected]> 0.1.0-1
67-
- first build
69+
- first build

packaging/focal/changelog

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
cockpit-identities (0.1.12-1focal) focal; urgency=medium
2+
3+
* remove all regex lookbehinds
4+
5+
-- Joshua Boudreau <[email protected]> Thu, 11 May 2023 13:46:52 -0300
6+
17
cockpit-identities (0.1.11-1focal) focal; urgency=medium
28

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

8894
* first build
8995

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

0 commit comments

Comments
 (0)