Accepting request 1238919 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1238919 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rootlesskit?expand=0&rev=12
This commit is contained in:
commit
075f4c7bbe
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">v2.3.1</param>
|
<param name="revision">v2.3.2</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">fcc67feacd7deea8bca12a1a849e638704b8e7d2</param></service></servicedata>
|
<param name="changesrevision">b8175e1f0b3987b9e2bd04e373f63b0ba0aa17c9</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1f5663bc50915a6e8796c4bedf6c27d6092e46c407442d981f2eb760f36491d5
|
|
||||||
size 81081
|
|
3
rootlesskit-2.3.2.tar.gz
Normal file
3
rootlesskit-2.3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1c59235fdb9324d97d8db61acebde378089ac399744b8548dbfabda2eabf6e81
|
||||||
|
size 81823
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 20 06:40:39 UTC 2025 - madhankumar.chellamuthu@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.3.2:
|
||||||
|
* v2.3.2
|
||||||
|
* CI: update Docker (27.5.0)
|
||||||
|
* go.mod: github.com/insomniacslk/dhcp v0.0.0-20250109001534-8abf58130905
|
||||||
|
* Build(deps): Bump actions/attest-build-provenance from 1 to 2
|
||||||
|
* dependabot: add github-actions
|
||||||
|
* CI: update pasta (2024_12_11.09478d5)
|
||||||
|
* pasta: set `--host-lo-to-ns-lo`
|
||||||
|
* go fmt
|
||||||
|
* Build(deps): Bump golang.org/x/net from 0.28.0 to 0.33.0
|
||||||
|
* Build(deps): Bump golang.org/x/sys from 0.28.0 to 0.29.0
|
||||||
|
* fix: allow to propagate the address specified in -p option
|
||||||
|
* Build(deps): Bump golang.org/x/sys from 0.27.0 to 0.28.0
|
||||||
|
* Build(deps): Bump golang.org/x/sys from 0.25.0 to 0.27.0
|
||||||
|
* Build(deps): Bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1
|
||||||
|
* Build(deps): Bump github.com/urfave/cli/v2 from 2.27.4 to 2.27.5
|
||||||
|
* Build(deps): Bump golang.org/x/sys from 0.24.0 to 0.25.0
|
||||||
|
* port/builtin: return proper error for sctp
|
||||||
|
* Build(deps): Bump github.com/Masterminds/semver/v3 from 3.2.1 to 3.3.0
|
||||||
|
* docs/network: Mention that pasta won't work with some Ubuntu package versions
|
||||||
|
* docs/network: Don't suggest removing AppArmor rules for pasta
|
||||||
|
* pasta: Update comment about issue with AppArmor and creation of user namespace
|
||||||
|
* v2.3.1+dev
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 05 10:58:24 UTC 2024 - dcermak@suse.com
|
Thu Sep 05 10:58:24 UTC 2024 - dcermak@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rootlesskit
|
# spec file for package rootlesskit
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 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
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rootlesskit
|
Name: rootlesskit
|
||||||
Version: 2.3.1
|
Version: 2.3.2
|
||||||
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
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:ce6dae7d87c06f06e885cbd78f92c9e6412a8fd746726e19f8b8de9e278bbb34
|
oid sha256:6c645fa30c9bd7c1afc978e7a0ab5d315a3be5b8e2e5db5bcb97a3ff1608f2eb
|
||||||
size 1623675
|
size 1633638
|
||||||
|
Loading…
Reference in New Issue
Block a user