diff --git a/.gitignore b/.gitignore index a34359c..16b82f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/redhat-support-lib-python-0.11.3-1.tar.gz +SOURCES/redhat-support-lib-python-0.13.0-0.tar.gz diff --git a/.redhat-support-lib-python.metadata b/.redhat-support-lib-python.metadata index 589535f..081f71c 100644 --- a/.redhat-support-lib-python.metadata +++ b/.redhat-support-lib-python.metadata @@ -1 +1 @@ -2f5ac02d0d4dfa9a8d93c12953cf8e6083731da3 SOURCES/redhat-support-lib-python-0.11.3-1.tar.gz +9d31c6ca2f4fd6106f7072b6ae9921172241e64a SOURCES/redhat-support-lib-python-0.13.0-0.tar.gz diff --git a/SPECS/redhat-support-lib-python.spec b/SPECS/redhat-support-lib-python.spec index 2bd662b..dd36893 100644 --- a/SPECS/redhat-support-lib-python.spec +++ b/SPECS/redhat-support-lib-python.spec @@ -1,10 +1,10 @@ -%global package_version 0.11.3-1 +%global package_version 0.13.0-0 %global package_name redhat-support-lib-python %global python_sitelib /usr/lib/python3.6/site-packages Name: %{package_name} -Version: 0.11.3 -Release: 1%{?release_suffix}%{?dist} +Version: 0.13.0 +Release: 0%{?release_suffix}%{?dist} Summary: Red Hat Support Software Development Library Vendor: Red Hat, Inc. Group: Development/Libraries @@ -21,6 +21,9 @@ Requires: python3 Requires: python3-lxml Requires: python3-rpm Requires: python3-dateutil +Requires: python3-requests +Requires: python3-pexpect +Requires: nmap-ncat Requires: ca-certificates %description @@ -58,6 +61,11 @@ make %{?_smp_mflags} install DESTDIR="%{buildroot}" %{python_sitelib}/redhat_support_lib/ %changelog +* Tue Nov 02 2021 Pranita Ghole - 0.13.0-0 +- Resolves: rhbz#1947346 - RHST should use new Red Hat Secure FTP instead of dropbox for attachments +- Resolves: rhbz#1947345 - Add support for handling JSON response from API's +- Resolves: rhbz#1767196 - Add support to upload to and download from S3 + * Tue Nov 10 2020 Pranita Ghole - 0.11.3-1 - Resolves: rhbz#1881343 - sosreports upload using redhat-support-tool fail with strong passwords