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 C4FC5139337 for ; Sat, 31 Jul 2021 22:17:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA9ECE090F; Sat, 31 Jul 2021 22:17:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 93388E0907 for ; Sat, 31 Jul 2021 22:17:27 +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 92311343952 for ; Sat, 31 Jul 2021 22:17:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F19D84F for ; Sat, 31 Jul 2021 22:17:25 +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: <1627769619.42686e129518b15e023bba51bb7dc8f147418923.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/puppetserver/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/puppetserver/puppetserver-7.2.0-r1.ebuild app-admin/puppetserver/puppetserver-7.2.0.ebuild app-admin/puppetserver/puppetserver-7.2.1-r1.ebuild app-admin/puppetserver/puppetserver-7.2.1.ebuild X-VCS-Directories: app-admin/puppetserver/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 42686e129518b15e023bba51bb7dc8f147418923 X-VCS-Branch: master Date: Sat, 31 Jul 2021 22:17:25 +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: 430bb92c-b717-45c6-832b-cfc65b91c064 X-Archives-Hash: cb561eda4ff196109d2d5cda4895119d commit: 42686e129518b15e023bba51bb7dc8f147418923 Author: Sam James gentoo org> AuthorDate: Sat Jul 31 03:10:36 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 31 22:13:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42686e12 app-admin/puppetserver: [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. Revbump because the new tmpfiles inherit adds a new dependency (virtual/tmpfiles). Signed-off-by: Sam James gentoo.org> .../{puppetserver-7.2.0.ebuild => puppetserver-7.2.0-r1.ebuild} | 8 ++++---- .../{puppetserver-7.2.1.ebuild => puppetserver-7.2.1-r1.ebuild} | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app-admin/puppetserver/puppetserver-7.2.0.ebuild b/app-admin/puppetserver/puppetserver-7.2.0-r1.ebuild similarity index 97% rename from app-admin/puppetserver/puppetserver-7.2.0.ebuild rename to app-admin/puppetserver/puppetserver-7.2.0-r1.ebuild index 4d5a6144923..c2df215b358 100644 --- a/app-admin/puppetserver/puppetserver-7.2.0.ebuild +++ b/app-admin/puppetserver/puppetserver-7.2.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit multilib systemd +inherit multilib systemd tmpfiles DESCRIPTION="Puppet Server is the next-generation application for managing Puppet agents." HOMEPAGE="http://docs.puppetlabs.com/puppetserver/" @@ -104,12 +104,12 @@ src_install() { insinto /opt/puppetlabs/server/data doins ext/build-scripts/jruby-gem-list.txt doins ext/build-scripts/mri-gem-list-no-dependencies.txt - insopts -m 0644 - insinto /usr/lib/tmpfiles.d - newins ext/puppetserver.tmpfiles.conf puppetserver.conf + newtmpfiles ext/puppetserver.tmpfiles.conf puppetserver.conf } pkg_postinst() { + tmpfiles_process puppetserver.conf + elog "to install you may want to run the following:" elog elog "puppet config set --section master vardir /opt/puppetlabs/server/data/puppetserver" diff --git a/app-admin/puppetserver/puppetserver-7.2.1.ebuild b/app-admin/puppetserver/puppetserver-7.2.1-r1.ebuild similarity index 97% rename from app-admin/puppetserver/puppetserver-7.2.1.ebuild rename to app-admin/puppetserver/puppetserver-7.2.1-r1.ebuild index 0cf80aca0ef..15e9859ee75 100644 --- a/app-admin/puppetserver/puppetserver-7.2.1.ebuild +++ b/app-admin/puppetserver/puppetserver-7.2.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit multilib systemd +inherit multilib systemd tmpfiles DESCRIPTION="Puppet Server is the next-generation application for managing Puppet agents." HOMEPAGE="http://docs.puppetlabs.com/puppetserver/" @@ -104,12 +104,12 @@ src_install() { insinto /opt/puppetlabs/server/data doins ext/build-scripts/jruby-gem-list.txt doins ext/build-scripts/mri-gem-list-no-dependencies.txt - insopts -m 0644 - insinto /usr/lib/tmpfiles.d - newins ext/puppetserver.tmpfiles.conf puppetserver.conf + newtmpfiles ext/puppetserver.tmpfiles.conf puppetserver.conf } pkg_postinst() { + tmpfiles_process puppetserver.conf + elog "to install you may want to run the following:" elog elog "puppet config set --section master vardir /opt/puppetlabs/server/data/puppetserver"