Compare commits

...

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

2
.gitignore vendored

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

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

@ -15,17 +15,17 @@
# limitations under the License. # limitations under the License.
# #
%global package_version 0.14.1-0 %global package_version 0.13.0-0
%global package_name redhat-support-tool %global package_name redhat-support-tool
%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.14.1 Version: 0.13.0
Release: 0%{?release_suffix}%{?dist} Release: 0%{?release_suffix}%{?dist}
Summary: Tool for console access to Red Hat subscriber services Summary: Tool for console access to Red Hat subscriber services
Vendor: Red Hat, Inc. Vendor: Red Hat, Inc.
Group: Development/Libraries Group: Development/Libraries
License: Apache-2.0 License: ASL 2.0
URL: https://api.access.redhat.com URL: https://api.access.redhat.com
Source0: http://people.redhat.com/kroberts/projects/redhat-support-tool/%{package_name}-%{package_version}.tar.gz Source0: http://people.redhat.com/kroberts/projects/redhat-support-tool/%{package_name}-%{package_version}.tar.gz
@ -41,8 +41,7 @@ Requires: python3-dateutil
Requires: python3-requests Requires: python3-requests
Requires: python3-pexpect Requires: python3-pexpect
Requires: nmap-ncat Requires: nmap-ncat
Requires: python3-jwt Requires: redhat-support-lib-python >= 0.13.0-0
Requires: redhat-support-lib-python >= 0.14.1-0
BuildRoot: %{_topdir}/BUILDROOT/%{name}-%{version}-%{release}.%{_arch} BuildRoot: %{_topdir}/BUILDROOT/%{name}-%{version}-%{release}.%{_arch}
@ -76,17 +75,10 @@ make %{?_smp_mflags} install DESTDIR="%{buildroot}"
%{_bindir}/redhat-support-tool %{_bindir}/redhat-support-tool
%changelog %changelog
* Fri Mar 29 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.14.1-0 * Wed Dec 08 2021 Pranita Ghole<pghole@redhat.com> - 0.13.0-0
- Rebuilt for MSVSphere 8.10 beta - 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
* Fri Feb 09 2024 Pranita Ghole<pghole@redhat.com> - 0.14.1-0 - Resolves: rhbz#2028540 - Add support to upload to and download from S3
- 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 * 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 - Resolves: rhbz#1882771 - redhat-support-tool: UnboundLocalError: local variable 'timer' referenced before assignment

Loading…
Cancel
Save