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 A746C139000 for ; Fri, 30 Jul 2021 23:31:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BEC8E08C8; Fri, 30 Jul 2021 23:31:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1C3AEE08C8 for ; Fri, 30 Jul 2021 23:31:13 +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 C11413432F3 for ; Fri, 30 Jul 2021 23:31:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5464E84C for ; Fri, 30 Jul 2021 23:31:10 +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: <1627687804.e997346dd006ea93d3ed22cf3bc8a276f0cdd326.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/samba/samba-4.13.10-r1.ebuild net-fs/samba/samba-4.13.9-r2.ebuild net-fs/samba/samba-4.14.4-r2.ebuild net-fs/samba/samba-4.14.5-r2.ebuild net-fs/samba/samba-4.14.6-r1.ebuild net-fs/samba/samba-4.15.0_rc1-r1.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e997346dd006ea93d3ed22cf3bc8a276f0cdd326 X-VCS-Branch: master Date: Fri, 30 Jul 2021 23:31:10 +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: 734a71b7-e60c-487a-9464-32fe9defde93 X-Archives-Hash: 6d952b997f9b66c06d356734b18644d2 commit: e997346dd006ea93d3ed22cf3bc8a276f0cdd326 Author: Sam James gentoo org> AuthorDate: Fri Jul 30 23:14:31 2021 +0000 Commit: Sam James gentoo 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 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"