Skip to content

Commit ac8da34

Browse files
committed
build focal,jammy,el8,el9,bookworm
1 parent 0814910 commit ac8da34

File tree

8 files changed

+33
-16
lines changed

8 files changed

+33
-16
lines changed

Diff for: CHANGELOG.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
## Cockpit File Sharing 4.2.9-1
1+
## Cockpit File Sharing 4.2.9-2
22

3-
* Defer applying Ceph options until apply button is clicked
4-
* Add shadow:localtime = yes to default shadow-copy share options
5-
* Auto hide tabs that aren't configured
6-
* Allow overriding tab visibility in user settings menu
7-
* Get PCS cluster nodes from corosync.conf since Ubuntu 20.04 pcs version does not have JSON output
3+
* bump build rev

Diff for: manifest.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "Cockpit File Sharing",
55
"description": "A cockpit module to make file sharing with Samba and NFS easier.",
66
"version": "4.2.9",
7-
"build_number": "1",
7+
"build_number": "2",
88
"stable": true,
99
"author": "Josh Boudreau <[email protected]>",
1010
"git_url": "https://github.com/45Drives/cockpit-file-sharing",
@@ -76,10 +76,9 @@
7676
"changelog": {
7777
"urgency": "medium",
7878
"version": "4.2.9",
79-
"buildVersion": "1",
80-
"ignore": [],
79+
"build_number": "2",
8180
"date": null,
8281
"packager": "Josh Boudreau <[email protected]>",
8382
"changes": []
8483
}
85-
}
84+
}

Diff for: packaging/debian-bookworm/changelog

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
cockpit-file-sharing (4.2.9-2bookworm) bookworm; urgency=medium
2+
3+
* bump build rev
4+
5+
-- Josh Boudreau <[email protected]> Tue, 25 Mar 2025 12:28:20 -0300
6+
17
cockpit-file-sharing (4.2.9-1bookworm) bookworm; urgency=medium
28

39
* Initial build for bookworm
410

5-
-- Brett Kelly <[email protected]> Thu, 06 Feb 2025 14:10:25 -0400
11+
-- Brett Kelly <[email protected]> Thu, 06 Feb 2025 14:10:25 -0400

Diff for: packaging/rocky-el8/main.spec.j2

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

3030
%changelog
31+
* Tue Mar 25 2025 Josh Boudreau <jboudreau@45drives.com> 4.2.9-2
32+
- bump build rev
3133
* Wed Nov 27 2024 Joshua Boudreau <jboudreau@45drives.com> 4.2.9-1
3234
- Defer applying Ceph options until apply button is clicked
3335
- Add shadow:localtime = yes to default shadow-copy share options
@@ -223,4 +225,4 @@ make DESTDIR=%{buildroot} install
223225
* Wed Aug 11 2021 Sam Silver <ssilver@45drives.com> 2.0.0-1
224226
- A code refactor and UI redesign of NFS Manager.
225227
* Mon Jul 05 2021 Sam Silver <ssilver@45drives.com> 1.0.0-1
226-
- Initial packaging
228+
- Initial packaging

Diff for: packaging/rocky-el9/main.spec.j2

+4-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
1919
%setup -q
2020

2121
%build
22-
make OS_PACKAGE_RELEASE=el8
22+
make OS_PACKAGE_RELEASE=el9
2323

2424
%install
2525
make DESTDIR=%{buildroot} install
@@ -28,5 +28,7 @@ make DESTDIR=%{buildroot} install
2828
/usr/share/cockpit/file-sharing/*
2929

3030
%changelog
31+
* Tue Mar 25 2025 Josh Boudreau <jboudreau@45drives.com> 4.2.9-2
32+
- bump build rev
3133
* Thu Feb 06 2025 Brett Kelly <bkelly@45drives.com> 4.2.9-1
32-
- Initial build for el9
34+
- Initial build for el9

Diff for: packaging/ubuntu-focal/changelog

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
cockpit-file-sharing (4.2.9-2focal) focal; urgency=medium
2+
3+
* bump build rev
4+
5+
-- Josh Boudreau <[email protected]> Tue, 25 Mar 2025 12:28:20 -0300
6+
17
cockpit-file-sharing (4.2.9-1focal) focal; urgency=medium
28

39
* Defer applying Ceph options until apply button is clicked
@@ -428,4 +434,4 @@ cockpit-file-sharing (1.0.0-1focal) focal; urgency=medium
428434

429435
* Initial packaging
430436

431-
-- Sam Silver <[email protected]> Mon, 05 Jul 2021 12:47:55 -0300
437+
-- Sam Silver <[email protected]> Mon, 05 Jul 2021 12:47:55 -0300

Diff for: packaging/ubuntu-jammy/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
cockpit-file-sharing (4.2.9-2jammy) jammy; urgency=medium
2+
3+
* bump build rev
4+
5+
-- Josh Boudreau <[email protected]> Tue, 25 Mar 2025 12:28:20 -0300
6+
17
cockpit-file-sharing (4.2.9-1jammy) jammy; urgency=medium
28

39
* Initial build for jammy

Diff for: packaging/ubuntu-jammy/rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# package maintainers to append LDFLAGS
1414
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
1515

16-
export OS_PACKAGE_RELEASE := focal
16+
export OS_PACKAGE_RELEASE := jammy
1717

1818
%:
1919
dh $@

0 commit comments

Comments
 (0)