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- ## s3-browser 1.2.8 -1
1+ ## s3-browser 1.2.9 -1
22
3- * Packaging cleanup and removal of debian-trixie target
4- * Simplified RPM spec files for rocky-el8 and rocky-el9
3+ * fix: use explicit cockpit deps for debian to avoid network-manager
Original file line number Diff line number Diff line change 33 "name" : " cockpit-s3-browser" ,
44 "title" : " s3-browser" ,
55 "stable" : true ,
6- "version" : " 1.2.8 " ,
6+ "version" : " 1.2.9 " ,
77 "build_number" : " 1" ,
88 "author" : " Rachit Hans <rhans@45drives.com>" ,
99 "git_url" : " https://github.com/45Drives/cockpit-s3-browser" ,
2929 " python3" ,
3030 " python3-pip" ,
3131 " python3-botocore"
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+ " python3-botocore"
3242 ]
3343 },
3444 "builds" : [
6474 ],
6575 "changelog" : {
6676 "urgency" : " medium" ,
67- "version" : " 1.2.8 " ,
77+ "version" : " 1.2.9 " ,
6878 "build_number" : " 1" ,
6979 "date" : null ,
7080 "packager" : " Rachit Hans <rhans@45drives.com>" ,
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-s3-browser (1.2.9-1trixie) 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 19:21:59 -0300
6+
17cockpit-s3-browser (1.2.8-1trixie) trixie; urgency=medium
28
39 * Packaging cleanup and removal of debian-trixie target
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 @@ -28,6 +28,8 @@ make DESTDIR=%{buildroot} install
2828/opt/45drives/houston/s3Navigator/*
2929
3030%changelog
31+ * Wed Jul 08 2026 Rachit Hans <rhans @45drives.com > 1.2.9-1
32+ - fix: use explicit cockpit deps for debian to avoid network-manager
3133* Tue Jul 07 2026 Rachit Hans <rhans @45drives.com > 1.2.8-1
3234- Packaging cleanup and removal of debian-trixie target
3335- Simplified RPM spec files for rocky-el8 and rocky-el9
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ make DESTDIR=%{buildroot} install
2929
3030
3131%changelog
32+ * Wed Jul 08 2026 Rachit Hans <rhans @45drives.com > 1.2.9-1
33+ - fix: use explicit cockpit deps for debian to avoid network-manager
3234* Tue Jul 07 2026 Rachit Hans <rhans @45drives.com > 1.2.8-1
3335- Packaging cleanup and removal of debian-trixie target
3436- Simplified RPM spec files for rocky-el8 and rocky-el9
Original file line number Diff line number Diff line change 1+ cockpit-s3-browser (1.2.9-1focal) 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 19:21:59 -0300
6+
17cockpit-s3-browser (1.2.8-1focal) focal; urgency=medium
28
39 * Packaging cleanup and removal of debian-trixie target
Original file line number Diff line number Diff line change 1+ cockpit-s3-browser (1.2.9-1jammy) 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 19:21:59 -0300
6+
17cockpit-s3-browser (1.2.8-1jammy) jammy; urgency=medium
28
39 * Packaging cleanup and removal of debian-trixie target
You can’t perform that action at this time.
0 commit comments