diff --git a/nerdctl.spec b/nerdctl.spec index 722afa1608f159d351787b67a9cf95ca6c2b2de8..21d949cdf95c88855c32141663f7ad3a80ba96a0 100644 --- a/nerdctl.spec +++ b/nerdctl.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global provider github %global provider_tld com %global project containerd @@ -16,10 +16,7 @@ URL: https://github.com/containerd/nerdctl Source0: %{name}-%{version}.tar.gz Source1: vendor.tar.gz BuildRequires: golang >= 1.17 -Requires: buildkit -Requires: cni-plugins Requires: containerd -Requires: rootlesskit >= 1.0.0 Requires: slirp4netns >= 0.4.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -47,5 +44,8 @@ install -m 0755 extras/rootless/containerd-rootless.sh %{buildroot}%{_bindir}/co %{_bindir}/containerd-rootless.sh %changelog +* Thu Jul 28 2022 yuanhui - 0.22.0-2 +- Fixed error of failed dependencies + * Tue Jul 26 2022 yuanhui - 0.22.0-1 -- Init nerdctl for Anolis OS +- Init nerdctl for Anolis OS \ No newline at end of file