Update subscription-manager to 1.29.18-1
Resolves: #1976324 - Added cloud_what to log root namespaces (jhnidek@redhat.com) Resolves: #1976225 - read lscpu from its JSON output if available (#2699) Resolves: #1941904 - remove packages (#2692) Resolves: #1975552 - add '[SUBMODULE]' in syspurpose usage string (ptoscano@redhat.com) Resolves: #1973807 - fix wording on error when listing syspurpose values (#2684) Resolves: #1975552 - remove extra '[OPTIONS]' from syspurpose usage string (#2682) Resolves: #1975589 - syntax error in message of yum repolist Resolves: #1938878 - Fix issues discovered in static analysis
This commit is contained in:
parent
aeb472f3fe
commit
85006e3275
2
.gitignore
vendored
2
.gitignore
vendored
@ -143,3 +143,5 @@
|
||||
/subscription-manager-cockpit-1.29.16.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
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (subscription-manager-1.29.17.tar.gz) = e1f9244e0c2effa55e545c1b4b834475eb156e121a34f834667a5f315ba3deda863f7cf4371483d1a7f4a3f4b89bd4fe280d8ec150e25a195de5643b7d95adba
|
||||
SHA512 (subscription-manager-cockpit-1.29.17.tar.gz) = 68d39286aefa90a0450976bfbbf2c637316d71bd32805ecc6475e06ecf768b86a3fe5b19f4ee5711c82fa99e29974f7bc5a5922dd9d79682534f8b3531dc08bb
|
||||
SHA512 (subscription-manager-1.29.18.tar.gz) = 6cab0c04efd1dc35ee6eeeeb6febfc985c0e9dec40d2dc053c8f14e885dc5f163481636140d9eb1a03e80c0c6aff2fabde40dccd840654a1cd0ff4ee1c7e60bf
|
||||
SHA512 (subscription-manager-cockpit-1.29.18.tar.gz) = a24a2fcb26721a4ba1047af85aa03079b37f8760edcd1eb7bcad243766b40fd8d546ae1018e3a20b0953034db4c3cd9c6bfbaef436da60b4b29d9e8ab3c93c51
|
||||
|
@ -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}
|
||||
@ -321,8 +321,6 @@ Requires: python3-dbus
|
||||
Requires: %{?suse_version:dbus-1-python} %{!?suse_version:dbus-python}
|
||||
%endif
|
||||
|
||||
Requires: python3-requests
|
||||
|
||||
%if %{use_yum}
|
||||
Requires: %{?suse_version:yum} %{!?suse_version:yum >= 3.2.29-73}
|
||||
%endif
|
||||
@ -1560,6 +1558,16 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%endif
|
||||
|
||||
%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
|
||||
- Remove no arch from python3-cloud-what package (csnyder@redhat.com)
|
||||
- 1938878: Fix issues discovered by static code analyzers (#2644)
|
||||
|
Loading…
Reference in New Issue
Block a user