Accepting request 796094 from devel:kubic
- Update to 1.0.0 * libslirp to v0.4.3: * libslirp is no longer included in slirp4netns and needs be installed separately * --enable-sandbox is now out of experimental * New build dependeny: libslirp-devel >= 4.1 OBS-URL: https://build.opensuse.org/request/show/796094 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/slirp4netns?expand=0&rev=10
This commit is contained in:
parent
730f48cbef
commit
dc5c3b4f34
4
_service
4
_service
@ -4,8 +4,8 @@
|
||||
<param name="url">https://github.com/rootless-containers/slirp4netns.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">slirp4netns</param>
|
||||
<param name="versionformat">0.4.4</param>
|
||||
<param name="revision">v0.4.4</param>
|
||||
<param name="versionformat">1.0.0</param>
|
||||
<param name="revision">v1.0.0</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:91827a4983245b54d3e2a8c87b527de223e0a5e97ff3088a34f41b06e0f9ab2f
|
||||
size 133716
|
3
slirp4netns-1.0.0.tar.xz
Normal file
3
slirp4netns-1.0.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:48f563a157f782dd9349305f297a0a1eca46229a177f4cb4cf7fcec366d35ee2
|
||||
size 43924
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:23:25 UTC 2020 - Oliver Bengs <appleonkel@opensuse.org> - 1.0.0
|
||||
|
||||
- Update to 1.0.0
|
||||
* libslirp to v0.4.3:
|
||||
* libslirp is no longer included in slirp4netns and needs be
|
||||
installed separately
|
||||
* --enable-sandbox is now out of experimental
|
||||
* New build dependeny: libslirp-devel >= 4.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 27 09:28:47 UTC 2020 - Ralf Haferkamp <rhafer@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: slirp4netns
|
||||
Version: 0.4.4
|
||||
Version: 1.0.0
|
||||
Release: 0
|
||||
Summary: User-mode networking for unprivileged network namespaces
|
||||
License: GPL-2.0-only AND MIT AND BSD-2-Clause
|
||||
@ -32,6 +32,7 @@ BuildRequires: glib2-devel
|
||||
BuildRequires: go-go-md2man
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libseccomp-devel
|
||||
BuildRequires: libslirp-devel
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user