Debrand for AlmaLinux

This commit is contained in:
Eduard Abdullin 2026-09-03 11:56:18 +00:00 committed by root
commit 6234685ea7
3 changed files with 10 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/subscription-manager-1.29.54.tar.gz
SOURCES/subscription-manager-1.29.55.tar.gz

View File

@ -1 +1 @@
b29a5809bf903a99c618f00713ed10eaa8d16e43 SOURCES/subscription-manager-1.29.54.tar.gz
58a91afeddec7a7cc108efe0d33dedb0b294a910 SOURCES/subscription-manager-1.29.55.tar.gz

View File

@ -95,7 +95,7 @@
%global exclude_packages %{exclude_packages}"
Name: subscription-manager
Version: 1.29.54
Version: 1.29.55
Release: 1%{?dist}.alma.1
Summary: Tools and libraries for subscription and repository management
%if 0%{?suse_version}
@ -758,9 +758,15 @@ rmdir %{python_sitearch}/subscription_manager-*-*.egg-info --ignore-fail-on-non-
rm -f /var/lib/rhsm/cache/rhsm_icon.json
%changelog
* Mon Aug 24 2026 Eduard Abdullin <eabdullin@almalinux.org> - 1.29.54-1.alma.1
* Thu Sep 03 2026 Eduard Abdullin <eabdullin@almalinux.org> - 1.29.55-1.alma.1
- Debrand for AlmaLinux
* Tue Aug 11 2026 Christopher Snyder <csnyder@redhat.com> 1.29.55-1
- fix: Invalidate CurrentOwnerCache when managerlib.persist_consumer_cert used
(csnyder@redhat.com)
- fix: set exit code during subscription-manager config
--rhsm.certificate_algorithms (jlocash@redhat.com)
* Wed Jul 08 2026 Christopher Snyder <csnyder@redhat.com> 1.29.54-1
- fix: Invalidate and update CurrentOwnerCache when owner change is detected
(csnyder@redhat.com)