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:
parent
e0345590c7
commit
d0ee3a527b
File diff suppressed because it is too large
Load Diff
@ -12,7 +12,7 @@
|
|||||||
Epoch: 2
|
Epoch: 2
|
||||||
Name: containers-common
|
Name: containers-common
|
||||||
Version: 1
|
Version: 1
|
||||||
Release: 112%{?dist}
|
Release: 113%{?dist}
|
||||||
Summary: Common configuration and documentation for containers
|
Summary: Common configuration and documentation for containers
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
ExclusiveArch: %{go_arches}
|
ExclusiveArch: %{go_arches}
|
||||||
@ -178,6 +178,10 @@ EOF
|
|||||||
%{_datadir}/rhel/secrets/*
|
%{_datadir}/rhel/secrets/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jan 28 2025 Jindrich Novy <jnovy@redhat.com> - 2:1-112
|
||||||
- ship RHEL shortnames only in RHEL - thanks to Dennis Gilmore
|
- ship RHEL shortnames only in RHEL - thanks to Dennis Gilmore
|
||||||
- Related: RHEL-60277
|
- Related: RHEL-60277
|
||||||
|
@ -36,8 +36,8 @@ done
|
|||||||
IMAGE_VER=`sort -n /tmp/ver_image | head -n1`
|
IMAGE_VER=`sort -n /tmp/ver_image | head -n1`
|
||||||
COMMON_VER=`sort -n /tmp/ver_common | head -n1`
|
COMMON_VER=`sort -n /tmp/ver_common | head -n1`
|
||||||
STORAGE_VER=`sort -n /tmp/ver_storage | 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[ \t]*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[ \t]*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]*storage_branch.*,%global storage_branch $STORAGE_VER," containers-common.spec
|
||||||
rm -f /tmp/ver_image /tmp/ver_common /tmp/ver_storage
|
rm -f /tmp/ver_image /tmp/ver_common /tmp/ver_storage
|
||||||
rm -rf podman skopeo buildah
|
rm -rf podman skopeo buildah
|
||||||
|
Loading…
Reference in New Issue
Block a user