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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1520E158090 for ; Sun, 29 May 2022 23:06:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AD3BE095D; Sun, 29 May 2022 23:06:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F3E7E095D for ; Sun, 29 May 2022 23:06:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B0A63412CC for ; Sun, 29 May 2022 23:06:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A41A4D9 for ; Sun, 29 May 2022 23:06:47 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1653865423.6ca0087a5c5960f16b9d6f8fe460e7fcd8a7abc3.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/placement/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/placement/placement-7.0.0-r1.ebuild sys-cluster/placement/placement-7.0.0.ebuild X-VCS-Directories: sys-cluster/placement/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 6ca0087a5c5960f16b9d6f8fe460e7fcd8a7abc3 X-VCS-Branch: dev Date: Sun, 29 May 2022 23:06:47 +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: a0aa6cd9-7c96-44ac-808a-23337cd40a47 X-Archives-Hash: ed13496a171466fe5bdd9fb6ece83fa6 commit: 6ca0087a5c5960f16b9d6f8fe460e7fcd8a7abc3 Author: Alessandro Barbieri gmail com> AuthorDate: Sun May 29 23:03:43 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun May 29 23:03:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6ca0087a sys-cluster/placement: use root perms for logrotate Signed-off-by: Alessandro Barbieri gmail.com> .../placement/{placement-7.0.0.ebuild => placement-7.0.0-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-cluster/placement/placement-7.0.0.ebuild b/sys-cluster/placement/placement-7.0.0-r1.ebuild similarity index 100% rename from sys-cluster/placement/placement-7.0.0.ebuild rename to sys-cluster/placement/placement-7.0.0-r1.ebuild index de17ce395..a1eb2e41c 100644 --- a/sys-cluster/placement/placement-7.0.0.ebuild +++ b/sys-cluster/placement/placement-7.0.0-r1.ebuild @@ -72,6 +72,9 @@ python_compile_all() { python_install_all() { distutils-r1_python_install_all + insinto /etc/logrotate.d + newins "${FILESDIR}/placement.logrotate" placement + diropts -m 0750 -o placement -g placement insinto /etc/placement insopts -m 0640 -o placement -g placement @@ -83,9 +86,6 @@ python_install_all() { dobin tools/postgresql-migrate-db.sh newtmpfiles "${FILESDIR}/placement.tmpfile" placement.conf - - insinto /etc/logrotate.d - newins "${FILESDIR}/placement.logrotate" placement } pkg_postinst() {