diff --git a/redhat-support-lib-python-0.12.1-1.tar.gz b/redhat-support-lib-python-0.12.1-1.tar.gz deleted file mode 100644 index 68b5d929055e90b1c6993bed71550e21d5b51998..0000000000000000000000000000000000000000 Binary files a/redhat-support-lib-python-0.12.1-1.tar.gz and /dev/null differ diff --git a/redhat-support-lib-python-0.13.0-0.tar.gz b/redhat-support-lib-python-0.13.0-0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..99af215a628c0354deddf9bc20a5b5b4e823e7e6 Binary files /dev/null and b/redhat-support-lib-python-0.13.0-0.tar.gz differ diff --git a/redhat-support-lib-python.spec b/redhat-support-lib-python.spec index 9891c7ab4a42efdd97ae59aace7bf422d54dbe60..35071124c00e31e2f0d9c7cc08236b05dcac4cc0 100644 --- a/redhat-support-lib-python.spec +++ b/redhat-support-lib-python.spec @@ -1,10 +1,10 @@ %define anolis_release .0.1 -%global package_version 0.12.1-1 +%global package_version 0.13.0-0 %global package_name redhat-support-lib-python Name: %{package_name} -Version: 0.12.1 -Release: 1%{?release_suffix}%{anolis_release}%{?dist} +Version: 0.13.0 +Release: 0%{?release_suffix}%{anolis_release}%{?dist} Summary: Red Hat Support Software Development Library Vendor: OpenAnolis Community Group: Development/Libraries @@ -23,7 +23,10 @@ Requires: python-dateutil %if %{?rhel:0}%{!?rhel:1} || 0%{?rhel} > 5 Requires: ca-certificates %endif -Requires: m2crypto +Requires: pexpect +Requires: python2-futures +Requires: python-requests +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())")} @@ -65,9 +68,14 @@ make %{?_smp_mflags} install DESTDIR="%{buildroot}" %{python_sitelib}/redhat_support_lib/ %changelog -* Fri Oct 15 2021 liuzhilin - 0.12.1-1.0.1 +* Wed Feb 23 2022 liuzhilin - 0.13.0-0.0.1 - Rebrand for Anolis OS +* 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 +- Resolves: rhbz#2030066- RHST should use new Red Hat Secure FTP instead of dropbox for attachments + * Mon Aug 26 2019 Pranita Ghole - 0.12.1-1 - Resolves: rhbz#1669454 - connection.py uses incorrect base64 encoding method