Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/
Date: Fri, 30 Jul 2021 23:31:15
Message-Id: 1627687804.e997346dd006ea93d3ed22cf3bc8a276f0cdd326.sam@gentoo
1 commit: e997346dd006ea93d3ed22cf3bc8a276f0cdd326
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 30 23:14:31 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 30 23:30:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e997346d
7
8 net-fs/samba: [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 net-fs/samba/samba-4.13.10-r1.ebuild | 2 ++
17 net-fs/samba/samba-4.13.9-r2.ebuild | 2 ++
18 net-fs/samba/samba-4.14.4-r2.ebuild | 2 ++
19 net-fs/samba/samba-4.14.5-r2.ebuild | 2 ++
20 net-fs/samba/samba-4.14.6-r1.ebuild | 2 ++
21 net-fs/samba/samba-4.15.0_rc1-r1.ebuild | 2 ++
22 6 files changed, 12 insertions(+)
23
24 diff --git a/net-fs/samba/samba-4.13.10-r1.ebuild b/net-fs/samba/samba-4.13.10-r1.ebuild
25 index c5eb38eb2f5..d04cb92e511 100644
26 --- a/net-fs/samba/samba-4.13.10-r1.ebuild
27 +++ b/net-fs/samba/samba-4.13.10-r1.ebuild
28 @@ -320,6 +320,8 @@ multilib_src_test() {
29 }
30
31 pkg_postinst() {
32 + tmpfiles_process samba.conf
33 +
34 if [[ -z ${REPLACING_VERSIONS} ]] ; then
35 elog "Be aware that this release contains the best of all of Samba's"
36 elog "technology parts, both a file server (that you can reasonably expect"
37
38 diff --git a/net-fs/samba/samba-4.13.9-r2.ebuild b/net-fs/samba/samba-4.13.9-r2.ebuild
39 index 1042fb9c1b7..494b4839314 100644
40 --- a/net-fs/samba/samba-4.13.9-r2.ebuild
41 +++ b/net-fs/samba/samba-4.13.9-r2.ebuild
42 @@ -320,6 +320,8 @@ multilib_src_test() {
43 }
44
45 pkg_postinst() {
46 + tmpfiles_process samba.conf
47 +
48 if [[ -z ${REPLACING_VERSIONS} ]] ; then
49 elog "Be aware that this release contains the best of all of Samba's"
50 elog "technology parts, both a file server (that you can reasonably expect"
51
52 diff --git a/net-fs/samba/samba-4.14.4-r2.ebuild b/net-fs/samba/samba-4.14.4-r2.ebuild
53 index 8c1e9a652ef..ac4c338a330 100644
54 --- a/net-fs/samba/samba-4.14.4-r2.ebuild
55 +++ b/net-fs/samba/samba-4.14.4-r2.ebuild
56 @@ -324,6 +324,8 @@ multilib_src_test() {
57 }
58
59 pkg_postinst() {
60 + tmpfiles_process samba.conf
61 +
62 if [[ -z ${REPLACING_VERSIONS} ]] ; then
63 elog "Be aware that this release contains the best of all of Samba's"
64 elog "technology parts, both a file server (that you can reasonably expect"
65
66 diff --git a/net-fs/samba/samba-4.14.5-r2.ebuild b/net-fs/samba/samba-4.14.5-r2.ebuild
67 index 39f4db75876..52f211eaa84 100644
68 --- a/net-fs/samba/samba-4.14.5-r2.ebuild
69 +++ b/net-fs/samba/samba-4.14.5-r2.ebuild
70 @@ -324,6 +324,8 @@ multilib_src_test() {
71 }
72
73 pkg_postinst() {
74 + tmpfiles_process samba.conf
75 +
76 if [[ -z ${REPLACING_VERSIONS} ]] ; then
77 elog "Be aware that this release contains the best of all of Samba's"
78 elog "technology parts, both a file server (that you can reasonably expect"
79
80 diff --git a/net-fs/samba/samba-4.14.6-r1.ebuild b/net-fs/samba/samba-4.14.6-r1.ebuild
81 index 8c1e9a652ef..ac4c338a330 100644
82 --- a/net-fs/samba/samba-4.14.6-r1.ebuild
83 +++ b/net-fs/samba/samba-4.14.6-r1.ebuild
84 @@ -324,6 +324,8 @@ multilib_src_test() {
85 }
86
87 pkg_postinst() {
88 + tmpfiles_process samba.conf
89 +
90 if [[ -z ${REPLACING_VERSIONS} ]] ; then
91 elog "Be aware that this release contains the best of all of Samba's"
92 elog "technology parts, both a file server (that you can reasonably expect"
93
94 diff --git a/net-fs/samba/samba-4.15.0_rc1-r1.ebuild b/net-fs/samba/samba-4.15.0_rc1-r1.ebuild
95 index 6f9535c6ca1..600ade43377 100644
96 --- a/net-fs/samba/samba-4.15.0_rc1-r1.ebuild
97 +++ b/net-fs/samba/samba-4.15.0_rc1-r1.ebuild
98 @@ -320,6 +320,8 @@ multilib_src_test() {
99 }
100
101 pkg_postinst() {
102 + tmpfiles_process samba.conf
103 +
104 if [[ -z ${REPLACING_VERSIONS} ]] ; then
105 elog "Be aware that this release contains the best of all of Samba's"
106 elog "technology parts, both a file server (that you can reasonably expect"