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 <major@redhat.com>
This commit is contained in:
Major Hayden 2024-05-31 12:11:43 -05:00
parent ab99efed93
commit 1dde5aff81
No known key found for this signature in database

View File

@ -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 <major@redhat.com> - 2.15.31-3
- Add less to install requirements for paging output. Resolves RHEL-14523.
* Thu May 09 2024 Major Hayden <major@redhat.com> - 2.15.31-2
- Remove colorama patches
- Bring in the latest updates from Fedora