Accepting request 769817 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/769817 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/runc?expand=0&rev=28
This commit is contained in:
commit
9aab460be0
@ -6,6 +6,11 @@ Thu Jan 23 17:18:05 UTC 2020 - Aleksa Sarai <asarai@suse.com>
|
|||||||
- Drop upstreamed patches:
|
- Drop upstreamed patches:
|
||||||
- CVE-2019-19921.patch
|
- CVE-2019-19921.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 21 22:10:58 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Change packagewide go version to be greater or equal to 1.10.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 17 03:02:46 UTC 2020 - Aleksa Sarai <asarai@suse.com>
|
Fri Jan 17 03:02:46 UTC 2020 - Aleksa Sarai <asarai@suse.com>
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ Source2: runc.keyring
|
|||||||
Source3: runc-rpmlintrc
|
Source3: runc-rpmlintrc
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: go-go-md2man
|
BuildRequires: go-go-md2man
|
||||||
BuildRequires: golang(API) = %{go_version}
|
BuildRequires: golang(API) >= %{go_version}
|
||||||
%if 0%{?with_libseccomp}
|
%if 0%{?with_libseccomp}
|
||||||
BuildRequires: libseccomp-devel
|
BuildRequires: libseccomp-devel
|
||||||
%endif
|
%endif
|
||||||
@ -68,14 +68,13 @@ and has grown to become a separate project entirely.
|
|||||||
|
|
||||||
%package test
|
%package test
|
||||||
Summary: Test package for runc
|
Summary: Test package for runc
|
||||||
# Make sure we require go 1.7
|
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
BuildRequires: golang(API) = %{go_version}
|
BuildRequires: golang(API) >= %{go_version}
|
||||||
Requires: go-go-md2man
|
|
||||||
Requires: libapparmor-devel
|
|
||||||
%if 0%{?with_libseccomp}
|
%if 0%{?with_libseccomp}
|
||||||
BuildRequires: libseccomp-devel
|
BuildRequires: libseccomp-devel
|
||||||
%endif
|
%endif
|
||||||
|
Requires: go-go-md2man
|
||||||
|
Requires: libapparmor-devel
|
||||||
Requires: libselinux-devel
|
Requires: libselinux-devel
|
||||||
Recommends: criu
|
Recommends: criu
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Loading…
Reference in New Issue
Block a user