Skip to content

Commit 992da7e

Browse files
committed
adding package support for trixie
1 parent f553738 commit 992da7e

8 files changed

Lines changed: 36 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
## 2FA module 1.1.0-9
1+
## 2FA module 1.2.0-1
22

3-
* Releasing to stable branch
4-
* relasing to stable repo
3+
* adding support for trixie package

manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"schema_version": "45D_AP_V2.0",
33
"name": "cockpit-2fa",
44
"title": "2FA module",
5-
"stable": true,
6-
"version": "1.1.0",
7-
"build_number": "9",
5+
"stable": false,
6+
"version": "1.2.0",
7+
"build_number": "1",
88
"author": "Rachit Hans <rhans@45drives.com>",
99
"git_url": "https://github.com/45Drives/cockpit-zfs-45d",
1010
"license": "GPL-3.0+",
@@ -69,10 +69,10 @@
6969
],
7070
"changelog": {
7171
"urgency": "medium",
72-
"version": "1.1.0",
73-
"build_number": "9",
72+
"version": "1.2.0",
73+
"build_number": "1",
7474
"date": null,
7575
"packager": "Rachit Hans <rhans@45drives.com>",
7676
"changes": []
7777
}
78-
}
78+
}

packaging/debian-bookworm/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
cockpit-2fa (1.2.0-1bookworm) bookworm; urgency=medium
2+
3+
* adding support for trixie package
4+
5+
-- Rachit Hans <rhans@45drives.com> Mon, 06 Jul 2026 09:12:09 -0300
6+
17
cockpit-2fa (1.1.0-9bookworm) bookworm; urgency=medium
28

39
* Releasing to stable branch

packaging/debian-trixie/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
cockpit-2fa (1.2.0-1trixie) trixie; urgency=medium
2+
3+
* adding support for trixie package
4+
5+
-- Rachit Hans <rhans@45drives.com> Mon, 06 Jul 2026 09:12:09 -0300
6+
17
cockpit-2fa (1.1.0-8trixie) trixie; urgency=medium
28

39
* build pacakge + remove googleautheticator files from all users

packaging/rocky-el8/main.spec.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ find /home /root -name ".google_authenticator" -exec rm -f {} \; 2>/dev/null
6969

7070

7171
%changelog
72+
* Mon Jul 06 2026 Rachit Hans <rhans@45drives.com> 1.2.0-1
73+
- adding support for trixie package
7274
* Tue Sep 02 2025 Rachit Hans <rhans@45drives.com> 1.1.0-9
7375
- Releasing to stable branch
7476
- relasing to stable repo

packaging/rocky-el9/main.spec.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ find /home /root -name ".google_authenticator" -exec rm -f {} \; 2>/dev/null
6363

6464

6565
%changelog
66+
* Mon Jul 06 2026 Rachit Hans <rhans@45drives.com> 1.2.0-1
67+
- adding support for trixie package
6668
* Tue Sep 02 2025 Rachit Hans <rhans@45drives.com> 1.1.0-9
6769
- Releasing to stable branch
6870
- relasing to stable repo

packaging/ubuntu-focal/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
cockpit-2fa (1.2.0-1focal) focal; urgency=medium
2+
3+
* adding support for trixie package
4+
5+
-- Rachit Hans <rhans@45drives.com> Mon, 06 Jul 2026 09:12:09 -0300
6+
17
cockpit-2fa (1.1.0-9focal) focal; urgency=medium
28

39
* Releasing to stable branch

packaging/ubuntu-jammy/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
cockpit-2fa (1.2.0-1jammy) jammy; urgency=medium
2+
3+
* adding support for trixie package
4+
5+
-- Rachit Hans <rhans@45drives.com> Mon, 06 Jul 2026 09:12:09 -0300
6+
17
cockpit-2fa (1.1.0-9jammy) jammy; urgency=medium
28

39
* Releasing to stable branch

0 commit comments

Comments
 (0)