From 97c42216ef925c0596f874eb08488c93fd31d394 Mon Sep 17 00:00:00 2001 From: zhongjiawei Date: Tue, 29 Aug 2023 14:31:49 +0800 Subject: [PATCH] container:modify spec preun systemd_preun spell error --- containerd.spec | 10 ++++++++-- git-commit | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/containerd.spec b/containerd.spec index 2483a5f..81de8e9 100644 --- a/containerd.spec +++ b/containerd.spec @@ -2,7 +2,7 @@ %global debug_package %{nil} Version: 1.6.20 Name: containerd -Release: 3 +Release: 4 Summary: An industry-standard container runtime License: ASL 2.0 URL: https://containerd.io @@ -59,7 +59,7 @@ install -D -p -m 0644 %{S:7} %{buildroot}%{_sysconfdir}/containerd/config.toml %systemd_post containerd.service %preun -%systemd_prerun containerd.service +%systemd_preun containerd.service %postun %systemd_postun_with_restart containerd.service @@ -76,6 +76,12 @@ install -D -p -m 0644 %{S:7} %{buildroot}%{_sysconfdir}/containerd/config.toml %exclude %{_bindir}/containerd-stress %changelog +* Tue Aug 29 2023 zhongjiawei - 1.6.20-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:modify spec preun systemd_preun spell error + * Sun May 28 2023 xulei - 1.6.20-3 - Type:bugfix - ID:NA diff --git a/git-commit b/git-commit index 19b8a2e..d532d72 100644 --- a/git-commit +++ b/git-commit @@ -1 +1 @@ -2fe372726b7fdec5320b179aadab1e8ad5c0b6eb +bd9d63ee86ac63beb040add25f7fb6d99f9b4163 -- Gitee