containers-common-1-113.el9

- Update shortnames from Pyxis
- Resolves: RHEL-66761

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2025-02-06 13:59:08 +01:00
parent e0345590c7
commit d0ee3a527b
3 changed files with 826 additions and 147 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@
Epoch: 2
Name: containers-common
Version: 1
Release: 112%{?dist}
Release: 113%{?dist}
Summary: Common configuration and documentation for containers
License: ASL 2.0
ExclusiveArch: %{go_arches}
@ -178,6 +178,10 @@ EOF
%{_datadir}/rhel/secrets/*
%changelog
* Thu Feb 06 2025 Jindrich Novy <jnovy@redhat.com> - 2:1-113
- Update shortnames from Pyxis
- Resolves: RHEL-66761
* Tue Jan 28 2025 Jindrich Novy <jnovy@redhat.com> - 2:1-112
- ship RHEL shortnames only in RHEL - thanks to Dennis Gilmore
- Related: RHEL-60277

View File

@ -36,8 +36,8 @@ done
IMAGE_VER=`sort -n /tmp/ver_image | head -n1`
COMMON_VER=`sort -n /tmp/ver_common | head -n1`
STORAGE_VER=`sort -n /tmp/ver_storage | head -n1`
sed -i "s,^%global.*image_branch.*,%global image_branch $IMAGE_VER," containers-common.spec
sed -i "s,^%global.*common_branch.*,%global common_branch $COMMON_VER," containers-common.spec
sed -i "s,^%global.*storage_branch.*,%global storage_branch $STORAGE_VER," containers-common.spec
sed -i "s,^%global[ \t]*image_branch.*,%global image_branch $IMAGE_VER," containers-common.spec
sed -i "s,^%global[ \t]*common_branch.*,%global common_branch $COMMON_VER," containers-common.spec
sed -i "s,^%global[ \t]*storage_branch.*,%global storage_branch $STORAGE_VER," containers-common.spec
rm -f /tmp/ver_image /tmp/ver_common /tmp/ver_storage
rm -rf podman skopeo buildah