Update subscription-manager to 1.29.17-1
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)
This commit is contained in:
parent
fbcd8b1e05
commit
aeb472f3fe
2
.gitignore
vendored
2
.gitignore
vendored
@ -141,3 +141,5 @@
|
||||
/subscription-manager-cockpit-1.29.15.tar.gz
|
||||
/subscription-manager-1.29.16.tar.gz
|
||||
/subscription-manager-cockpit-1.29.16.tar.gz
|
||||
/subscription-manager-1.29.17.tar.gz
|
||||
/subscription-manager-cockpit-1.29.17.tar.gz
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (subscription-manager-1.29.16.tar.gz) = 4c0f07990416b3ca8197ddfdff16f12916d83c330ba1db9b41578ec1d13880c89cd911cc61a425be7be480c80061b5e90b31606e20175a721e03ea51dc1ba6f5
|
||||
SHA512 (subscription-manager-cockpit-1.29.16.tar.gz) = 1e6abd7b9e4d25a1721802d2a9a994605a8537499f19cb79888203c18203d246b5cf2fddc8d7e148b2e92593e9260724f9252d7b1ef5047a419cfa79f23d4dc3
|
||||
SHA512 (subscription-manager-1.29.17.tar.gz) = e1f9244e0c2effa55e545c1b4b834475eb156e121a34f834667a5f315ba3deda863f7cf4371483d1a7f4a3f4b89bd4fe280d8ec150e25a195de5643b7d95adba
|
||||
SHA512 (subscription-manager-cockpit-1.29.17.tar.gz) = 68d39286aefa90a0450976bfbbf2c637316d71bd32805ecc6475e06ecf768b86a3fe5b19f4ee5711c82fa99e29974f7bc5a5922dd9d79682534f8b3531dc08bb
|
||||
|
@ -247,7 +247,7 @@
|
||||
%global use_rhsm_icons 0%{use_cockpit} || 0%{use_rhsm_gtk}
|
||||
|
||||
Name: subscription-manager
|
||||
Version: 1.29.16
|
||||
Version: 1.29.17
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools and libraries for subscription and repository management
|
||||
%if 0%{?suse_version}
|
||||
@ -321,6 +321,8 @@ 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
|
||||
@ -811,7 +813,6 @@ subscription-manager-initial-setup-addon, and subscription-manager-cockpit-plugi
|
||||
%package -n python3-cloud-what
|
||||
Summary: Python package for detection of public cloud provider
|
||||
License: GPLv2
|
||||
BuildArch: noarch
|
||||
Requires: python3-requests
|
||||
%ifnarch aarch64 ppc ppc64 ppc64le s390 s390x
|
||||
Requires: %{py_package_prefix}-dmidecode %{?dmidecode_version}
|
||||
@ -1559,6 +1560,11 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* 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)
|
||||
(jhnidek@redhat.com)
|
||||
|
||||
* Fri Jul 02 2021 Christopher Snyder <csnyder@redhat.com> 1.29.16-1
|
||||
- 1941904: remove packages (#2692)
|
||||
(31166354+tlhmerry9@users.noreply.github.com)
|
||||
|
Loading…
Reference in New Issue
Block a user