containers-common-1-59.el9
- fix shortnames - Related: Jira:RHEL-2112 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
0b526f8b1c
commit
4eeab134de
@ -12,7 +12,7 @@
|
|||||||
Epoch: 2
|
Epoch: 2
|
||||||
Name: containers-common
|
Name: containers-common
|
||||||
Version: 1
|
Version: 1
|
||||||
Release: 58%{?dist}
|
Release: 59%{?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}
|
||||||
@ -173,6 +173,10 @@ EOF
|
|||||||
%{_datadir}/rhel/secrets/*
|
%{_datadir}/rhel/secrets/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 11 2023 Jindrich Novy <jnovy@redhat.com> - 2:1-59
|
||||||
|
- fix shortnames
|
||||||
|
- Related: Jira:RHEL-2112
|
||||||
|
|
||||||
* Thu Sep 14 2023 Jindrich Novy <jnovy@redhat.com> - 2:1-58
|
* Thu Sep 14 2023 Jindrich Novy <jnovy@redhat.com> - 2:1-58
|
||||||
- implement GPG auto updating mechanism from redhat-release
|
- implement GPG auto updating mechanism from redhat-release
|
||||||
- Resolves: #RHEL-3164
|
- Resolves: #RHEL-3164
|
||||||
|
@ -22,6 +22,8 @@
|
|||||||
# Fedora
|
# Fedora
|
||||||
"fedora-minimal" = "registry.fedoraproject.org/fedora-minimal"
|
"fedora-minimal" = "registry.fedoraproject.org/fedora-minimal"
|
||||||
"fedora" = "registry.fedoraproject.org/fedora"
|
"fedora" = "registry.fedoraproject.org/fedora"
|
||||||
|
# Gentoo
|
||||||
|
"gentoo" = "docker.io/gentoo/stage3"
|
||||||
# openSUSE
|
# openSUSE
|
||||||
"opensuse/tumbleweed" = "registry.opensuse.org/opensuse/tumbleweed"
|
"opensuse/tumbleweed" = "registry.opensuse.org/opensuse/tumbleweed"
|
||||||
"opensuse/tumbleweed-dnf" = "registry.opensuse.org/opensuse/tumbleweed-dnf"
|
"opensuse/tumbleweed-dnf" = "registry.opensuse.org/opensuse/tumbleweed-dnf"
|
||||||
@ -54,10 +56,10 @@
|
|||||||
"rhel7" = "registry.access.redhat.com/rhel7"
|
"rhel7" = "registry.access.redhat.com/rhel7"
|
||||||
"rhel7.9" = "registry.access.redhat.com/rhel7.9"
|
"rhel7.9" = "registry.access.redhat.com/rhel7.9"
|
||||||
"rhel-atomic" = "registry.access.redhat.com/rhel-atomic"
|
"rhel-atomic" = "registry.access.redhat.com/rhel-atomic"
|
||||||
"rhel-minimal" = "registry.access.redhat.com/rhel-minimum"
|
"rhel-minimal" = "registry.access.redhat.com/rhel-minimal"
|
||||||
"rhel-init" = "registry.access.redhat.com/rhel-init"
|
"rhel-init" = "registry.access.redhat.com/rhel-init"
|
||||||
"rhel7-atomic" = "registry.access.redhat.com/rhel7-atomic"
|
"rhel7-atomic" = "registry.access.redhat.com/rhel7-atomic"
|
||||||
"rhel7-minimal" = "registry.access.redhat.com/rhel7-minimum"
|
"rhel7-minimal" = "registry.access.redhat.com/rhel7-minimal"
|
||||||
"rhel7-init" = "registry.access.redhat.com/rhel7-init"
|
"rhel7-init" = "registry.access.redhat.com/rhel7-init"
|
||||||
"rhel7/rhel" = "registry.access.redhat.com/rhel7/rhel"
|
"rhel7/rhel" = "registry.access.redhat.com/rhel7/rhel"
|
||||||
"rhel7/rhel-atomic" = "registry.access.redhat.com/rhel7/rhel7/rhel-atomic"
|
"rhel7/rhel-atomic" = "registry.access.redhat.com/rhel7/rhel7/rhel-atomic"
|
||||||
|
Loading…
Reference in New Issue
Block a user