Accepting request 1038195 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1038195 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/slirp4netns?expand=0&rev=13
This commit is contained in:
parent
63698d49dd
commit
e9ec23922d
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<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="revision">v1.2.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74b400b199a6e5ea14032833442d59c5901d4abf7af2d4278e26369b79b014aa
|
||||
size 49480
|
3
slirp4netns-1.2.0.tar.xz
Normal file
3
slirp4netns-1.2.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:581e8aef1c2dabe94b1ef7ef6b31762dfa404edc5b4b800e4034e3add670d403
|
||||
size 52508
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 22 13:00:10 UTC 2022 - Dan Čermák <dcermak@suse.com>
|
||||
|
||||
- New upstream release 1.2.0:
|
||||
* Add slirp4netns --target-type=bess /path/to/bess.sock for supporting UML (#281)
|
||||
* Explicitly support DHCP (#270)
|
||||
* Update parson to v1.1.3 (#273) kgabis/parson@70dc239...2d7b3dd
|
||||
* Refactored tests (#271)
|
||||
- modernize spec file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 24 11:20:32 UTC 2021 - rpm@fthiessen.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package slirp4netns
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: slirp4netns
|
||||
Version: 1.1.11
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
Summary: User-mode networking for unprivileged network namespaces
|
||||
License: GPL-2.0-only AND MIT AND BSD-2-Clause
|
||||
@ -38,13 +38,12 @@ BuildRequires: libslirp-devel
|
||||
slirp for network namespaces, without copying buffers across the namespaces.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
make %{?_smp_mflags} generate-man
|
||||
%make_build all generate-man
|
||||
|
||||
%install
|
||||
install -D -m 0755 %{name} %{buildroot}/%{_bindir}/%{name}
|
||||
|
Loading…
Reference in New Issue
Block a user