diff --git a/redhat-support-tool-0.12.2-1.tar.gz b/redhat-support-tool-0.12.2-1.tar.gz deleted file mode 100644 index ee090bc85b797f4fb03434b9290138ebfca405a5..0000000000000000000000000000000000000000 Binary files a/redhat-support-tool-0.12.2-1.tar.gz and /dev/null differ diff --git a/redhat-support-tool-0.13.0-0.tar.gz b/redhat-support-tool-0.13.0-0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..bbe9d59ab042b50c321c8adc9808aaea550b134d Binary files /dev/null and b/redhat-support-tool-0.13.0-0.tar.gz differ diff --git a/redhat-support-tool.spec b/redhat-support-tool.spec index da2b88f93bed25071d117ff796cd8ea49f52349d..6f09341ea275aade3bb78a41f4b45ea7e6420ff6 100644 --- a/redhat-support-tool.spec +++ b/redhat-support-tool.spec @@ -16,12 +16,13 @@ # %define anolis_release .0.1 -%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}%{anolis_release}%{?dist} +Version: 0.13.0 +Release: 0%{?release_suffix}%{?dist} +Release: 0%{?release_suffix}%{anolis_release}%{?dist} Summary: Tool for console access to Red Hat subscriber services Vendor: OpenAnolis Community Group: Development/Libraries @@ -38,8 +39,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())")} @@ -81,9 +86,14 @@ rm -rf "%{buildroot}" %{_bindir}/redhat-support-tool %changelog -* Fri Oct 15 2021 liuzhilin - 0.12.2-1.0.1 +* Wed Feb 23 2022 liuzhilin - 0.13.0-0.0.1 - Rebrand for Anolis OS +* 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