containers-common-0.63.1-2.el10

- update shortnames from Pyxis
- Related: RHEL-80817

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2025-08-11 12:42:36 +02:00
parent 033521fec2
commit 4f0ff89191
2 changed files with 806 additions and 372 deletions

File diff suppressed because it is too large Load Diff

View File

@ -10,14 +10,14 @@
%global image_branch v5.35.0
%global storage_branch v1.58.0
%global shortnames_branch main
%global common_branch v0.63.0
%global common_branch v0.63.1
%global common_version %(v=%{common_branch}; echo ${v:1})
Name: containers-common
Epoch: 5
Version: %{common_version}
Release: 1%{?dist}
Release: 2%{?dist}
License: Apache-2.0
BuildArch: noarch
# for BuildRequires: go-md2man
@ -203,6 +203,10 @@ ln -s ../../../..%{_sysconfdir}/yum.repos.d/redhat.repo %{buildroot}%{_datadir}/
%files extra
%changelog
* Mon Aug 11 2025 Jindrich Novy <jnovy@redhat.com> - 5:0.63.1-2
- update shortnames from Pyxis
- Related: RHEL-80817
* Wed Jun 11 2025 Jindrich Novy <jnovy@redhat.com> - 5:0.63.0-1
- update vendored components
- Related: RHEL-80817