From 1dde5aff81f5508c25fb77b5beccba84e1993e83 Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Fri, 31 May 2024 12:11:43 -0500 Subject: [PATCH] Add less to install requirements The less binary is needed to handle paged output from awscli2. Resolves: RHEL-RHEL-39548 Signed-off-by: Major Hayden --- awscli2.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/awscli2.spec b/awscli2.spec index 7d5f43b..73a655f 100644 --- a/awscli2.spec +++ b/awscli2.spec @@ -4,7 +4,7 @@ Name: awscli2 Version: 2.15.31 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Universal Command Line Environment for AWS, version 2 # all files are licensed under Apache-2.0, except: @@ -20,6 +20,9 @@ BuildRequires: python3-devel BuildRequires: python-unversioned-command BuildRequires: procps-ng +# Needed for paging output from awscli2. See RHEL-14523. +Requires: less + Recommends: groff Provides: bundled(python3dist(botocore)) = 2.0.0 @@ -120,6 +123,9 @@ export OPENSSL_ENABLE_SHA1_SIGNATURES=yes %changelog +* Fri May 31 2024 Major Hayden - 2.15.31-3 +- Add less to install requirements for paging output. Resolves RHEL-14523. + * Thu May 09 2024 Major Hayden - 2.15.31-2 - Remove colorama patches - Bring in the latest updates from Fedora