From f0175724654252046cc16bde9ffeb1246cc780a5 Mon Sep 17 00:00:00 2001 From: Christopher Snyder Date: Thu, 15 Jul 2021 14:06:49 -0400 Subject: [PATCH] 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) --- .gitignore | 2 ++ sources | 4 ++-- subscription-manager.spec | 12 +++++++++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7215209..a07f0cc 100644 --- a/.gitignore +++ b/.gitignore @@ -133,3 +133,5 @@ /subscription-manager-cockpit-1.29.10.tar.gz /subscription-manager-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 diff --git a/sources b/sources index 2a7070a..41de2bb 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (subscription-manager-1.29.17.tar.gz) = e1f9244e0c2effa55e545c1b4b834475eb156e121a34f834667a5f315ba3deda863f7cf4371483d1a7f4a3f4b89bd4fe280d8ec150e25a195de5643b7d95adba -SHA512 (subscription-manager-cockpit-1.29.17.tar.gz) = dd41cb8c66744411c6165fc9a7ff948488484154ad71724701678bff35e40e5291872929a521875c7d4d704e141e793a7503c393e41b4a9ca4b9fa0b61e92ca0 +SHA512 (subscription-manager-1.29.18.tar.gz) = 6cab0c04efd1dc35ee6eeeeb6febfc985c0e9dec40d2dc053c8f14e885dc5f163481636140d9eb1a03e80c0c6aff2fabde40dccd840654a1cd0ff4ee1c7e60bf +SHA512 (subscription-manager-cockpit-1.29.18.tar.gz) = a24a2fcb26721a4ba1047af85aa03079b37f8760edcd1eb7bcad243766b40fd8d546ae1018e3a20b0953034db4c3cd9c6bfbaef436da60b4b29d9e8ab3c93c51 diff --git a/subscription-manager.spec b/subscription-manager.spec index fa7583f..6fc72c6 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -247,7 +247,7 @@ %global use_rhsm_icons 0%{use_cockpit} || 0%{use_rhsm_gtk} Name: subscription-manager -Version: 1.29.17 +Version: 1.29.18 Release: 1%{?dist} Summary: Tools and libraries for subscription and repository management %if 0%{?suse_version} @@ -1558,6 +1558,16 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* Thu Jul 15 2021 Christopher Snyder 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 1.29.17-1 - Remove no arch from python3-cloud-what package (csnyder@redhat.com) - 1938878: Fix issues discovered by static code analyzers (#2644)