Accepting request 972204 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/972204 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rootlesskit?expand=0&rev=2
This commit is contained in:
parent
5202455bdd
commit
c8954336f1
2
_service
2
_service
@ -4,7 +4,7 @@
|
|||||||
<param name="url">https://github.com/rootless-containers/rootlesskit.git</param>
|
<param name="url">https://github.com/rootless-containers/rootlesskit.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="revision">v0.14.6</param>
|
<param name="revision">v1.0.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/rootless-containers/rootlesskit.git</param>
|
<param name="url">https://github.com/rootless-containers/rootlesskit.git</param>
|
||||||
<param name="changesrevision">b25a0bad15d664c4ee8885ba622569425e918a68</param></service></servicedata>
|
<param name="changesrevision">1920341cd41e047834a21007424162a2dc946315</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5cb3293b84a42af84b995f3ab6f68fca20139f339103d305a1f276ad0f689c49
|
|
||||||
size 70946
|
|
3
rootlesskit-1.0.0.tar.gz
Normal file
3
rootlesskit-1.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d18b7c9c699853e3d6831156ba1a065728249e37e73549838b7c8606a4bd85ef
|
||||||
|
size 70289
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 22 13:36:54 UTC 2022 - rpm@fthiessen.de
|
||||||
|
|
||||||
|
- Update to version 1.0.0:
|
||||||
|
* use Go 1.18
|
||||||
|
* updated some dependencies
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 23 11:21:49 UTC 2021 - Richard Brown <rbrown@suse.com>
|
Tue Nov 23 11:21:49 UTC 2021 - Richard Brown <rbrown@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rootlesskit
|
# spec file for package rootlesskit
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%global provider github
|
%global provider github
|
||||||
%global provider_tld com
|
%global provider_tld com
|
||||||
%global project rootless-containers
|
%global project rootless-containers
|
||||||
@ -23,14 +24,14 @@
|
|||||||
%global import_path %{provider_prefix}
|
%global import_path %{provider_prefix}
|
||||||
|
|
||||||
Name: rootlesskit
|
Name: rootlesskit
|
||||||
Version: 0.14.6
|
Version: 1.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Linux-native fakeroot using user namespaces
|
Summary: Linux-native fakeroot using user namespaces
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/rootless-containers/rootlesskit
|
URL: https://github.com/rootless-containers/rootlesskit
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
Source1: vendor.tar.gz
|
Source1: vendor.tar.gz
|
||||||
BuildRequires: golang(API) >= 1.13
|
BuildRequires: golang(API) >= 1.18
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -46,7 +47,6 @@ the real root on the host from potential container-breakout attacks.
|
|||||||
go build -mod=vendor -buildmode=pie -o _output/rootlesskit %{provider_prefix}/cmd/rootlesskit
|
go build -mod=vendor -buildmode=pie -o _output/rootlesskit %{provider_prefix}/cmd/rootlesskit
|
||||||
go build -mod=vendor -buildmode=pie -o _output/rootlessctl %{provider_prefix}/cmd/rootlessctl
|
go build -mod=vendor -buildmode=pie -o _output/rootlessctl %{provider_prefix}/cmd/rootlessctl
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{_bindir}/
|
mkdir -p %{buildroot}%{_bindir}/
|
||||||
install -m 0755 _output/rootlesskit %{buildroot}%{_bindir}/rootlesskit
|
install -m 0755 _output/rootlesskit %{buildroot}%{_bindir}/rootlesskit
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:6df6187612783636ef165f72eadf3ae7f068b2d3b341f2f80030c8e883747c31
|
oid sha256:84b3773f5f3cd2bea1566a244977ee3305e9b58f355cb479bdbb32557ec10344
|
||||||
size 1411425
|
size 1444987
|
||||||
|
Loading…
Reference in New Issue
Block a user