Update subscription-manager to 1.29.0-1
Resolves: #1850624 - Uncaught JSONDecodeError when content_access.json is empty Resolves: #1826300 - Better messages for attach --auto for SCA mode
This commit is contained in:
parent
a715f8a069
commit
3ae225d470
2
.gitignore
vendored
2
.gitignore
vendored
@ -109,3 +109,5 @@
|
|||||||
/subscription-manager-cockpit-1.28.5.tar.gz
|
/subscription-manager-cockpit-1.28.5.tar.gz
|
||||||
/subscription-manager-1.28.6.tar.gz
|
/subscription-manager-1.28.6.tar.gz
|
||||||
/subscription-manager-cockpit-1.28.6.tar.gz
|
/subscription-manager-cockpit-1.28.6.tar.gz
|
||||||
|
/subscription-manager-1.29.0.tar.gz
|
||||||
|
/subscription-manager-cockpit-1.29.0.tar.gz
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (subscription-manager-1.28.6.tar.gz) = 4cde52fbfc10fd5716b521979d15633dda29417aab7802c65ff7487513d0438eef7d7c9c74e7a471a571707823fc9439acc4e3a3a4c7d1764fb53f889ad2b60c
|
SHA512 (subscription-manager-1.29.0.tar.gz) = 5371241937a839f61f753f1c361d0d9b6fcea4d5d1113598c20590f9fdde6e9fa6c5b1a6729f090773684d42fd1faac537d1db3f4e542e38bfd6747a79dfda4d
|
||||||
SHA512 (subscription-manager-cockpit-1.28.6.tar.gz) = 928eff19e87e4110ed3b152304d02b6015b3b1a9e85b15412bca3bd8d8f4f34bdce50c7d9c321c4dd61239d4341845b7ee2dab3e684de5269717b93c911f7b17
|
SHA512 (subscription-manager-cockpit-1.29.0.tar.gz) = 5ba509bd6369fa6def866d3984eedd03f8cd250edbb7ec53387f0332583bc587a4c88ebf005ea65c81f9e49f95834b92dece0848ccd53c8fdb20fb989595474a
|
||||||
|
@ -243,7 +243,7 @@
|
|||||||
%global use_rhsm_icons 0%{use_cockpit} || 0%{use_rhsm_gtk}
|
%global use_rhsm_icons 0%{use_cockpit} || 0%{use_rhsm_gtk}
|
||||||
|
|
||||||
Name: subscription-manager
|
Name: subscription-manager
|
||||||
Version: 1.28.6
|
Version: 1.29.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tools and libraries for subscription and repository management
|
Summary: Tools and libraries for subscription and repository management
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
@ -1446,6 +1446,16 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 16 2020 Christopher Snyder <csnyder@redhat.com> 1.29.0-1
|
||||||
|
- 1850624: Uncaught JSONDecodeError when content_access.json is empty and
|
||||||
|
registering to Satellite6 (wpoteat@redhat.com)
|
||||||
|
- Automatic commit of package [subscription-manager] release [1.28.6-1].
|
||||||
|
(csnyder@redhat.com)
|
||||||
|
- 1826300: Better messages for attach --auto for SCA mode; ENT-3175
|
||||||
|
(jhnidek@redhat.com)
|
||||||
|
- Removed some obsoleted files. (jhnidek@redhat.com)
|
||||||
|
- Added new syspurpose command; ENT-3060 (jhnidek@redhat.com)
|
||||||
|
|
||||||
* Tue Nov 10 2020 Christopher Snyder <csnyder@redhat.com> 1.28.6-1
|
* Tue Nov 10 2020 Christopher Snyder <csnyder@redhat.com> 1.28.6-1
|
||||||
- Added new syspurpose command; ENT-3060 (jhnidek@redhat.com)
|
- Added new syspurpose command; ENT-3060 (jhnidek@redhat.com)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user