Update subscription-manager to 1.29.7-1
Resolves: #1878133 - Deprecation message for syspurpose (#2421) (wpoteat@redhat.com) Resolves: #1922173 - Repeat auto-register only, when first attempt fail (#2420)
This commit is contained in:
parent
b46906f6f2
commit
9954a44f28
2
.gitignore
vendored
2
.gitignore
vendored
@ -123,3 +123,5 @@
|
||||
/subscription-manager-cockpit-1.29.5.tar.gz
|
||||
/subscription-manager-1.29.6.tar.gz
|
||||
/subscription-manager-cockpit-1.29.6.tar.gz
|
||||
/subscription-manager-1.29.7.tar.gz
|
||||
/subscription-manager-cockpit-1.29.7.tar.gz
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (subscription-manager-1.29.6.tar.gz) = 18f7ca0572c564f2e0a5c2b3579d471694df6667738efde268daba2942faadac88819427fa05a91e2453689a1fd389f733e4c54588299abc0f16da6d6d14a36e
|
||||
SHA512 (subscription-manager-cockpit-1.29.6.tar.gz) = 9bf3b2d6c070812c38c98e57a9a93077f35a089e5a64be6fdc9e112fbbcbef1f94ae71b519f3bf6cb5451d185f0875cdf01a2cfe37a1cc261ceccb7a8aa7b457
|
||||
SHA512 (subscription-manager-1.29.7.tar.gz) = 2a41fe14c440b08f29101aa0afd3aefe22166da179d20351c7c8dc3f84150ef04d94ce16ebdd22284cab542ab9cdf52d14ccb326585d4bc1d2fc74026de74b54
|
||||
SHA512 (subscription-manager-cockpit-1.29.7.tar.gz) = 4f078aa8ea291f7dfbd929c02fdd22954816efef7b2719ec35f6c17da740bdd489cb807d56f5d2c25dab09aaa20e490e802fc2bb96cde9bf1dd3ebb45ead49c3
|
||||
|
@ -244,7 +244,7 @@
|
||||
%global use_rhsm_icons 0%{use_cockpit} || 0%{use_rhsm_gtk}
|
||||
|
||||
Name: subscription-manager
|
||||
Version: 1.29.6
|
||||
Version: 1.29.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools and libraries for subscription and repository management
|
||||
%if 0%{?suse_version}
|
||||
@ -319,7 +319,7 @@ Requires: python3-dbus
|
||||
Requires: %{?suse_version:dbus-1-python} %{!?suse_version:dbus-python}
|
||||
%endif
|
||||
|
||||
Requires: python-requests
|
||||
Requires: python3-requests
|
||||
|
||||
%if %{use_yum}
|
||||
Requires: %{?suse_version:yum} %{!?suse_version:yum >= 3.2.29-73}
|
||||
@ -1506,6 +1506,13 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Feb 02 2021 Christopher Snyder <csnyder@redhat.com> 1.29.7-1
|
||||
- 1878133: Deprecation message for syspurpose (#2421) (wpoteat@redhat.com)
|
||||
- 1922173: Repeat auto-register only, when first attempt fail (#2420)
|
||||
(jhnidek@redhat.com)
|
||||
- Use python3-requests and not python-requests. (#2419) (jhnidek@redhat.com)
|
||||
- Fix issue with auto-registration interval. (jhnidek@redhat.com)
|
||||
|
||||
* Wed Jan 27 2021 Christopher Snyder <csnyder@redhat.com> 1.29.6-1
|
||||
- Improved loggin of rhsmcertd and spec file updated (#2415)
|
||||
(jhnidek@redhat.com)
|
||||
|
Loading…
Reference in New Issue
Block a user