diff --git a/.gitignore b/.gitignore index cebe1fc..12236f4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/redhat-support-tool-0.12.2-1.tar.gz +SOURCES/redhat-support-tool-0.13.0-0.tar.gz diff --git a/.redhat-support-tool.metadata b/.redhat-support-tool.metadata index e17caf7..6df32b1 100644 --- a/.redhat-support-tool.metadata +++ b/.redhat-support-tool.metadata @@ -1 +1 @@ -533c38b026137a11145584666d93d7fc9bdaf647 SOURCES/redhat-support-tool-0.12.2-1.tar.gz +a03f1b6a0b34a7392c00bd570005fb2a39bcc712 SOURCES/redhat-support-tool-0.13.0-0.tar.gz diff --git a/SPECS/redhat-support-tool.spec b/SPECS/redhat-support-tool.spec index 62e7ada..196d6c9 100644 --- a/SPECS/redhat-support-tool.spec +++ b/SPECS/redhat-support-tool.spec @@ -15,12 +15,12 @@ # limitations under the License. # -%global package_version 0.12.2-1 +%global package_version 0.13.0-0 %global package_name redhat-support-tool Name: %{package_name} -Version: 0.12.2 -Release: 1%{?release_suffix}%{?dist} +Version: 0.13.0 +Release: 0%{?release_suffix}%{?dist} Summary: Tool for console access to Red Hat subscriber services Vendor: Red Hat, Inc. Group: Development/Libraries @@ -37,8 +37,12 @@ Requires: python Requires: python-lxml Requires: python-magic Requires: python-dateutil -Requires: redhat-support-lib-python >= 0.12.1-1 +Requires: redhat-support-lib-python >= 0.13.0-0 Requires: python-ipaddr +Requires: python2-futures +Requires: python-requests +Requires: pexpect +Requires: nmap-ncat %if 0%{?rhel} && 0%{?rhel} <= 5 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} @@ -80,6 +84,11 @@ rm -rf "%{buildroot}" %{_bindir}/redhat-support-tool %changelog +* 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 +- Resolves: rhbz#2030065- RHST should use new Red Hat Secure FTP instead of dropbox for attachments + * Tue Aug 27 2019 Pranita Ghole - 0.12.2-1 - Resolves: rhbz#1547763 - redhat-support-tool: UnboundLocalError: local variable 'timer' referenced before assignment