From 354a6ea41ed2d4b3755d3b3469a1fc8e958b5113 Mon Sep 17 00:00:00 2001 From: Brendan Shephard Date: Sat, 18 May 2024 09:33:10 +1000 Subject: [PATCH] Use dnf instead of rpm This change updates the hotfix docs to use the dnf command instead of rpm directly Signed-off-by: Brendan Shephard --- docs/assemblies/proc_hotfixing-the-data-plane-rpm-content.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/assemblies/proc_hotfixing-the-data-plane-rpm-content.adoc b/docs/assemblies/proc_hotfixing-the-data-plane-rpm-content.adoc index 92d259a52..1b0430eb0 100644 --- a/docs/assemblies/proc_hotfixing-the-data-plane-rpm-content.adoc +++ b/docs/assemblies/proc_hotfixing-the-data-plane-rpm-content.adoc @@ -34,10 +34,9 @@ Repeat this step for each data plane node that the hotfix must be applied to. + ---- $ ssh @ -$ sudo rpm -F /tmp//rpms/*.rpm +$ sudo dnf in -y /tmp//rpms/*.rpm ---- + -* The `-F` (`--freshen`) `rpm` command option updates the RPM content if earlier versions are already installed. * Replace `` with the SSH user name. * Replace `` with the hostname or IP for the data plane node. * Replace `` with a hotfix identifier such as a Jira issue, for example `osprh-0000`.