Update subscription-manager to 1.29.18-1

Resolves: #1976324 - Added cloud_what to log root namespaces (jhnidek@redhat.com)
Resolves: #1976324 - Added cloud_what to log root namespaces (jhnidek@redhat.com)
Resolves: #1976225 - read lscpu from its JSON output if available (#2699)
Resolves: #1975589 - Correct typo in dnf plugin message (wpoteat@redhat.com)
Resolves: #1924126 - Fix profile upload on AWS systems (jhnidek@redhat.com)
This commit is contained in:
Christopher Snyder 2021-07-15 14:06:49 -04:00
parent 9983241cb3
commit f017572465
3 changed files with 15 additions and 3 deletions

2
.gitignore vendored
View File

@ -133,3 +133,5 @@
/subscription-manager-cockpit-1.29.10.tar.gz /subscription-manager-cockpit-1.29.10.tar.gz
/subscription-manager-1.29.17.tar.gz /subscription-manager-1.29.17.tar.gz
/subscription-manager-cockpit-1.29.17.tar.gz /subscription-manager-cockpit-1.29.17.tar.gz
/subscription-manager-1.29.18.tar.gz
/subscription-manager-cockpit-1.29.18.tar.gz

View File

@ -1,2 +1,2 @@
SHA512 (subscription-manager-1.29.17.tar.gz) = e1f9244e0c2effa55e545c1b4b834475eb156e121a34f834667a5f315ba3deda863f7cf4371483d1a7f4a3f4b89bd4fe280d8ec150e25a195de5643b7d95adba SHA512 (subscription-manager-1.29.18.tar.gz) = 6cab0c04efd1dc35ee6eeeeb6febfc985c0e9dec40d2dc053c8f14e885dc5f163481636140d9eb1a03e80c0c6aff2fabde40dccd840654a1cd0ff4ee1c7e60bf
SHA512 (subscription-manager-cockpit-1.29.17.tar.gz) = dd41cb8c66744411c6165fc9a7ff948488484154ad71724701678bff35e40e5291872929a521875c7d4d704e141e793a7503c393e41b4a9ca4b9fa0b61e92ca0 SHA512 (subscription-manager-cockpit-1.29.18.tar.gz) = a24a2fcb26721a4ba1047af85aa03079b37f8760edcd1eb7bcad243766b40fd8d546ae1018e3a20b0953034db4c3cd9c6bfbaef436da60b4b29d9e8ab3c93c51

View File

@ -247,7 +247,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.29.17 Version: 1.29.18
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}
@ -1558,6 +1558,16 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
%endif %endif
%changelog %changelog
* Thu Jul 15 2021 Christopher Snyder <csnyder@redhat.com> 1.29.18-1
- 1976324: Added cloud_what to log root namespaces (jhnidek@redhat.com)
- 1976324: Added cloud_what to log root namespaces (jhnidek@redhat.com)
- Slightly improve our container detection (#2611) (ptoscano@redhat.com)
- New extraction for translatable strings (ptoscano@redhat.com)
- 1976225: read lscpu from its JSON output if available (#2699)
(ptoscano@redhat.com)
- 1975589: Correct typo in dnf plugin message (wpoteat@redhat.com)
- 1924126: Fix profile upload on AWS systems (jhnidek@redhat.com)
* Thu Jul 08 2021 Christopher Snyder <csnyder@redhat.com> 1.29.17-1 * Thu Jul 08 2021 Christopher Snyder <csnyder@redhat.com> 1.29.17-1
- Remove no arch from python3-cloud-what package (csnyder@redhat.com) - Remove no arch from python3-cloud-what package (csnyder@redhat.com)
- 1938878: Fix issues discovered by static code analyzers (#2644) - 1938878: Fix issues discovered by static code analyzers (#2644)