Add provides oci-runtime
This commit is contained in:
parent
9a24651bc2
commit
e90689da74
@ -25,7 +25,7 @@
|
|||||||
Name: %{repo}
|
Name: %{repo}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 107.dev.git%{shortcommit0}%{?dist}
|
Release: 108.dev.git%{shortcommit0}%{?dist}
|
||||||
Summary: CLI for running Open Containers
|
Summary: CLI for running Open Containers
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: %{git0}
|
URL: %{git0}
|
||||||
@ -107,6 +107,7 @@ Requires: golang(github.com/syndtr/gocapability/capability)
|
|||||||
Requires: golang(github.com/vishvananda/netlink)
|
Requires: golang(github.com/vishvananda/netlink)
|
||||||
Requires: golang(github.com/vishvananda/netlink/nl)
|
Requires: golang(github.com/vishvananda/netlink/nl)
|
||||||
|
|
||||||
|
Provides: oci-runtime
|
||||||
Provides: golang(%{import_path}/libcontainer) = %{version}-%{release}
|
Provides: golang(%{import_path}/libcontainer) = %{version}-%{release}
|
||||||
Provides: golang(%{import_path}/libcontainer/apparmor) = %{version}-%{release}
|
Provides: golang(%{import_path}/libcontainer/apparmor) = %{version}-%{release}
|
||||||
Provides: golang(%{import_path}/libcontainer/cgroups) = %{version}-%{release}
|
Provides: golang(%{import_path}/libcontainer/cgroups) = %{version}-%{release}
|
||||||
@ -284,6 +285,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 9 2019 Daniel Walsh <dwalsh@fedoraproject.org> - 2:1.0.0-108.dev.gita6606a7
|
||||||
|
- Add provides oci-runtime
|
||||||
|
|
||||||
* Fri Sep 06 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.0-107.dev.gita6606a7
|
* Fri Sep 06 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.0-107.dev.gita6606a7
|
||||||
- autobuilt a6606a7
|
- autobuilt a6606a7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user