Accepting request 686894 from devel:kubic
- Change _service to use releases instead of git commit references (forwarded request 686893 from RBrownSUSE) OBS-URL: https://build.opensuse.org/request/show/686894 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/slirp4netns?expand=0&rev=2
This commit is contained in:
parent
e18e4c96ea
commit
4f01e83877
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">git.%h</param>
|
||||
<param name="revision">39e87c0e66345edf7fd6e0bd1f61aa842617e757</param>
|
||||
<param name="versionformat">0.3.0~beta1</param>
|
||||
<param name="revision">v0.3.0-beta.1</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
3
slirp4netns-0.3.0~beta1.tar.xz
Normal file
3
slirp4netns-0.3.0~beta1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df754910ff6e73018674dcf80938fe4124f562d7794bd06bf042747876780f42
|
||||
size 134832
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2773e2ae05d5b6a63e844cf51ed74b1c19e562ccd6be490940cd19b38840a00b
|
||||
size 98176
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 20 09:49:55 UTC 2019 - Richard Brown <rbrown@suse.com>
|
||||
|
||||
- Change _service to use releases instead of git commit references
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 18 18:23:51 UTC 2019 - Oliver Bengs <appleonkel@opensuse.org>
|
||||
|
||||
- Update to 0.3.0-beta1
|
||||
* Support protecting 127.0.0.1 on the host (--disable-host-loopback)
|
||||
* Support specifying CIDR like 10.0.2.0/24 (--cidr)
|
||||
* Fix CVE-2019-6778
|
||||
* Synced with QEMU upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 17 09:15:55 UTC 2018 - Valentin Rothberg <vrothberg@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package slirp4netns
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,22 +16,19 @@
|
||||
#
|
||||
|
||||
|
||||
%define git_commit 39e87c0e66345edf7fd6e0bd1f61aa842617e757
|
||||
%define git_short_commit 39e87c0e6634
|
||||
# git_revision=r$(git rev-list HEAD | wc -l)
|
||||
%define git_revision r54
|
||||
Name: slirp4netns
|
||||
Version: 0.1+git%{git_revision}_%{git_short_commit}
|
||||
Version: 0.3.0~beta1
|
||||
Release: 0
|
||||
Summary: User-mode networking for unprivileged network namespaces
|
||||
License: GPL-2.0-only
|
||||
Group: System/Management
|
||||
URL: https://github.com/rootless-containers/slirp4netns
|
||||
Source0: %{name}-git.%{git_short_commit}.tar.xz
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: gcc
|
||||
BuildRequires: git
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: go-go-md2man
|
||||
BuildRequires: make
|
||||
|
||||
@ -39,7 +36,7 @@ BuildRequires: make
|
||||
slirp for network namespaces, without copying buffers across the namespaces.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-git.%{git_short_commit}
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
|
Loading…
Reference in New Issue
Block a user