diff --git a/.gitignore b/.gitignore index 16b82f5..0a8a458 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/redhat-support-lib-python-0.13.0-0.tar.gz +SOURCES/redhat-support-lib-python-0.14.0-1.tar.gz diff --git a/.redhat-support-lib-python.metadata b/.redhat-support-lib-python.metadata index ad81b62..5078210 100644 --- a/.redhat-support-lib-python.metadata +++ b/.redhat-support-lib-python.metadata @@ -1 +1 @@ -a93a20e2af973d1bdab4913417eee1da643ece26 SOURCES/redhat-support-lib-python-0.13.0-0.tar.gz +0b61757baa4f96bd0636f84b2576a4455aebd6db SOURCES/redhat-support-lib-python-0.14.0-1.tar.gz diff --git a/SPECS/redhat-support-lib-python.spec b/SPECS/redhat-support-lib-python.spec index a62a9a3..3be4396 100644 --- a/SPECS/redhat-support-lib-python.spec +++ b/SPECS/redhat-support-lib-python.spec @@ -1,13 +1,14 @@ -%global package_version 0.13.0-0 +%global package_version 0.14.0-1 %global package_name redhat-support-lib-python +%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: Red Hat Support Software Development Library 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-lib/%{package_name}-%{package_version}.tar.gz @@ -26,6 +27,7 @@ Requires: pexpect Requires: python2-futures Requires: python-requests 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())")} @@ -67,6 +69,9 @@ make %{?_smp_mflags} install DESTDIR="%{buildroot}" %{python_sitelib}/redhat_support_lib/ %changelog +* Mon Jan 29 2024 Swaraj Pande - 0.14.0-1 +- Resolves: RHEL-22245 - Deprecate the Basic Authentication in redhat-support-tool + * Fri Jan 21 2022 Pranita Ghole - 0.13.0-0 - Resolves: rhbz#1653574- Add support for handling JSON response from API's - Resolves: rhbz#1765391- Add support to upload to and download from S3