Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/
Date: Fri, 30 Jul 2021 23:31:18
Message-Id: 1627687815.740258017c5ce566db7d63260951d0a571b25a0c.sam@gentoo
1 commit: 740258017c5ce566db7d63260951d0a571b25a0c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 30 22:59:04 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 30 23:30:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74025801
7
8 sys-cluster/ceph: [QA] call tmpfiles_process in pkg_postinst
9
10 This is needed to actually apply the tmpfiles configuration
11 we've installed in the ebuild. See tmpfiles.eclass documentation.
12
13 Package-Manager: Portage-3.0.20, Repoman-3.0.3
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 sys-cluster/ceph/ceph-14.2.21-r2.ebuild | 1 +
17 sys-cluster/ceph/ceph-14.2.22.ebuild | 1 +
18 sys-cluster/ceph/ceph-15.2.12-r2.ebuild | 1 +
19 sys-cluster/ceph/ceph-15.2.13-r2.ebuild | 1 +
20 sys-cluster/ceph/ceph-16.2.4-r2.ebuild | 1 +
21 sys-cluster/ceph/ceph-16.2.5.ebuild | 1 +
22 6 files changed, 6 insertions(+)
23
24 diff --git a/sys-cluster/ceph/ceph-14.2.21-r2.ebuild b/sys-cluster/ceph/ceph-14.2.21-r2.ebuild
25 index aa787f1388b..5d1b43cae8f 100644
26 --- a/sys-cluster/ceph/ceph-14.2.21-r2.ebuild
27 +++ b/sys-cluster/ceph/ceph-14.2.21-r2.ebuild
28 @@ -389,4 +389,5 @@ src_install() {
29
30 pkg_postinst() {
31 readme.gentoo_print_elog
32 + tmpfiles_process ${PN}.conf
33 }
34
35 diff --git a/sys-cluster/ceph/ceph-14.2.22.ebuild b/sys-cluster/ceph/ceph-14.2.22.ebuild
36 index ab7a4ecf5a9..1288ebd6a78 100644
37 --- a/sys-cluster/ceph/ceph-14.2.22.ebuild
38 +++ b/sys-cluster/ceph/ceph-14.2.22.ebuild
39 @@ -388,4 +388,5 @@ src_install() {
40
41 pkg_postinst() {
42 readme.gentoo_print_elog
43 + tmpfiles_process ${PN}.conf
44 }
45
46 diff --git a/sys-cluster/ceph/ceph-15.2.12-r2.ebuild b/sys-cluster/ceph/ceph-15.2.12-r2.ebuild
47 index 75c961e4526..7e0b490c135 100644
48 --- a/sys-cluster/ceph/ceph-15.2.12-r2.ebuild
49 +++ b/sys-cluster/ceph/ceph-15.2.12-r2.ebuild
50 @@ -400,4 +400,5 @@ src_install() {
51
52 pkg_postinst() {
53 readme.gentoo_print_elog
54 + tmpfiles_process ${PN}.conf
55 }
56
57 diff --git a/sys-cluster/ceph/ceph-15.2.13-r2.ebuild b/sys-cluster/ceph/ceph-15.2.13-r2.ebuild
58 index 0244baef17e..bc1a96acf14 100644
59 --- a/sys-cluster/ceph/ceph-15.2.13-r2.ebuild
60 +++ b/sys-cluster/ceph/ceph-15.2.13-r2.ebuild
61 @@ -398,4 +398,5 @@ src_install() {
62
63 pkg_postinst() {
64 readme.gentoo_print_elog
65 + tmpfiles_process ${PN}.conf
66 }
67
68 diff --git a/sys-cluster/ceph/ceph-16.2.4-r2.ebuild b/sys-cluster/ceph/ceph-16.2.4-r2.ebuild
69 index ab8e538d648..e3804ec653b 100644
70 --- a/sys-cluster/ceph/ceph-16.2.4-r2.ebuild
71 +++ b/sys-cluster/ceph/ceph-16.2.4-r2.ebuild
72 @@ -447,4 +447,5 @@ src_install() {
73
74 pkg_postinst() {
75 readme.gentoo_print_elog
76 + tmpfiles_process ${PN}.conf
77 }
78
79 diff --git a/sys-cluster/ceph/ceph-16.2.5.ebuild b/sys-cluster/ceph/ceph-16.2.5.ebuild
80 index 834efe8eb5e..0aab57c79ca 100644
81 --- a/sys-cluster/ceph/ceph-16.2.5.ebuild
82 +++ b/sys-cluster/ceph/ceph-16.2.5.ebuild
83 @@ -447,4 +447,5 @@ src_install() {
84
85 pkg_postinst() {
86 readme.gentoo_print_elog
87 + tmpfiles_process ${PN}.conf
88 }