Accepting request 1179655 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1179655 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rootlesskit?expand=0&rev=9
This commit is contained in:
commit
dbc9782c6a
2
_service
2
_service
@ -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">v2.0.2</param>
|
||||
<param name="revision">v2.1.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/rootless-containers/rootlesskit.git</param>
|
||||
<param name="changesrevision">9e7dd3380db22481df6c9570a04ba4f3c10315ed</param></service></servicedata>
|
||||
<param name="changesrevision">da77c66a62412f8631fd9ce17653a3ee36802215</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7535a507458b4469ad278ae59cb805218c7c98dc4e581fb3a6a71cd08253962a
|
||||
size 77291
|
3
rootlesskit-2.1.0.tar.gz
Normal file
3
rootlesskit-2.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1764ce16a156d16480b4afaec54c348146cd52cc28a46319590aad84fc2cebae
|
||||
size 78411
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 07:41:21 UTC 2024 - danish.prakash@suse.com
|
||||
|
||||
- Update to version 2.1.0:
|
||||
* v2.1.0
|
||||
* Build(deps): Bump golang.org/x/net from 0.20.0 to 0.23.0
|
||||
* feat: add new none network
|
||||
* Build(deps): Bump golang.org/x/sys from 0.18.0 to 0.19.0
|
||||
* testing: add test for systemd socket activation
|
||||
* child: createCmd: propogate systemd files to actual process within namespace
|
||||
* parent: setupFilesAndEnv: retrieve socket count from systemd environment variable
|
||||
* parent: setupFilesAndEnv: systemd socket activation concept
|
||||
* parent: setupFilesAndEnv: introduce dynamic array for cmd.ExtraFiles
|
||||
* parent: setupFilesAndEnv: avoid hardcoded file descriptor numbers
|
||||
* parent: refactor cmd files and environment to helper function
|
||||
* Build(deps): Bump github.com/containernetworking/plugins
|
||||
* v2.0.2+dev
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 10:48:03 UTC 2024 - danish.prakash@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rootlesskit
|
||||
Version: 2.0.2
|
||||
Version: 2.1.0
|
||||
Release: 0
|
||||
Summary: Linux-native fakeroot using user namespaces
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca1922ece78ad156c42a73c1f5929b0362db228a99834ced125d3b057f5f6899
|
||||
size 1617656
|
||||
oid sha256:29411ad8f3a612cc66288e94ba82dd54bfc6e1aa3f61dde773ffc1f4a9e57947
|
||||
size 1587212
|
||||
|
Loading…
Reference in New Issue
Block a user