diff --git a/docker.changes b/docker.changes index 4f91614..7092649 100644 --- a/docker.changes +++ b/docker.changes @@ -3,7 +3,10 @@ Wed Jul 31 05:28:09 UTC 2024 - Aleksa Sarai - Update to Docker 26.1.5-ce. See upstream changelog online at -- This update includes a fix for CVE-2024-41110. bsc#1228324 +- This update includes fixes for: + * CVE-2024-41110. bsc#1228324 + * CVE-2023-47108. bsc#1217070 + * CVE-2023-45142. bsc#1228553 - Rebase patches: * 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch * 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch @@ -21,7 +24,10 @@ Wed Jul 31 04:58:15 UTC 2024 - Aleksa Sarai - Update to Docker 25.0.6-ce. See upstream changelog online at -- This update includes a fix for CVE-2024-41110. bsc#1228324 +- This update includes fixes for: + * CVE-2024-41110. bsc#1228324 + * CVE-2023-47108. bsc#1217070 + * CVE-2023-45142. bsc#1228553 - Rebase patches: * 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch * 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch diff --git a/docker.spec b/docker.spec index b4f200e..d1f66ce 100644 --- a/docker.spec +++ b/docker.spec @@ -397,6 +397,11 @@ grep -q '^dockremap:' /etc/subgid || \ %{_mandir}/man5/Dockerfile.5%{ext_man} %{_mandir}/man8/dockerd.8%{ext_man} +%files rootless-extras +%defattr(-,root,root) +%{_bindir}/dockerd-rootless.sh +%{_bindir}/dockerd-rootless-setuptool.sh + %files bash-completion %defattr(-,root,root) %{_datarootdir}/bash-completion/completions/%{name} @@ -409,9 +414,4 @@ grep -q '^dockremap:' /etc/subgid || \ %defattr(-,root,root) %{_datadir}/fish/vendor_completions.d/%{name}.fish -%files rootless-extras -%defattr(-,root,root) -%{_bindir}/dockerd-rootless.sh -%{_bindir}/dockerd-rootless-setuptool.sh - %changelog