Update subscription-manager to 1.29.6-1
Resolves: #1886772 - Cache the content_access_mode for at most 4 hours independently of Resolves: #1886772 - Add in memory read through cache, delete SCA cert when not needed
This commit is contained in:
parent
ab6b38e83c
commit
b46906f6f2
2
.gitignore
vendored
2
.gitignore
vendored
@ -121,3 +121,5 @@
|
|||||||
/subscription-manager-cockpit-1.29.4.tar.gz
|
/subscription-manager-cockpit-1.29.4.tar.gz
|
||||||
/subscription-manager-1.29.5.tar.gz
|
/subscription-manager-1.29.5.tar.gz
|
||||||
/subscription-manager-cockpit-1.29.5.tar.gz
|
/subscription-manager-cockpit-1.29.5.tar.gz
|
||||||
|
/subscription-manager-1.29.6.tar.gz
|
||||||
|
/subscription-manager-cockpit-1.29.6.tar.gz
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (subscription-manager-1.29.5.tar.gz) = 8ac692cf1a5a5eb5ca604f4618f90f9412bb86e3d1f532698a64932db2890e00373ce2ee1712967f8f50173d2babfa5a716fb29765b46d35cf6257415e9d4062
|
SHA512 (subscription-manager-1.29.6.tar.gz) = 18f7ca0572c564f2e0a5c2b3579d471694df6667738efde268daba2942faadac88819427fa05a91e2453689a1fd389f733e4c54588299abc0f16da6d6d14a36e
|
||||||
SHA512 (subscription-manager-cockpit-1.29.5.tar.gz) = afaac8ed382668873d09a78a897b40e4701b26db0ea6495316a8f8992aac8ce6242c9845827960c5612372c703bc7dbd347a1f7f1380e099a70e5e57fc9bac81
|
SHA512 (subscription-manager-cockpit-1.29.6.tar.gz) = 9bf3b2d6c070812c38c98e57a9a93077f35a089e5a64be6fdc9e112fbbcbef1f94ae71b519f3bf6cb5451d185f0875cdf01a2cfe37a1cc261ceccb7a8aa7b457
|
||||||
|
@ -244,7 +244,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.5
|
Version: 1.29.6
|
||||||
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}
|
||||||
@ -297,7 +297,6 @@ Requires: cron
|
|||||||
%endif
|
%endif
|
||||||
Requires: %{rhsm_package_name} = %{version}
|
Requires: %{rhsm_package_name} = %{version}
|
||||||
Requires: %{py_package_prefix}-six
|
Requires: %{py_package_prefix}-six
|
||||||
BuildRequires: make
|
|
||||||
%if 0%{?suse_version} >= 1500
|
%if 0%{?suse_version} >= 1500
|
||||||
BuildRequires: %{py_package_prefix}-python-dateutil
|
BuildRequires: %{py_package_prefix}-python-dateutil
|
||||||
Requires: %{py_package_prefix}-python-dateutil
|
Requires: %{py_package_prefix}-python-dateutil
|
||||||
@ -320,6 +319,8 @@ Requires: python3-dbus
|
|||||||
Requires: %{?suse_version:dbus-1-python} %{!?suse_version:dbus-python}
|
Requires: %{?suse_version:dbus-1-python} %{!?suse_version:dbus-python}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Requires: python-requests
|
||||||
|
|
||||||
%if %{use_yum}
|
%if %{use_yum}
|
||||||
Requires: %{?suse_version:yum} %{!?suse_version:yum >= 3.2.29-73}
|
Requires: %{?suse_version:yum} %{!?suse_version:yum >= 3.2.29-73}
|
||||||
%endif
|
%endif
|
||||||
@ -931,6 +932,8 @@ find %{buildroot} -name \*.py* -exec touch -r %{SOURCE0} '{}' \;
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%dir %{python_sitearch}/rhsmlib/candlepin
|
%dir %{python_sitearch}/rhsmlib/candlepin
|
||||||
|
%dir %{python_sitearch}/rhsmlib/cloud
|
||||||
|
%dir %{python_sitearch}/rhsmlib/cloud/providers
|
||||||
%dir %{python_sitearch}/rhsmlib/compat
|
%dir %{python_sitearch}/rhsmlib/compat
|
||||||
%dir %{python_sitearch}/rhsmlib/dbus
|
%dir %{python_sitearch}/rhsmlib/dbus
|
||||||
%dir %{python_sitearch}/rhsmlib/dbus/facts
|
%dir %{python_sitearch}/rhsmlib/dbus/facts
|
||||||
@ -1088,6 +1091,8 @@ find %{buildroot} -name \*.py* -exec touch -r %{SOURCE0} '{}' \;
|
|||||||
%dir %{python_sitearch}/rhsmlib
|
%dir %{python_sitearch}/rhsmlib
|
||||||
%{python_sitearch}/rhsmlib/*.py*
|
%{python_sitearch}/rhsmlib/*.py*
|
||||||
%{python_sitearch}/rhsmlib/candlepin/*.py*
|
%{python_sitearch}/rhsmlib/candlepin/*.py*
|
||||||
|
%{python_sitearch}/rhsmlib/cloud/*.py*
|
||||||
|
%{python_sitearch}/rhsmlib/cloud/providers/*.py*
|
||||||
%{python_sitearch}/rhsmlib/compat/*.py*
|
%{python_sitearch}/rhsmlib/compat/*.py*
|
||||||
%{python_sitearch}/rhsmlib/facts/*.py*
|
%{python_sitearch}/rhsmlib/facts/*.py*
|
||||||
%{python_sitearch}/rhsmlib/services/*.py*
|
%{python_sitearch}/rhsmlib/services/*.py*
|
||||||
@ -1097,6 +1102,8 @@ find %{buildroot} -name \*.py* -exec touch -r %{SOURCE0} '{}' \;
|
|||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
%{python_sitearch}/rhsmlib/__pycache__
|
%{python_sitearch}/rhsmlib/__pycache__
|
||||||
%{python_sitearch}/rhsmlib/candlepin/__pycache__
|
%{python_sitearch}/rhsmlib/candlepin/__pycache__
|
||||||
|
%{python_sitearch}/rhsmlib/cloud/__pycache__
|
||||||
|
%{python_sitearch}/rhsmlib/cloud/providers/__pycache__
|
||||||
%{python_sitearch}/rhsmlib/compat/__pycache__
|
%{python_sitearch}/rhsmlib/compat/__pycache__
|
||||||
%{python_sitearch}/rhsmlib/dbus/__pycache__
|
%{python_sitearch}/rhsmlib/dbus/__pycache__
|
||||||
%{python_sitearch}/rhsmlib/dbus/facts/__pycache__
|
%{python_sitearch}/rhsmlib/dbus/facts/__pycache__
|
||||||
@ -1499,6 +1506,30 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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)
|
||||||
|
- Change the label for metadata from "payload" to "metadata"
|
||||||
|
(csnyder@redhat.com)
|
||||||
|
- ENT-3289: automatic registration on public cloud (#2407) (jhnidek@redhat.com)
|
||||||
|
- ENT-3191: Collect metadata of cloud providers (#2381) (jhnidek@redhat.com)
|
||||||
|
- cockpit: Update test API to 236 (martin@piware.de)
|
||||||
|
- cockpit: Replace obsolete wait_present() with wait_visible()
|
||||||
|
(martin@piware.de)
|
||||||
|
- 1886772: Cache the content_access_mode for at most 4 hours independently of
|
||||||
|
the owner/organization. (csnyder@redhat.com)
|
||||||
|
- Extract of strings for translations (#2397) (wpoteat@redhat.com)
|
||||||
|
- Syntax update to translation commands (#2394) (wpoteat@redhat.com)
|
||||||
|
- Update project to use Weblate for translations (#2383) (wpoteat@redhat.com)
|
||||||
|
- Bump lxml from 4.2.5 to 4.6.2 in /syspurpose (#2382)
|
||||||
|
(49699333+dependabot[bot]@users.noreply.github.com)
|
||||||
|
- cockpit: Invoke setup.py with python3 (martin@piware.de)
|
||||||
|
- cockpit: Move default TEST_OS to rhel-8-3 (martin@piware.de)
|
||||||
|
- 1886772: Add in memory read through cache, delete SCA cert when not needed
|
||||||
|
(csnyder@redhat.com)
|
||||||
|
- Detecting of cloud providers; ENT-3288 (#2367) (jhnidek@redhat.com)
|
||||||
|
- Fixup syspurpose module help text / bash completion (csnyder@redhat.com)
|
||||||
|
|
||||||
* Fri Dec 11 2020 Christopher Snyder <csnyder@redhat.com> 1.29.5-1
|
* Fri Dec 11 2020 Christopher Snyder <csnyder@redhat.com> 1.29.5-1
|
||||||
- 1904541: Catch ProxyException when checking available orgs
|
- 1904541: Catch ProxyException when checking available orgs
|
||||||
(csnyder@redhat.com)
|
(csnyder@redhat.com)
|
||||||
|
Loading…
Reference in New Issue
Block a user