Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] podman: Add fuse-overlayfs to depends
@ 2021-03-16  9:18 kartikynwa
  2021-03-17 13:58 ` kartikynwa
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: kartikynwa @ 2021-03-16  9:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 608 bytes --]

There is a new pull request by kartikynwa against master on the void-packages repository

https://github.com/kartikynwa/void-packages podman-add-overlay
https://github.com/void-linux/void-packages/pull/29505

podman: Add fuse-overlayfs to depends
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

Related to #29491 

A patch file from https://github.com/void-linux/void-packages/pull/29505.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-podman-add-overlay-29505.patch --]
[-- Type: text/x-diff, Size: 1171 bytes --]

From 4b8331590db5e52ce0488191f0509a78bc738360 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Tue, 16 Mar 2021 14:46:03 +0530
Subject: [PATCH] podman: Add fuse-overlayfs to depends

---
 srcpkgs/podman/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/podman/template b/srcpkgs/podman/template
index 470a811d86f6..1a186001f3db 100644
--- a/srcpkgs/podman/template
+++ b/srcpkgs/podman/template
@@ -1,7 +1,7 @@
 # Template file for 'podman'
 pkgname=podman
 version=3.0.1
-revision=1
+revision=2
 build_style=go
 go_import_path="github.com/containers/podman/v2"
 go_package="${go_import_path}/cmd/podman"
@@ -9,7 +9,7 @@ go_build_tags="seccomp apparmor containers_image_ostree_stub
  btrfs_noversion exclude_graphdriver_btrfs"
 hostmakedepends="pkg-config go-md2man"
 makedepends="gpgme-devel libseccomp-devel device-mapper-devel"
-depends="runc conmon cni-plugins slirp4netns containers.image"
+depends="runc conmon cni-plugins slirp4netns containers.image fuse-overlayfs"
 short_desc="Simple management tool for containers and images"
 maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="Apache-2.0"

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-03-22 11:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-16  9:18 [PR PATCH] podman: Add fuse-overlayfs to depends kartikynwa
2021-03-17 13:58 ` kartikynwa
2021-03-17 17:27 ` lemmi
2021-03-18  4:45 ` kartikynwa
2021-03-18 15:06 ` ahesford
2021-03-20  3:15 ` lemmi
2021-03-22 11:13 ` [PR PATCH] [Closed]: " lemmi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).