From 60bda5dcfbce2e470e2b6e790d9dfd03166f6c6f Mon Sep 17 00:00:00 2001 From: joshuaboud Date: Mon, 10 Jun 2024 18:21:31 -0300 Subject: [PATCH] Package v4.0.0 --- .github/workflows/build-packages.yml | 2 +- CHANGELOG.md | 5 ++--- manifest.json | 6 +++--- packaging/el8/main.spec | 4 +++- packaging/focal/changelog | 6 ++++++ 5 files changed, 15 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-packages.yml b/.github/workflows/build-packages.yml index 7f29909..88726f2 100644 --- a/.github/workflows/build-packages.yml +++ b/.github/workflows/build-packages.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Package Binaries - run: build-packages ${{github.repository}} ${{github.workspace}} --env NPM_AUTH_TOKEN ${{secrets.NPM_AUTH_PAT}} + run: build-packages ${{github.repository}} ${{github.workspace}} --env YARN_IGNORE_NODE 1 - name: Set Variables if: startsWith(github.ref, 'refs/tags/') run: | diff --git a/CHANGELOG.md b/CHANGELOG.md index fee0489..1dd5b42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,3 @@ -## Cockpit File Sharing 3.3.7-1 +## Cockpit File Sharing 4.0.0-1 -* Samba - fix saving global advanced settings with '=' in their value -* NFS - better whitespace handling while parsing exports file \ No newline at end of file +* Complete rewrite for better maintainability and expansion \ No newline at end of file diff --git a/manifest.json b/manifest.json index b2a022c..8ba7de2 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "cockpit-file-sharing", "title": "Cockpit File Sharing", "prerelease": true, - "version": "3.3.7", + "version": "4.0.0", "buildVersion": "1", "author": "Josh Boudreau ", "url": "https://github.com/45Drives/cockpit-file-sharing", @@ -65,11 +65,11 @@ ], "changelog": { "urgency": "medium", - "version": "3.3.7", + "version": "4.0.0", "buildVersion": "1", "ignore": [], "date": null, "packager": "Josh Boudreau ", "changes": [] } -} +} \ No newline at end of file diff --git a/packaging/el8/main.spec b/packaging/el8/main.spec index 8470d82..26b18dc 100644 --- a/packaging/el8/main.spec +++ b/packaging/el8/main.spec @@ -27,6 +27,8 @@ make DESTDIR=%{buildroot} install /usr/share/cockpit/file-sharing/* %changelog +* Mon Jun 10 2024 Joshua Boudreau 4.0.0-1 +- Complete rewrite for better maintainability and expansion * Tue Apr 23 2024 Joshua Boudreau 3.3.7-1 - Samba - fix saving global advanced settings with '=' in their value - NFS - better whitespace handling while parsing exports file @@ -182,4 +184,4 @@ make DESTDIR=%{buildroot} install * Wed Aug 11 2021 Sam Silver 2.0.0-1 - A code refactor and UI redesign of NFS Manager. * Mon Jul 05 2021 Sam Silver 1.0.0-1 -- Initial packaging +- Initial packaging \ No newline at end of file diff --git a/packaging/focal/changelog b/packaging/focal/changelog index a12da89..a2deb4f 100644 --- a/packaging/focal/changelog +++ b/packaging/focal/changelog @@ -1,3 +1,9 @@ +cockpit-file-sharing (4.0.0-1focal) focal; urgency=medium + + * Complete rewrite for better maintainability and expansion + + -- Joshua Boudreau Mon, 10 Jun 2024 15:19:05 -0300 + cockpit-file-sharing (3.3.7-1focal) focal; urgency=medium * Samba - fix saving global advanced settings with '=' in their value