Compare commits

...

No commits in common. 'c8' and 'c8-beta' have entirely different histories.
c8 ... c8-beta

2
.gitignore vendored

@ -1 +1 @@
SOURCES/redhat-support-tool-0.13.0-0.tar.gz
SOURCES/redhat-support-tool-0.14.1-0.tar.gz

@ -1 +1 @@
a7e6a26797a3f38ee7040c2b92f834d653b93067 SOURCES/redhat-support-tool-0.13.0-0.tar.gz
9d748bd068e5bfc386ee5abed6756ca9b9a038d5 SOURCES/redhat-support-tool-0.14.1-0.tar.gz

@ -15,17 +15,17 @@
# limitations under the License.
#
%global package_version 0.13.0-0
%global package_version 0.14.1-0
%global package_name redhat-support-tool
%global python_sitelib /usr/lib/python3.6/site-packages
Name: %{package_name}
Version: 0.13.0
Version: 0.14.1
Release: 0%{?release_suffix}%{?dist}
Summary: Tool for console access to Red Hat subscriber services
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-tool/%{package_name}-%{package_version}.tar.gz
@ -41,7 +41,8 @@ Requires: python3-dateutil
Requires: python3-requests
Requires: python3-pexpect
Requires: nmap-ncat
Requires: redhat-support-lib-python >= 0.13.0-0
Requires: python3-jwt
Requires: redhat-support-lib-python >= 0.14.1-0
BuildRoot: %{_topdir}/BUILDROOT/%{name}-%{version}-%{release}.%{_arch}
@ -75,10 +76,14 @@ make %{?_smp_mflags} install DESTDIR="%{buildroot}"
%{_bindir}/redhat-support-tool
%changelog
* Wed Dec 08 2021 Pranita Ghole<pghole@redhat.com> - 0.13.0-0
- Resolves: rhbz#2028556 - RHST should use new Red Hat Secure FTP instead of dropbox for attachments
- Resolves: rhbz#2028553 - Add support for handling JSON response from API's
- Resolves: rhbz#2028540 - Add support to upload to and download from S3
* Fri Feb 09 2024 Pranita Ghole<pghole@redhat.com> - 0.14.1-0
- Resolves: RHEL-24846 - Deprecate the Basic Authentication in redhat-support-tool
- Resolves: RHEL-2397 - redhat-support-tool: Python tarfile extraction needs change to avoid a warning
* Tue Nov 02 2021 Pranita Ghole<pghole@redhat.com> - 0.13.0-0
- Resolves: rhbz#2018195 - RHST should use new Red Hat Secure FTP instead of dropbox for attachments
- Resolves: rhbz#2018194 - Add support for handling JSON response from API's
- Resolves: rhbz#1767195 - Add support to upload to and download from S3
* Tue Nov 10 2020 Pranita Ghole<pghole@redhat.com> - 0.11.3-2
- Resolves: rhbz#1882771 - redhat-support-tool: UnboundLocalError: local variable 'timer' referenced before assignment

Loading…
Cancel
Save