|
|
@ -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 package_name redhat-support-lib-python
|
|
|
|
%global python_sitelib /usr/lib/python3.6/site-packages
|
|
|
|
%global python_sitelib /usr/lib/python3.6/site-packages
|
|
|
|
|
|
|
|
|
|
|
|
Name: %{package_name}
|
|
|
|
Name: %{package_name}
|
|
|
|
Version: 0.13.0
|
|
|
|
Version: 0.14.1
|
|
|
|
Release: 0%{?release_suffix}%{?dist}
|
|
|
|
Release: 0%{?release_suffix}%{?dist}
|
|
|
|
Summary: Red Hat Support Software Development Library
|
|
|
|
Summary: Red Hat Support Software Development Library
|
|
|
|
Vendor: Red Hat, Inc.
|
|
|
|
Vendor: Red Hat, Inc.
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: ASL 2.0
|
|
|
|
License: Apache-2.0
|
|
|
|
URL: https://api.access.redhat.com
|
|
|
|
URL: https://api.access.redhat.com
|
|
|
|
Source0: http://people.redhat.com/kroberts/projects/redhat-support-lib/%{package_name}-%{package_version}.tar.gz
|
|
|
|
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: python3-pexpect
|
|
|
|
Requires: nmap-ncat
|
|
|
|
Requires: nmap-ncat
|
|
|
|
Requires: ca-certificates
|
|
|
|
Requires: ca-certificates
|
|
|
|
|
|
|
|
Requires: python3-jwt
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
This package contains the Red Hat Support Software Development Library.
|
|
|
|
This package contains the Red Hat Support Software Development Library.
|
|
|
@ -61,10 +62,16 @@ make %{?_smp_mflags} install DESTDIR="%{buildroot}"
|
|
|
|
%{python_sitelib}/redhat_support_lib/
|
|
|
|
%{python_sitelib}/redhat_support_lib/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Dec 06 2021 Pranita Ghole<pghole@redhat.com> - 0.13.0-0
|
|
|
|
* Fri Mar 29 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.14.1-0
|
|
|
|
- Resolves: rhbz#2028550 - RHST should use new Red Hat Secure FTP instead of dropbox for attachments
|
|
|
|
- Rebuilt for MSVSphere 8.10 beta
|
|
|
|
- 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
|
|
|
|
* 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
|
|
|
|
- Resolves: rhbz#1881343 - sosreports upload using redhat-support-tool fail with strong passwords
|
|
|
|