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 Name: containers-common
Epoch: 5 Epoch: 5
Version: %{common_version} Version: %{common_version}
Release: 4%{?dist} Release: 5%{?dist}
License: Apache-2.0 License: Apache-2.0
BuildArch: noarch BuildArch: noarch
# for BuildRequires: go-md2man # for BuildRequires: go-md2man
@ -200,6 +200,10 @@ ln -s ../../../..%{_sysconfdir}/yum.repos.d/redhat.repo %{buildroot}%{_datadir}/
%files extra %files extra
%changelog %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 * Thu Feb 06 2025 Jindrich Novy <jnovy@redhat.com> - 5:0.61.0-4
- Update shortnames from Pyxis - Update shortnames from Pyxis
- Resolves: RHEL-66760 - Resolves: RHEL-66760

View File

@ -207,7 +207,6 @@ default_sysctls = [
# Logging driver for the container. Available options: k8s-file and journald. # Logging driver for the container. Available options: k8s-file and journald.
# #
#log_driver = "k8s-file" #log_driver = "k8s-file"
log_driver = "k8s-file"
# Maximum size allowed for the container log file. Negative numbers indicate # 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 # 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 then
ensure registries.conf short-name-mode \"enforcing\" ensure registries.conf short-name-mode \"enforcing\"
ensure containers.conf runtime \"crun\" ensure containers.conf runtime \"crun\"
ensure containers.conf log_driver \"k8s-file\"
else else
echo "Unknown release" echo "Unknown release"
fi fi