forked from pool/slirp4netns
Accepting request 903657 from devel:kubic
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/903657 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/slirp4netns?expand=0&rev=12
This commit is contained in:
parent
7000d5716d
commit
63698d49dd
18
_service
18
_service
@ -1,17 +1,17 @@
|
||||
<services>
|
||||
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/rootless-containers/slirp4netns.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">slirp4netns</param>
|
||||
<param name="versionformat">1.1.8</param>
|
||||
<param name="revision">v1.1.8</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="url">https://github.com/rootless-containers/slirp4netns.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">slirp4netns</param>
|
||||
<param name="revision">v1.1.11</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
|
||||
<service name="set_version" mode="disabled" />
|
||||
</services>
|
||||
|
3
slirp4netns-1.1.11.tar.xz
Normal file
3
slirp4netns-1.1.11.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74b400b199a6e5ea14032833442d59c5901d4abf7af2d4278e26369b79b014aa
|
||||
size 49480
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66e6a3a7004a19f72f1c298840410759aa7210e861d16d08465afe2df91bdf13
|
||||
size 48744
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 24 11:20:32 UTC 2021 - rpm@fthiessen.de
|
||||
|
||||
- Update to version 1.1.11:
|
||||
* Add --macaddress option to specify the MAC address of the tap
|
||||
interface.
|
||||
* Updated the man page.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 08 13:26:41 UTC 2021 - rbrown@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: slirp4netns
|
||||
Version: 1.1.8
|
||||
Version: 1.1.11
|
||||
Release: 0
|
||||
Summary: User-mode networking for unprivileged network namespaces
|
||||
License: GPL-2.0-only AND MIT AND BSD-2-Clause
|
||||
@ -33,7 +33,6 @@ BuildRequires: go-go-md2man
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libseccomp-devel
|
||||
BuildRequires: libslirp-devel
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
slirp for network namespaces, without copying buffers across the namespaces.
|
||||
|
Loading…
Reference in New Issue
Block a user