Debrand for AlmaLinux

This commit is contained in:
Eduard Abdullin 2025-06-24 17:45:21 +03:00 committed by eabdullin
commit e900fef671
3 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/subscription-manager-1.29.45.tar.gz
SOURCES/subscription-manager-1.29.45.1.tar.gz

View File

@ -1 +1 @@
2d08de5742a7355bdf3c6126e74b22cf9ecafe86 SOURCES/subscription-manager-1.29.45.tar.gz
1c552a0f42d2354e36e9eee8fc7b3eeb49346d33 SOURCES/subscription-manager-1.29.45.1.tar.gz

View File

@ -95,7 +95,7 @@
%global exclude_packages %{exclude_packages}"
Name: subscription-manager
Version: 1.29.45
Version: 1.29.45.1
Release: 1%{?dist}.alma.1
Summary: Tools and libraries for subscription and repository management
%if 0%{?suse_version}
@ -756,9 +756,13 @@ rmdir %{python_sitearch}/subscription_manager-*-*.egg-info --ignore-fail-on-non-
rm -f /var/lib/rhsm/cache/rhsm_icon.json
%changelog
* Tue May 13 2025 Eduard Abdullin <eabdullin@almalinux.org> - 1.29.45-1.alma.1
* Tue Jun 24 2025 Eduard Abdullin <eabdullin@almalinux.org> - 1.29.45.1-1.alma.1
- Debrand for AlmaLinux
* Thu Jun 05 2025 Jiri Hnidek <jhnidek@redhat.com> 1.29.45.1-1
- fix: Handle improperly closed connections (mhorky@redhat.com)
- ci: use the right distro for coverage reporting (ptoscano@redhat.com)
* Tue Feb 11 2025 Pino Toscano <ptoscano@redhat.com> 1.29.45-1
- fix: Do not upload profile from DNF, when it is disabled in conf
(jhnidek@redhat.com)