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-lib-python-0.13.0-0.tar.gz
SOURCES/redhat-support-lib-python-0.14.1-0.tar.gz

@ -1 +1 @@
e5c05552752128fdafea211706cdefb4aec823cc SOURCES/redhat-support-lib-python-0.13.0-0.tar.gz
89fc3483089eeee216495f142f511200c2f90395 SOURCES/redhat-support-lib-python-0.14.1-0.tar.gz

@ -1,14 +1,14 @@
%global package_version 0.13.0-0
%global package_version 0.14.1-0
%global package_name redhat-support-lib-python
%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: Red Hat Support Software Development Library
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-lib/%{package_name}-%{package_version}.tar.gz
@ -25,6 +25,7 @@ Requires: python3-requests
Requires: python3-pexpect
Requires: nmap-ncat
Requires: ca-certificates
Requires: python3-jwt
%description
This package contains the Red Hat Support Software Development Library.
@ -61,10 +62,13 @@ make %{?_smp_mflags} install DESTDIR="%{buildroot}"
%{python_sitelib}/redhat_support_lib/
%changelog
* Mon Dec 06 2021 Pranita Ghole<pghole@redhat.com> - 0.13.0-0
- Resolves: rhbz#2028550 - RHST should use new Red Hat Secure FTP instead of dropbox for attachments
- Resolves: rhbz#2028546 - Add support for handling JSON response from API's
- Resolves: rhbz#2028543 - Add support to upload to and download from S3
* Fri Feb 09 2024 Pranita Ghole<pghole@redhat.com> - 0.14.1-0
- Resolves: RHEL-24845 - Deprecate the Basic Authentication in redhat-support-tool
* Tue Nov 02 2021 Pranita Ghole<pghole@redhat.com> - 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<pghole@redhat.com> - 0.11.3-1
- Resolves: rhbz#1881343 - sosreports upload using redhat-support-tool fail with strong passwords

Loading…
Cancel
Save