commit:     740258017c5ce566db7d63260951d0a571b25a0c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 30 22:59:04 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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
 }

Reply via email to