Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/subscription-manager.git#0c8a4f6a091153f1ab633167176049441663ddc3
This commit is contained in:
DistroBaker 2020-12-12 17:25:07 +00:00
parent bcf227430f
commit bd6d24a900
3 changed files with 9 additions and 3 deletions

2
.gitignore vendored
View File

@ -119,3 +119,5 @@
/subscription-manager-cockpit-1.29.3.tar.gz
/subscription-manager-1.29.4.tar.gz
/subscription-manager-cockpit-1.29.4.tar.gz
/subscription-manager-1.29.5.tar.gz
/subscription-manager-cockpit-1.29.5.tar.gz

View File

@ -1,2 +1,2 @@
SHA512 (subscription-manager-1.29.4.tar.gz) = a960d4e274af138d72ff9585a3dbfc5218399082302f616aa98f9d85609591d71f4c69921b5f1a5625318ffc98091e0c547c963885ae8a30a52e96f259cf1441
SHA512 (subscription-manager-cockpit-1.29.4.tar.gz) = dfed7f4a66c0fd6172c66c974803572acfefde15d7e258edaeda92c7d5345a9729a981d5a0435ae703f62b7311f19dd25b361dc7ab10e7522eb858a622f59441
SHA512 (subscription-manager-1.29.5.tar.gz) = 8ac692cf1a5a5eb5ca604f4618f90f9412bb86e3d1f532698a64932db2890e00373ce2ee1712967f8f50173d2babfa5a716fb29765b46d35cf6257415e9d4062
SHA512 (subscription-manager-cockpit-1.29.5.tar.gz) = afaac8ed382668873d09a78a897b40e4701b26db0ea6495316a8f8992aac8ce6242c9845827960c5612372c703bc7dbd347a1f7f1380e099a70e5e57fc9bac81

View File

@ -244,7 +244,7 @@
%global use_rhsm_icons 0%{use_cockpit} || 0%{use_rhsm_gtk}
Name: subscription-manager
Version: 1.29.4
Version: 1.29.5
Release: 1%{?dist}
Summary: Tools and libraries for subscription and repository management
%if 0%{?suse_version}
@ -1498,6 +1498,10 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
%endif
%changelog
* Fri Dec 11 2020 Christopher Snyder <csnyder@redhat.com> 1.29.5-1
- 1904541: Catch ProxyException when checking available orgs
(csnyder@redhat.com)
* Thu Dec 10 2020 Christopher Snyder <csnyder@redhat.com> 1.29.4-1
- 1904541: subscription-manager should not prompt for "Organization" when only
one organization (#2371) (wpoteat@redhat.com)