From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A306F158F57 for ; Tue, 17 Aug 2021 00:56:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58818E0829; Tue, 17 Aug 2021 00:56:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D655E0817 for ; Tue, 17 Aug 2021 00:56:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 714B9335D9D for ; Tue, 17 Aug 2021 00:56:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9DA28B2 for ; Tue, 17 Aug 2021 00:56:05 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1629161461.b7b4a8ea09b8c175581e39e3f4060edecabfd9dd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/podman/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/podman/podman-3.1.2-r1.ebuild app-emulation/podman/podman-3.1.2.ebuild app-emulation/podman/podman-3.2.1-r1.ebuild app-emulation/podman/podman-3.2.1.ebuild X-VCS-Directories: app-emulation/podman/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b7b4a8ea09b8c175581e39e3f4060edecabfd9dd X-VCS-Branch: master Date: Tue, 17 Aug 2021 00:56:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: de80b7a0-5b3a-4817-9f76-987b68bc045f X-Archives-Hash: da32bfd3729c534e7ae179cf4ba415d5 commit: b7b4a8ea09b8c175581e39e3f4060edecabfd9dd Author: Sam James gentoo org> AuthorDate: Tue Aug 17 00:51:01 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 17 00:51:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7b4a8ea app-emulation/podman: [QA] add missing tmpfiles_process call Revbump for the missing tmpfiles.eclass inherit which adds a virtual/tmpfiles RDEPEND. Closes: https://bugs.gentoo.org/808659 Signed-off-by: Sam James gentoo.org> app-emulation/podman/{podman-3.1.2.ebuild => podman-3.1.2-r1.ebuild} | 4 +++- app-emulation/podman/{podman-3.2.1.ebuild => podman-3.2.1-r1.ebuild} | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app-emulation/podman/podman-3.1.2.ebuild b/app-emulation/podman/podman-3.1.2-r1.ebuild similarity index 98% rename from app-emulation/podman/podman-3.1.2.ebuild rename to app-emulation/podman/podman-3.1.2-r1.ebuild index 1ab7287d3c7..ce8fb2e7471 100644 --- a/app-emulation/podman/podman-3.1.2.ebuild +++ b/app-emulation/podman/podman-3.1.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 EGIT_COMMIT="51b8ddbc22cf5b10dd76dd9243924aa66ad7db39" -inherit bash-completion-r1 flag-o-matic go-module +inherit bash-completion-r1 flag-o-matic go-module tmpfiles DESCRIPTION="Library and podman tool for running OCI-based containers in Pods" HOMEPAGE="https://github.com/containers/podman/" @@ -140,6 +140,8 @@ pkg_preinst() { } pkg_postinst() { + tmpfiles_process podman.conf + local want_newline=false if [[ ! ( -e ${EROOT%/*}/etc/containers/policy.json && -e ${EROOT%/*}/etc/containers/registries.conf ) ]]; then elog "You need to create the following config files:" diff --git a/app-emulation/podman/podman-3.2.1.ebuild b/app-emulation/podman/podman-3.2.1-r1.ebuild similarity index 98% rename from app-emulation/podman/podman-3.2.1.ebuild rename to app-emulation/podman/podman-3.2.1-r1.ebuild index 26de438a63d..090d5367af6 100644 --- a/app-emulation/podman/podman-3.2.1.ebuild +++ b/app-emulation/podman/podman-3.2.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 EGIT_COMMIT="152952fe6b18581615c3efd1fafef2d8142738e8" -inherit bash-completion-r1 flag-o-matic go-module +inherit bash-completion-r1 flag-o-matic go-module tmpfiles DESCRIPTION="Library and podman tool for running OCI-based containers in Pods" HOMEPAGE="https://github.com/containers/podman/" @@ -140,6 +140,8 @@ pkg_preinst() { } pkg_postinst() { + tmpfiles_process podman.conf + local want_newline=false if [[ ! ( -e ${EROOT%/*}/etc/containers/policy.json && -e ${EROOT%/*}/etc/containers/registries.conf ) ]]; then elog "You need to create the following config files:"