diff --git a/SPECS/containerd2/containerd2.spec b/SPECS/containerd2/containerd2.spec index 5e2b9e409df..f18769007ac 100644 --- a/SPECS/containerd2/containerd2.spec +++ b/SPECS/containerd2/containerd2.spec @@ -5,7 +5,7 @@ Summary: Industry-standard container runtime Name: %{upstream_name}2 Version: 2.0.0 -Release: 3%{?dist} +Release: 4%{?dist} License: ASL 2.0 Group: Tools/Container URL: https://www.containerd.io @@ -27,6 +27,10 @@ BuildRequires: systemd-rpm-macros Requires: runc >= 1.2.2 +# This package replaces the old name of containerd +Provides: containerd = %{version}-%{release} +Obsoletes: containerd < %{version}-%{release} + %description containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux @@ -81,6 +85,9 @@ fi %dir /opt/containerd/lib %changelog +* Mon Feb 03 2025 Nan Liu - 2.0.0-4 +- Add "Provides/Obsoletes: containerd" to shift all installs of containerd to containerd2 + * Sun Jan 26 2024 Mitch Zhu - 2.0.0-3 - Added patch to support tardev-snapshotter for Kata CC.