Dominique Leuenberger 2022-04-22 19:55:09 +00:00 committed by Git OBS Bridge
parent 5202455bdd
commit c8954336f1
7 changed files with 18 additions and 11 deletions

View File

@ -4,7 +4,7 @@
<param name="url">https://github.com/rootless-containers/rootlesskit.git</param>
<param name="scm">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="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<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>

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d18b7c9c699853e3d6831156ba1a065728249e37e73549838b7c8606a4bd85ef
size 70289

View File

@ -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>

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -15,6 +15,7 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%global provider github
%global provider_tld com
%global project rootless-containers
@ -23,14 +24,14 @@
%global import_path %{provider_prefix}
Name: rootlesskit
Version: 0.14.6
Version: 1.0.0
Release: 0
Summary: Linux-native fakeroot using user namespaces
License: Apache-2.0
URL: https://github.com/rootless-containers/rootlesskit
Source: %{name}-%{version}.tar.gz
Source1: vendor.tar.gz
BuildRequires: golang(API) >= 1.13
BuildRequires: golang(API) >= 1.18
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%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/rootlessctl %{provider_prefix}/cmd/rootlessctl
%install
mkdir -p %{buildroot}%{_bindir}/
install -m 0755 _output/rootlesskit %{buildroot}%{_bindir}/rootlesskit

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6df6187612783636ef165f72eadf3ae7f068b2d3b341f2f80030c8e883747c31
size 1411425
oid sha256:84b3773f5f3cd2bea1566a244977ee3305e9b58f355cb479bdbb32557ec10344
size 1444987