-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
containerd2: Add Provides/Obsoletes: containerd
- Loading branch information
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> - 2.0.0-4 | ||
- Add "Provides/Obsoletes: containerd" to shift all installs of containerd to containerd2 | ||
|
||
* Sun Jan 26 2024 Mitch Zhu <[email protected]> - 2.0.0-3 | ||
- Added patch to support tardev-snapshotter for Kata CC. | ||
|
||
|