Package: golang-github-containers-storage / 1.43.0+ds1-8
Metadata
Package | Version | Patches format |
---|---|---|
golang-github-containers-storage | 1.43.0+ds1-8 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
Fix FTBFS btrfs progs 6.1.patch | (download) |
drivers/btrfs/btrfs.go |
5 4 + 1 - 0 ! |
fix ftbfs btrfs-progs 6.1 Bugs-Debian: #1027116 |
userns as root fix.patch | (download) |
pkg/unshare/unshare_linux.go |
2 1 + 1 - 0 ! |
[patch] unshare: fix creating a userns when running as root this check would prevent the function to ever be used when running as root, since we won't check what capabilities are currently available to the process. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> (cherry picked from commit 1af3928e9bf16d9c39d3d60bf3ec6bb7167989a6) |
fix clone on s390.patch | (download) |
drivers/overlay/idmapped_utils.go |
10 9 + 1 - 0 ! |
[patch] overlay: fix call to clone on s390x the two arguments to clone are swapped on s390x. This patch fixes the call when running on s390x. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2108887 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> |
reject empty graphroot.patch | (download) |
types/options.go |
28 16 + 12 - 0 ! |
[patch] options: reject empty runroot or graphroot make sure that the runroot and graphroot are not empty otherwise we will end up using an empty directory as path prefix and create files in the current directory. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> |
1