Accepting request 657629 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/657629 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cni-plugins?expand=0&rev=4
This commit is contained in:
parent
6211c8f0b1
commit
6e3ef498f1
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 12 15:53:32 UTC 2018 - alvaro.saurin@suse.com
|
||||||
|
|
||||||
|
- Updated to a supported version of Go (due to security reasons)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 5 08:22:45 UTC 2018 - dcassany@suse.com
|
Tue Jun 5 08:22:45 UTC 2018 - dcassany@suse.com
|
||||||
|
|
||||||
|
@ -27,10 +27,13 @@ License: Apache-2.0
|
|||||||
Group: System/Management
|
Group: System/Management
|
||||||
Url: https://github.com/containernetworking/plugins
|
Url: https://github.com/containernetworking/plugins
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
|
BuildRequires: go >= 1.11
|
||||||
|
BuildRequires: golang-packaging
|
||||||
BuildRequires: golang-packaging
|
BuildRequires: golang-packaging
|
||||||
BuildRequires: shadow
|
BuildRequires: shadow
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
|
BuildRequires: golang(API) >= 1.11
|
||||||
Requires: cni
|
Requires: cni
|
||||||
Requires(post): %fillup_prereq
|
Requires(post): %fillup_prereq
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
Reference in New Issue
Block a user