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 D0CBE158041 for ; Mon, 6 Sep 2021 14:13:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FBECE0843; Mon, 6 Sep 2021 14:13:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 17CC2E0843 for ; Mon, 6 Sep 2021 14:13:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DBF02340FE7 for ; Mon, 6 Sep 2021 14:13:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F418AA7 for ; Mon, 6 Sep 2021 14:13:29 +0000 (UTC) From: "Alexys Jacob" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" Message-ID: <1630937573.e91799a1c749140ca27b1c198c6fc9a2e8bf2209.ultrabug@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/drbd-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/drbd-utils/drbd-utils-9.15.1-r1.ebuild sys-cluster/drbd-utils/drbd-utils-9.15.1-r2.ebuild X-VCS-Directories: sys-cluster/drbd-utils/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: e91799a1c749140ca27b1c198c6fc9a2e8bf2209 X-VCS-Branch: master Date: Mon, 6 Sep 2021 14:13:29 +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: 9ebe3f76-ca9f-4e65-ba01-5a3f020237e1 X-Archives-Hash: 8cc998711a5e08ed0d5d0704c080d4e0 commit: e91799a1c749140ca27b1c198c6fc9a2e8bf2209 Author: Jakov Smolic sartura hr> AuthorDate: Tue Aug 17 14:57:37 2021 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Mon Sep 6 14:12:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e91799a1 sys-cluster/drbd-utils: Add missing tmpfiles_process call * Revbump due to inheriting tmpfiles eclass which adds virtual/tmpfiles as a RDEPEND Signed-off-by: Jakov Smolic sartura.hr> Closes: https://github.com/gentoo/gentoo/pull/22014 Signed-off-by: Alexys Jacob gentoo.org> .../{drbd-utils-9.15.1-r1.ebuild => drbd-utils-9.15.1-r2.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys-cluster/drbd-utils/drbd-utils-9.15.1-r1.ebuild b/sys-cluster/drbd-utils/drbd-utils-9.15.1-r2.ebuild similarity index 97% rename from sys-cluster/drbd-utils/drbd-utils-9.15.1-r1.ebuild rename to sys-cluster/drbd-utils/drbd-utils-9.15.1-r2.ebuild index f8a1b38d22f..d080591f810 100644 --- a/sys-cluster/drbd-utils/drbd-utils-9.15.1-r1.ebuild +++ b/sys-cluster/drbd-utils/drbd-utils-9.15.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools bash-completion-r1 udev +inherit autotools bash-completion-r1 tmpfiles udev DESCRIPTION="mirror/replicate block-devices across a network-connection" SRC_URI="https://www.linbit.com/downloads/drbd/utils/${P}.tar.gz" @@ -93,6 +93,8 @@ src_install() { } pkg_postinst() { + tmpfiles_process drbd.conf + einfo einfo "Please copy and gunzip the configuration file:" einfo "from /usr/share/doc/${PF}/${PN/-utils/}.conf.example.bz2 to /etc/${PN/-utils/}.conf"