Accepting request 1057014 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1057014 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rootlesskit?expand=0&rev=3
This commit is contained in:
parent
c8954336f1
commit
3432512a7b
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">v1.0.0</param>
|
||||
<param name="revision">v1.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">1920341cd41e047834a21007424162a2dc946315</param></service></servicedata>
|
||||
<param name="changesrevision">6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d18b7c9c699853e3d6831156ba1a065728249e37e73549838b7c8606a4bd85ef
|
||||
size 70289
|
3
rootlesskit-1.1.0.tar.gz
Normal file
3
rootlesskit-1.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8eb20c0fb87ec9f464b0a6317e381b3a90cc58de61cec2b196b80ed3acf41250
|
||||
size 72414
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 24 16:43:43 UTC 2022 - andrea.manzini@suse.com
|
||||
|
||||
- Update to version 1.1.0:
|
||||
* Support using /usr/bin/getsubids (`--subid-source=dynamic`)
|
||||
Useful for SSSD environments (subid: sss in /etc/nsswitch.conf)
|
||||
|
||||
Full changes: https://github.com/rootless-containers/rootlesskit/milestone/3?closed=1
|
||||
|
||||
- bump vendor dependencies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 13:36:54 UTC 2022 - rpm@fthiessen.de
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%global import_path %{provider_prefix}
|
||||
|
||||
Name: rootlesskit
|
||||
Version: 1.0.0
|
||||
Version: 1.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:84b3773f5f3cd2bea1566a244977ee3305e9b58f355cb479bdbb32557ec10344
|
||||
size 1444987
|
||||
oid sha256:b78ac1be3dd4dd6ae8eaddb235dd4cd2fd962ca5aa400616d009ade82e07918d
|
||||
size 1533081
|
||||
|
Loading…
Reference in New Issue
Block a user