diff --git a/moby.spec b/moby.spec index ea0399d50e2163c3d9de6b3f6549e5524c8e8975..5346b705baca78179419236e270cb80a4c378bde 100644 --- a/moby.spec +++ b/moby.spec @@ -7,7 +7,7 @@ Name: moby Version: 25.0.3 -Release: 3 +Release: 4 Summary: The open-source application container engine License: ASL 2.0 URL: https://www.docker.com @@ -182,19 +182,22 @@ install -p -m 644 %{_builddir}/%{_source_client}/{LICENSE,MAINTAINERS,NOTICE,REA %{_datadir}/fish/vendor_completions.d/docker.fish %doc %{_pkgdocdir} -%post +%post engine %systemd_post docker.service if ! getent group docker > /dev/null; then groupadd --system docker fi -%preun +%preun engine %systemd_preun docker.service docker.socket -%postun +%postun engine %systemd_postun_with_restart docker.service %changelog +* Sat May 11 2024 lvxiangcong - 25.0.3-4 +- DESC:fix install error failed to docker.service does not exit + * Mon Apr 22 2024 lvxiangcong - 25.0.3-3 - DESC:fix cve-2024-32473