File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## 2FA module 1.2.1-2
1+ ## 2FA module 1.2.1-3
22
3- * fix: add permissions for release job
3+ * fix: use explicit cockpit deps for debian to avoid network-manager
Original file line number Diff line number Diff line change 44 "title" : " 2FA module" ,
55 "stable" : true ,
66 "version" : " 1.2.1" ,
7- "build_number" : " 2 " ,
7+ "build_number" : " 3 " ,
88 "author" : " Rachit Hans <rhans@45drives.com>" ,
99 "git_url" : " https://github.com/45Drives/cockpit-zfs-45d" ,
1010 "license" : " GPL-3.0+" ,
2929 " python3" ,
3030 " python3-pip" ,
3131 " google-authenticator"
32+ ],
33+ "debian_common" : [
34+ " cockpit-ws" ,
35+ " cockpit-bridge" ,
36+ " cockpit-system" ,
37+ " cockpit-storaged" ,
38+ " cockpit-packagekit" ,
39+ " python3" ,
40+ " python3-pip" ,
41+ " libpam-google-authenticator"
3242 ]
3343 },
3444 "builds" : [
7080 "changelog" : {
7181 "urgency" : " medium" ,
7282 "version" : " 1.2.1" ,
73- "build_number" : " 2 " ,
83+ "build_number" : " 3 " ,
7484 "date" : null ,
7585 "packager" : " Rachit Hans <rhans@45drives.com>" ,
7686 "changes" : []
Original file line number Diff line number Diff line change 1+ cockpit-2fa (1.2.1-3bookworm) bookworm; urgency=medium
2+
3+ * fix: use explicit cockpit deps for debian to avoid network-manager
4+
5+ -- Rachit Hans <rhans@45drives.com> Wed, 08 Jul 2026 14:38:16 -0300
6+
17cockpit-2fa (1.2.1-2bookworm) bookworm; urgency=medium
28
39 * fix: add permissions for release job
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ Vcs-Git: {{ git_url }}
99
1010Package: {{ name }}
1111Architecture: {{ architecture.ubuntu }}
12- Depends: {{ dependencies.ubuntu_common | join(',') }}
12+ Depends: {{ dependencies.debian_common | join(',') }}
1313Description: {{ description }}
Original file line number Diff line number Diff line change 1+ cockpit-2fa (1.2.1-3trixie) trixie; urgency=medium
2+
3+ * fix: use explicit cockpit deps for debian to avoid network-manager
4+
5+ -- Rachit Hans <rhans@45drives.com> Wed, 08 Jul 2026 14:38:16 -0300
6+
17cockpit-2fa (1.2.1-2trixie) trixie; urgency=medium
28
39 * fix: add permissions for release job
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ Vcs-Git: {{ git_url }}
99
1010Package: {{ name }}
1111Architecture: {{ architecture.ubuntu }}
12- Depends: {{ dependencies.ubuntu_common | join(',') }}
12+ Depends: {{ dependencies.debian_common | join(',') }}
1313Description: {{ description }}
Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ find /home /root -name ".google_authenticator" -exec rm -f {} \; 2>/dev/null
6969
7070
7171%changelog
72+ * Wed Jul 08 2026 Rachit Hans <rhans @45drives.com > 1.2.1-3
73+ - fix: use explicit cockpit deps for debian to avoid network-manager
7274* Wed Jul 08 2026 Rachit Hans <rhans @45drives.com > 1.2.1-2
7375- fix: add permissions for release job
7476* Wed Jul 08 2026 Rachit Hans <rhans @45drives.com > 1.2.1-1
Original file line number Diff line number Diff line change @@ -63,6 +63,8 @@ find /home /root -name ".google_authenticator" -exec rm -f {} \; 2>/dev/null
6363
6464
6565%changelog
66+ * Wed Jul 08 2026 Rachit Hans <rhans @45drives.com > 1.2.1-3
67+ - fix: use explicit cockpit deps for debian to avoid network-manager
6668* Wed Jul 08 2026 Rachit Hans <rhans @45drives.com > 1.2.1-2
6769- fix: add permissions for release job
6870* Wed Jul 08 2026 Rachit Hans <rhans @45drives.com > 1.2.1-1
Original file line number Diff line number Diff line change 1+ cockpit-2fa (1.2.1-3focal) focal; urgency=medium
2+
3+ * fix: use explicit cockpit deps for debian to avoid network-manager
4+
5+ -- Rachit Hans <rhans@45drives.com> Wed, 08 Jul 2026 14:38:16 -0300
6+
17cockpit-2fa (1.2.1-2focal) focal; urgency=medium
28
39 * fix: add permissions for release job
Original file line number Diff line number Diff line change 1+ cockpit-2fa (1.2.1-3jammy) jammy; urgency=medium
2+
3+ * fix: use explicit cockpit deps for debian to avoid network-manager
4+
5+ -- Rachit Hans <rhans@45drives.com> Wed, 08 Jul 2026 14:38:16 -0300
6+
17cockpit-2fa (1.2.1-2jammy) jammy; urgency=medium
28
39 * fix: add permissions for release job
You can’t perform that action at this time.
0 commit comments