From ec8cca483edc92c602796868b9f468d0732f8bdf Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Feb 16 2021 07:43:20 +0000 Subject: import subscription-manager-1.27.18-1.el8_3 --- diff --git a/.gitignore b/.gitignore index 36a5d45..31a5976 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/subscription-manager-1.27.16.tar.gz -SOURCES/subscription-manager-cockpit-1.27.16.tar.gz +SOURCES/subscription-manager-1.27.18.tar.gz +SOURCES/subscription-manager-cockpit-1.27.18.tar.gz diff --git a/.subscription-manager.metadata b/.subscription-manager.metadata index c6de86a..6ca6617 100644 --- a/.subscription-manager.metadata +++ b/.subscription-manager.metadata @@ -1,2 +1,2 @@ -cfd3433c18f0af336bf9c35adc6541c26315aac0 SOURCES/subscription-manager-1.27.16.tar.gz -571e6fb831d8b4fa408419080b6d78354d93fcac SOURCES/subscription-manager-cockpit-1.27.16.tar.gz +dc95e9e7f734c8d68267f5b82ef28283456f3789 SOURCES/subscription-manager-1.27.18.tar.gz +17c28940ecb90dea38b5824f48c8d97f7477e56f SOURCES/subscription-manager-cockpit-1.27.18.tar.gz diff --git a/README.debrand b/README.debrand deleted file mode 100644 index 01c46d2..0000000 --- a/README.debrand +++ /dev/null @@ -1,2 +0,0 @@ -Warning: This package was configured for automatic debranding, but the changes -failed to apply. diff --git a/SPECS/subscription-manager.spec b/SPECS/subscription-manager.spec index b413fce..1bd83bc 100644 --- a/SPECS/subscription-manager.spec +++ b/SPECS/subscription-manager.spec @@ -226,7 +226,7 @@ %global use_rhsm_icons 0%{use_cockpit} || 0%{use_rhsm_gtk} Name: subscription-manager -Version: 1.27.16 +Version: 1.27.18 Release: 1%{?dist} Summary: Tools and libraries for subscription and repository management %if 0%{?suse_version} @@ -301,6 +301,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 @@ -861,6 +863,8 @@ find %{buildroot} -name \*.py* -exec touch -r %{SOURCE0} '{}' \; %endif %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/dbus %dir %{python_sitearch}/rhsmlib/dbus/facts @@ -1010,6 +1014,8 @@ find %{buildroot} -name \*.py* -exec touch -r %{SOURCE0} '{}' \; %dir %{python_sitearch}/rhsmlib %{python_sitearch}/rhsmlib/*.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/facts/*.py* %{python_sitearch}/rhsmlib/services/*.py* @@ -1019,6 +1025,8 @@ find %{buildroot} -name \*.py* -exec touch -r %{SOURCE0} '{}' \; %if %{with python3} %{python_sitearch}/rhsmlib/__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/dbus/__pycache__ %{python_sitearch}/rhsmlib/dbus/facts/__pycache__ @@ -1413,6 +1421,18 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* Wed Feb 03 2021 Christopher Snyder 1.27.18-1 +- 1924564: Repeat auto-register only, when first attempt fail (#2420) + (jhnidek@redhat.com) + +* Fri Jan 29 2021 William Poteat 1.27.17-1 +- Use python3-requests and not python-requests. (jhnidek@redhat.com) +- ENT-3289: automatic registration on public cloud (#2407) (jhnidek@redhat.com) +- ENT-3191: Collect metadata of cloud providers (#2381) (jhnidek@redhat.com) +- Detecting of cloud providers; ENT-3288 (#2367) (jhnidek@redhat.com) +- Syntax update to translation commands (#2396) (wpoteat@redhat.com) +- Update project to use Weblate for translations (#2389) (wpoteat@redhat.com) + * Thu Sep 10 2020 Christopher Snyder 1.27.16-1 - 1868734: Fix issue with syspurpose attrs. set in act. key (jhnidek@redhat.com)