From 0c68e34d6cc78135d35c013f0f774230b592374e Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Tue, 10 Sep 2019 10:55:44 +0200 Subject: [PATCH] Add versioned oci-runtimes provide. Signed-off-by: Jindrich Novy --- runc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/runc.spec b/runc.spec index c3f9c74..9127f97 100644 --- a/runc.spec +++ b/runc.spec @@ -25,7 +25,7 @@ Name: %{repo} Epoch: 2 Version: 1.0.0 -Release: 109.dev.git%{shortcommit0}%{?dist} +Release: 110.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 +Provides: oci-runtime = 1 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,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath} %endif %changelog +* Tue Sep 10 2019 Jindrich Novy - 2:1.0.0-110.dev.gite7a87dd +- Add versioned oci-runtime provide. + * Mon Sep 09 2019 Lokesh Mandvekar (Bot) - 2:1.0.0-109.dev.gite7a87dd - autobuilt e7a87dd