From b3003989bffd16984556cfc88b1a08cd8fd16d9e Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Apr 13 2021 19:23:39 +0000 Subject: runc-2:1.0.0-376.dev.git12644e6 - unversioned Provides: oci-runtime - runc package will also provide an unversioned Provides: oci-runtime. - user should pull in runc separately or else it will install crun by default (alphabetical order) - similar situation as caddy, httpd, lighttpd and nginx having Provides: webserver Signed-off-by: Lokesh Mandvekar --- diff --git a/runc.spec b/runc.spec index 32b65a7..837e6dd 100644 --- a/runc.spec +++ b/runc.spec @@ -25,7 +25,7 @@ Name: %{repo} Epoch: 2 Version: 1.0.0 -Release: 375.dev.git%{shortcommit0}%{?dist} +Release: 376.dev.git%{shortcommit0}%{?dist} Summary: CLI for running Open Containers License: ASL 2.0 URL: %{git0} @@ -107,7 +107,7 @@ Requires: golang(github.com/syndtr/gocapability/capability) Requires: golang(github.com/vishvananda/netlink) Requires: golang(github.com/vishvananda/netlink/nl) -Provides: oci-runtime = 1 +Provides: oci-runtime Provides: golang(%{import_path}/libcontainer) = %{version}-%{release} Provides: golang(%{import_path}/libcontainer/apparmor) = %{version}-%{release} Provides: golang(%{import_path}/libcontainer/cgroups) = %{version}-%{release} @@ -285,6 +285,13 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath} %endif %changelog +* Tue Apr 13 2021 Lokesh Mandvekar - 2:1.0.0-376.dev.git12644e6 +- unversioned Provides: oci-runtime +- runc package will also provide an unversioned Provides: oci-runtime. +- user should pull in runc separately or else it will install crun by default + (alphabetical order) +- similar situation as caddy, httpd, lighttpd and nginx having Provides: webserver + * Mon Apr 05 2021 Peter Hunt - 2:1.0.0-375.dev.git12644e6 - bump to v1.0.0-rc93