diff --git a/sources b/sources index 5b1650e..b60d247 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (subscription-manager-1.29.44.tar.gz) = a369bf3d3cce84e3c859994ae58a9b24bfc0ff6d85904469f0922b2a246081adcadee14c20d1ddb6fad3a465b61c3976f3489cc7c77058500fae8d1bd94a428a +SHA512 (subscription-manager-1.29.45.tar.gz) = 29f4f0713e3e63b2daab1259422226034054eb0e4b4950fb377ff7465bf78f44e1a52098d9768e480af8692e0a0ef43cbba75558cb5fc0cd04e714786dfa1a55 diff --git a/subscription-manager.spec b/subscription-manager.spec index 8dbb733..6f08e3c 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -95,7 +95,7 @@ %global exclude_packages %{exclude_packages}" Name: subscription-manager -Version: 1.29.44 +Version: 1.29.45 Release: 1%{?dist} Summary: Tools and libraries for subscription and repository management %if 0%{?suse_version} @@ -735,6 +735,18 @@ rmdir %{python_sitearch}/subscription_manager-*-*.egg-info --ignore-fail-on-non- rm -f /var/lib/rhsm/cache/rhsm_icon.json %changelog +* Tue Feb 11 2025 Pino Toscano 1.29.45-1 +- fix: Do not upload profile from DNF, when it is disabled in conf + (jhnidek@redhat.com) +- feat: dnf plugin - outsource uploading of profile to rhsmcertd. + (jhnidek@redhat.com) +- feat: Enable register with environment names and environment types + (jhnidek@redhat.com) +- feat: support registering specifying environments with activation keys + (ryanverdile@gmail.com) +- chore: Remove auto-assign CI job (mhorky@redhat.com) +- feat: [1.29] Added basic configuration for Packit (jhnidek@redhat.com) + * Fri Jan 24 2025 Pino Toscano 1.29.44-1 - Revert "feat: Disable anonymous cloud registration temporarily" (ptoscano@redhat.com)