From f1bfd9652c0f1ae51fa929d6e37db3e023914f49 Mon Sep 17 00:00:00 2001 From: Trey Dockendorf Date: Tue, 12 May 2026 09:46:12 -0400 Subject: [PATCH 1/2] Document rclone dependency change Fixes #1359 --- source/installation/install-software.rst | 23 ++++++++++++++++++++- source/release-notes/v4.2-release-notes.rst | 4 ++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/source/installation/install-software.rst b/source/installation/install-software.rst index 3aa2a4bd6..b348ea43b 100644 --- a/source/installation/install-software.rst +++ b/source/installation/install-software.rst @@ -163,7 +163,28 @@ Open OnDemand uses these packages, among many others. sudo dnf install ondemand -3. Start services +3. Install optional packages +---------------------------- + + .. note:: + + In order to utilize rclone, the necessary package must be installed. + + .. tabs:: + + .. tab:: RHEL/Rocky/AlmaLinux + + .. code-block:: sh + + sudo dnf install rclone + + .. tab:: Ubuntu & Debian + + .. code-block:: sh + + sudo apt install rclone + +4. Start services ----------------- .. tabs:: diff --git a/source/release-notes/v4.2-release-notes.rst b/source/release-notes/v4.2-release-notes.rst index b0439f8cb..68000ee62 100644 --- a/source/release-notes/v4.2-release-notes.rst +++ b/source/release-notes/v4.2-release-notes.rst @@ -48,6 +48,10 @@ This release updates the following dependencies: - NGINX 1.28.0 - ondemand-dex 2.45.1 +Removed the following direct dependencies: + +- rclone - If you require rclone it must now be installed independently of OnDemand. + Ubuntu and Debian repository signing change ------------------------------------------- From 3f0e26a7be86740063de50c59aaef4cee7bc7411 Mon Sep 17 00:00:00 2001 From: Trey Dockendorf Date: Tue, 12 May 2026 10:31:27 -0400 Subject: [PATCH 2/2] Do not add to 4.2 release notes --- source/release-notes/v4.2-release-notes.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/release-notes/v4.2-release-notes.rst b/source/release-notes/v4.2-release-notes.rst index 68000ee62..b0439f8cb 100644 --- a/source/release-notes/v4.2-release-notes.rst +++ b/source/release-notes/v4.2-release-notes.rst @@ -48,10 +48,6 @@ This release updates the following dependencies: - NGINX 1.28.0 - ondemand-dex 2.45.1 -Removed the following direct dependencies: - -- rclone - If you require rclone it must now be installed independently of OnDemand. - Ubuntu and Debian repository signing change -------------------------------------------