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 11B9313934F for ; Fri, 30 Jul 2021 23:31:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38E9AE08FC; Fri, 30 Jul 2021 23:31:16 +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 16B0BE08FB for ; Fri, 30 Jul 2021 23:31:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D2A9A343207 for ; Fri, 30 Jul 2021 23:31:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CF7186F for ; Fri, 30 Jul 2021 23:31:11 +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: <1627687815.740258017c5ce566db7d63260951d0a571b25a0c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/ceph/ceph-14.2.21-r2.ebuild sys-cluster/ceph/ceph-14.2.22.ebuild sys-cluster/ceph/ceph-15.2.12-r2.ebuild sys-cluster/ceph/ceph-15.2.13-r2.ebuild sys-cluster/ceph/ceph-16.2.4-r2.ebuild sys-cluster/ceph/ceph-16.2.5.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 740258017c5ce566db7d63260951d0a571b25a0c X-VCS-Branch: master Date: Fri, 30 Jul 2021 23:31:11 +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: aad569a5-35a1-4acb-852c-9f2573aa8b6d X-Archives-Hash: 5cbf9497748da4f78489d5320c05a1f0 commit: 740258017c5ce566db7d63260951d0a571b25a0c Author: Sam James gentoo org> AuthorDate: Fri Jul 30 22:59:04 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 30 23:30:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74025801 sys-cluster/ceph: [QA] call tmpfiles_process in pkg_postinst This is needed to actually apply the tmpfiles configuration we've installed in the ebuild. See tmpfiles.eclass documentation. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sam James gentoo.org> sys-cluster/ceph/ceph-14.2.21-r2.ebuild | 1 + sys-cluster/ceph/ceph-14.2.22.ebuild | 1 + sys-cluster/ceph/ceph-15.2.12-r2.ebuild | 1 + sys-cluster/ceph/ceph-15.2.13-r2.ebuild | 1 + sys-cluster/ceph/ceph-16.2.4-r2.ebuild | 1 + sys-cluster/ceph/ceph-16.2.5.ebuild | 1 + 6 files changed, 6 insertions(+) diff --git a/sys-cluster/ceph/ceph-14.2.21-r2.ebuild b/sys-cluster/ceph/ceph-14.2.21-r2.ebuild index aa787f1388b..5d1b43cae8f 100644 --- a/sys-cluster/ceph/ceph-14.2.21-r2.ebuild +++ b/sys-cluster/ceph/ceph-14.2.21-r2.ebuild @@ -389,4 +389,5 @@ src_install() { pkg_postinst() { readme.gentoo_print_elog + tmpfiles_process ${PN}.conf } diff --git a/sys-cluster/ceph/ceph-14.2.22.ebuild b/sys-cluster/ceph/ceph-14.2.22.ebuild index ab7a4ecf5a9..1288ebd6a78 100644 --- a/sys-cluster/ceph/ceph-14.2.22.ebuild +++ b/sys-cluster/ceph/ceph-14.2.22.ebuild @@ -388,4 +388,5 @@ src_install() { pkg_postinst() { readme.gentoo_print_elog + tmpfiles_process ${PN}.conf } diff --git a/sys-cluster/ceph/ceph-15.2.12-r2.ebuild b/sys-cluster/ceph/ceph-15.2.12-r2.ebuild index 75c961e4526..7e0b490c135 100644 --- a/sys-cluster/ceph/ceph-15.2.12-r2.ebuild +++ b/sys-cluster/ceph/ceph-15.2.12-r2.ebuild @@ -400,4 +400,5 @@ src_install() { pkg_postinst() { readme.gentoo_print_elog + tmpfiles_process ${PN}.conf } diff --git a/sys-cluster/ceph/ceph-15.2.13-r2.ebuild b/sys-cluster/ceph/ceph-15.2.13-r2.ebuild index 0244baef17e..bc1a96acf14 100644 --- a/sys-cluster/ceph/ceph-15.2.13-r2.ebuild +++ b/sys-cluster/ceph/ceph-15.2.13-r2.ebuild @@ -398,4 +398,5 @@ src_install() { pkg_postinst() { readme.gentoo_print_elog + tmpfiles_process ${PN}.conf } diff --git a/sys-cluster/ceph/ceph-16.2.4-r2.ebuild b/sys-cluster/ceph/ceph-16.2.4-r2.ebuild index ab8e538d648..e3804ec653b 100644 --- a/sys-cluster/ceph/ceph-16.2.4-r2.ebuild +++ b/sys-cluster/ceph/ceph-16.2.4-r2.ebuild @@ -447,4 +447,5 @@ src_install() { pkg_postinst() { readme.gentoo_print_elog + tmpfiles_process ${PN}.conf } diff --git a/sys-cluster/ceph/ceph-16.2.5.ebuild b/sys-cluster/ceph/ceph-16.2.5.ebuild index 834efe8eb5e..0aab57c79ca 100644 --- a/sys-cluster/ceph/ceph-16.2.5.ebuild +++ b/sys-cluster/ceph/ceph-16.2.5.ebuild @@ -447,4 +447,5 @@ src_install() { pkg_postinst() { readme.gentoo_print_elog + tmpfiles_process ${PN}.conf }