commit:     e997346dd006ea93d3ed22cf3bc8a276f0cdd326
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 30 23:14:31 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 30 23:30:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e997346d

net-fs/samba: [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>

 net-fs/samba/samba-4.13.10-r1.ebuild    | 2 ++
 net-fs/samba/samba-4.13.9-r2.ebuild     | 2 ++
 net-fs/samba/samba-4.14.4-r2.ebuild     | 2 ++
 net-fs/samba/samba-4.14.5-r2.ebuild     | 2 ++
 net-fs/samba/samba-4.14.6-r1.ebuild     | 2 ++
 net-fs/samba/samba-4.15.0_rc1-r1.ebuild | 2 ++
 6 files changed, 12 insertions(+)

diff --git a/net-fs/samba/samba-4.13.10-r1.ebuild 
b/net-fs/samba/samba-4.13.10-r1.ebuild
index c5eb38eb2f5..d04cb92e511 100644
--- a/net-fs/samba/samba-4.13.10-r1.ebuild
+++ b/net-fs/samba/samba-4.13.10-r1.ebuild
@@ -320,6 +320,8 @@ multilib_src_test() {
 }
 
 pkg_postinst() {
+       tmpfiles_process samba.conf
+
        if [[ -z ${REPLACING_VERSIONS} ]] ; then
                elog "Be aware that this release contains the best of all of 
Samba's"
                elog "technology parts, both a file server (that you can 
reasonably expect"

diff --git a/net-fs/samba/samba-4.13.9-r2.ebuild 
b/net-fs/samba/samba-4.13.9-r2.ebuild
index 1042fb9c1b7..494b4839314 100644
--- a/net-fs/samba/samba-4.13.9-r2.ebuild
+++ b/net-fs/samba/samba-4.13.9-r2.ebuild
@@ -320,6 +320,8 @@ multilib_src_test() {
 }
 
 pkg_postinst() {
+       tmpfiles_process samba.conf
+
        if [[ -z ${REPLACING_VERSIONS} ]] ; then
                elog "Be aware that this release contains the best of all of 
Samba's"
                elog "technology parts, both a file server (that you can 
reasonably expect"

diff --git a/net-fs/samba/samba-4.14.4-r2.ebuild 
b/net-fs/samba/samba-4.14.4-r2.ebuild
index 8c1e9a652ef..ac4c338a330 100644
--- a/net-fs/samba/samba-4.14.4-r2.ebuild
+++ b/net-fs/samba/samba-4.14.4-r2.ebuild
@@ -324,6 +324,8 @@ multilib_src_test() {
 }
 
 pkg_postinst() {
+       tmpfiles_process samba.conf
+
        if [[ -z ${REPLACING_VERSIONS} ]] ; then
                elog "Be aware that this release contains the best of all of 
Samba's"
                elog "technology parts, both a file server (that you can 
reasonably expect"

diff --git a/net-fs/samba/samba-4.14.5-r2.ebuild 
b/net-fs/samba/samba-4.14.5-r2.ebuild
index 39f4db75876..52f211eaa84 100644
--- a/net-fs/samba/samba-4.14.5-r2.ebuild
+++ b/net-fs/samba/samba-4.14.5-r2.ebuild
@@ -324,6 +324,8 @@ multilib_src_test() {
 }
 
 pkg_postinst() {
+       tmpfiles_process samba.conf
+
        if [[ -z ${REPLACING_VERSIONS} ]] ; then
                elog "Be aware that this release contains the best of all of 
Samba's"
                elog "technology parts, both a file server (that you can 
reasonably expect"

diff --git a/net-fs/samba/samba-4.14.6-r1.ebuild 
b/net-fs/samba/samba-4.14.6-r1.ebuild
index 8c1e9a652ef..ac4c338a330 100644
--- a/net-fs/samba/samba-4.14.6-r1.ebuild
+++ b/net-fs/samba/samba-4.14.6-r1.ebuild
@@ -324,6 +324,8 @@ multilib_src_test() {
 }
 
 pkg_postinst() {
+       tmpfiles_process samba.conf
+
        if [[ -z ${REPLACING_VERSIONS} ]] ; then
                elog "Be aware that this release contains the best of all of 
Samba's"
                elog "technology parts, both a file server (that you can 
reasonably expect"

diff --git a/net-fs/samba/samba-4.15.0_rc1-r1.ebuild 
b/net-fs/samba/samba-4.15.0_rc1-r1.ebuild
index 6f9535c6ca1..600ade43377 100644
--- a/net-fs/samba/samba-4.15.0_rc1-r1.ebuild
+++ b/net-fs/samba/samba-4.15.0_rc1-r1.ebuild
@@ -320,6 +320,8 @@ multilib_src_test() {
 }
 
 pkg_postinst() {
+       tmpfiles_process samba.conf
+
        if [[ -z ${REPLACING_VERSIONS} ]] ; then
                elog "Be aware that this release contains the best of all of 
Samba's"
                elog "technology parts, both a file server (that you can 
reasonably expect"

Reply via email to