From bda08204bdd991938b189d47ca7b31b1a0a48cf3 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mar 27 2024 14:07:43 +0000 Subject: import redhat-support-tool-0.14.0-1.el7_9 --- diff --git a/.gitignore b/.gitignore index 12236f4..ea77fe3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/redhat-support-tool-0.13.0-0.tar.gz +SOURCES/redhat-support-tool-0.14.0-1.tar.gz diff --git a/.redhat-support-tool.metadata b/.redhat-support-tool.metadata index 6df32b1..35bbafe 100644 --- a/.redhat-support-tool.metadata +++ b/.redhat-support-tool.metadata @@ -1 +1 @@ -a03f1b6a0b34a7392c00bd570005fb2a39bcc712 SOURCES/redhat-support-tool-0.13.0-0.tar.gz +a58860c9b5451d9194c9af8d5e7592b83485d384 SOURCES/redhat-support-tool-0.14.0-1.tar.gz diff --git a/SPECS/redhat-support-tool.spec b/SPECS/redhat-support-tool.spec index 196d6c9..7a537e6 100644 --- a/SPECS/redhat-support-tool.spec +++ b/SPECS/redhat-support-tool.spec @@ -15,16 +15,17 @@ # limitations under the License. # -%global package_version 0.13.0-0 +%global package_version 0.14.0-1 %global package_name redhat-support-tool +%global __python /usr/bin/python2 Name: %{package_name} -Version: 0.13.0 -Release: 0%{?release_suffix}%{?dist} +Version: 0.14.0 +Release: 1%{?release_suffix}%{?dist} Summary: Tool for console access to Red Hat subscriber services Vendor: Red Hat, Inc. Group: Development/Libraries -License: ASL 2.0 +License: Apache-2.0 URL: https://api.access.redhat.com Source0: http://people.redhat.com/kroberts/projects/redhat-support-tool/%{package_name}-%{package_version}.tar.gz @@ -37,12 +38,13 @@ Requires: python Requires: python-lxml Requires: python-magic Requires: python-dateutil -Requires: redhat-support-lib-python >= 0.13.0-0 +Requires: redhat-support-lib-python >= 0.14.0-1 Requires: python-ipaddr Requires: python2-futures Requires: python-requests Requires: pexpect Requires: nmap-ncat +Requires: python-jwcrypto %if 0%{?rhel} && 0%{?rhel} <= 5 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} @@ -84,6 +86,9 @@ rm -rf "%{buildroot}" %{_bindir}/redhat-support-tool %changelog +* Mon Jan 29 2024 Swaraj Pande - 0.14.0-1 +- Resolves: RHEL-22246 - Deprecate the Basic Authentication in redhat-support-tool + * Mon Jan 24 2022 Pranita Ghole - 0.13.0-0 - Resolves: rhbz#2030063- Add support for handling JSON response from API's - Resolves: rhbz#1765392- Add support to upload to and download from S3