containers-common-0.61.0-5.el10

- Be sure log-driver is the podman default, not k8s-file
- Resolves: RHEL-78154

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2025-02-06 15:03:03 +01:00
parent 57005edabe
commit 96af70841e
3 changed files with 5 additions and 3 deletions

View File

@ -17,7 +17,7 @@
Name: containers-common
Epoch: 5
Version: %{common_version}
Release: 4%{?dist}
Release: 5%{?dist}
License: Apache-2.0
BuildArch: noarch
# for BuildRequires: go-md2man
@ -200,6 +200,10 @@ ln -s ../../../..%{_sysconfdir}/yum.repos.d/redhat.repo %{buildroot}%{_datadir}/
%files extra
%changelog
* Thu Feb 06 2025 Jindrich Novy <jnovy@redhat.com> - 5:0.61.0-5
- Be sure log-driver is the podman default, not k8s-file
- Resolves: RHEL-78154
* Thu Feb 06 2025 Jindrich Novy <jnovy@redhat.com> - 5:0.61.0-4
- Update shortnames from Pyxis
- Resolves: RHEL-66760

View File

@ -207,7 +207,6 @@ default_sysctls = [
# Logging driver for the container. Available options: k8s-file and journald.
#
#log_driver = "k8s-file"
log_driver = "k8s-file"
# Maximum size allowed for the container log file. Negative numbers indicate
# that no size limit is imposed. If positive, it must be >= 8192 to match or

View File

@ -60,7 +60,6 @@ elif pwd | grep -e rhel-10 -e c10s > /dev/null
then
ensure registries.conf short-name-mode \"enforcing\"
ensure containers.conf runtime \"crun\"
ensure containers.conf log_driver \"k8s-file\"
else
echo "Unknown release"
fi