diff --git a/.gitignore b/.gitignore index cee4827..9b4ebe5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/subscription-manager-1.24.50.tar.gz -SOURCES/subscription-manager-cockpit-1.24.50.tar.gz +SOURCES/subscription-manager-1.24.51.tar.gz +SOURCES/subscription-manager-cockpit-1.24.51.tar.gz diff --git a/.subscription-manager.metadata b/.subscription-manager.metadata index 0a16610..66dd9e2 100644 --- a/.subscription-manager.metadata +++ b/.subscription-manager.metadata @@ -1,2 +1,2 @@ -61abae44db6e23fbdbf3463afd5ba0af18acf10b SOURCES/subscription-manager-1.24.50.tar.gz -109a0032bb4e31b52d54205aab83566e3c9e3669 SOURCES/subscription-manager-cockpit-1.24.50.tar.gz +76dc9db0221f5ccc9d26d97af42115fa6bc51a43 SOURCES/subscription-manager-1.24.51.tar.gz +866551e22b01c5ac40ccf3ead86a445cce8fe000 SOURCES/subscription-manager-cockpit-1.24.51.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 9f8cf3c..b0cf688 100644 --- a/SPECS/subscription-manager.spec +++ b/SPECS/subscription-manager.spec @@ -133,7 +133,7 @@ %global subpackages SUBPACKAGES="%{?include_syspurpose:syspurpose}" Name: subscription-manager -Version: 1.24.50 +Version: 1.24.51 Release: 1%{?dist} Summary: Tools and libraries for subscription and repository management Group: System Environment/Base @@ -654,6 +654,10 @@ find %{buildroot} -name \*.py -exec touch -r %{SOURCE0} '{}' \; %dir %{_sysconfdir}/yum.repos.d %endif +%attr(750,root,root) %dir %{_var}/cache/cloud-what +%dir %{python_sitearch}/cloud_what +%dir %{python_sitearch}/cloud_what/providers + %dir %{python_sitearch}/rhsmlib/candlepin %dir %{python_sitearch}/rhsmlib/compat %dir %{python_sitearch}/rhsmlib/dbus @@ -798,6 +802,10 @@ find %{buildroot} -name \*.py -exec touch -r %{SOURCE0} '{}' \; %{_prefix}/lib/yum-plugins/search-disabled-repos.py* %endif +# cloud-what +%{python_sitearch}/cloud_what/*.py* +%{python_sitearch}/cloud_what/providers/*.py* + # zypper plugins %if 0%{?suse_version} %{_prefix}/lib/zypp/plugins/services/rhsm @@ -1162,6 +1170,13 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* Mon Apr 18 2022 Christopher Snyder 1.24.51-1 +- 1.24 Add gcp_license_codes to system facts. (jhnidek@redhat.com) +- 1.24 Fix of automatic registration (jhnidek@redhat.com) +- [1.24] Backport support for GCP marketplace ID (jhnidek@redhat.com) +- [1.24] Backported automatic registration (jhnidek@redhat.com) +- Back-ported cloud-what for Python 2.7 (jhnidek@redhat.com) + * Thu Oct 21 2021 Christopher Snyder 1.24.50-1 - 2010137: Newer versions of the rpm tooling expect __python defined (csnyder@redhat.com)