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 40941158F56 for ; Tue, 17 Aug 2021 00:56:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DD4CE0809; Tue, 17 Aug 2021 00:56:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 2CC5EE0809 for ; Tue, 17 Aug 2021 00:56:08 +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 3BC8F335D99 for ; Tue, 17 Aug 2021 00:56:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD4788B3 for ; Tue, 17 Aug 2021 00:56:05 +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: <1629161716.15b89a04f750ae280e1baae3167f7568ddcc2dd3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/lvm2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/lvm2/lvm2-2.02.187-r2.ebuild sys-fs/lvm2/lvm2-2.02.187-r3.ebuild sys-fs/lvm2/lvm2-2.02.188-r1.ebuild sys-fs/lvm2/lvm2-2.02.188.ebuild sys-fs/lvm2/lvm2-2.03.13-r1.ebuild sys-fs/lvm2/lvm2-2.03.13.ebuild X-VCS-Directories: sys-fs/lvm2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 15b89a04f750ae280e1baae3167f7568ddcc2dd3 X-VCS-Branch: master Date: Tue, 17 Aug 2021 00:56:05 +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: 3ae2187c-690b-413b-b9c6-f781229bc0ce X-Archives-Hash: 5c5bf8ebdeee4b182d718ccb8c156f21 commit: 15b89a04f750ae280e1baae3167f7568ddcc2dd3 Author: Sam James gentoo org> AuthorDate: Tue Aug 17 00:55:16 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 17 00:55:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b89a04 sys-fs/lvm2: [QA] add missing tmpfiles_process call Revbump for the missing tmpfiles.eclass inherit which adds a virtual/tmpfiles RDEPEND. Closes: https://bugs.gentoo.org/808661 Signed-off-by: Sam James gentoo.org> sys-fs/lvm2/{lvm2-2.02.187-r2.ebuild => lvm2-2.02.187-r3.ebuild} | 4 +++- sys-fs/lvm2/{lvm2-2.02.188.ebuild => lvm2-2.02.188-r1.ebuild} | 4 +++- sys-fs/lvm2/{lvm2-2.03.13.ebuild => lvm2-2.03.13-r1.ebuild} | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/sys-fs/lvm2/lvm2-2.02.187-r2.ebuild b/sys-fs/lvm2/lvm2-2.02.187-r3.ebuild similarity index 98% rename from sys-fs/lvm2/lvm2-2.02.187-r2.ebuild rename to sys-fs/lvm2/lvm2-2.02.187-r3.ebuild index 2d515b2b144..b657f6fca27 100644 --- a/sys-fs/lvm2/lvm2-2.02.187-r2.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.187-r3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools linux-info multilib systemd toolchain-funcs udev flag-o-matic +inherit autotools linux-info multilib systemd toolchain-funcs tmpfiles udev flag-o-matic DESCRIPTION="User-land utilities for LVM2 (device-mapper) software" HOMEPAGE="https://sourceware.org/lvm2/" @@ -264,6 +264,8 @@ src_install() { } pkg_postinst() { + tmpfiles_process lvm2.conf + if [[ -z "${REPLACING_VERSIONS}" ]]; then # This is a new installation ewarn "Make sure the \"lvm\" init script is in the runlevels:" diff --git a/sys-fs/lvm2/lvm2-2.02.188.ebuild b/sys-fs/lvm2/lvm2-2.02.188-r1.ebuild similarity index 98% rename from sys-fs/lvm2/lvm2-2.02.188.ebuild rename to sys-fs/lvm2/lvm2-2.02.188-r1.ebuild index 2d515b2b144..b657f6fca27 100644 --- a/sys-fs/lvm2/lvm2-2.02.188.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.188-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools linux-info multilib systemd toolchain-funcs udev flag-o-matic +inherit autotools linux-info multilib systemd toolchain-funcs tmpfiles udev flag-o-matic DESCRIPTION="User-land utilities for LVM2 (device-mapper) software" HOMEPAGE="https://sourceware.org/lvm2/" @@ -264,6 +264,8 @@ src_install() { } pkg_postinst() { + tmpfiles_process lvm2.conf + if [[ -z "${REPLACING_VERSIONS}" ]]; then # This is a new installation ewarn "Make sure the \"lvm\" init script is in the runlevels:" diff --git a/sys-fs/lvm2/lvm2-2.03.13.ebuild b/sys-fs/lvm2/lvm2-2.03.13-r1.ebuild similarity index 98% rename from sys-fs/lvm2/lvm2-2.03.13.ebuild rename to sys-fs/lvm2/lvm2-2.03.13-r1.ebuild index 93957db3a69..c4628bdb1e5 100644 --- a/sys-fs/lvm2/lvm2-2.03.13.ebuild +++ b/sys-fs/lvm2/lvm2-2.03.13-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools linux-info multilib systemd toolchain-funcs udev flag-o-matic +inherit autotools linux-info multilib systemd toolchain-funcs tmpfiles udev flag-o-matic DESCRIPTION="User-land utilities for LVM2 (device-mapper) software" HOMEPAGE="https://sourceware.org/lvm2/" @@ -252,6 +252,8 @@ src_install() { } pkg_postinst() { + tmpfiles_process lvm2.conf + if [[ -z "${REPLACING_VERSIONS}" ]]; then # This is a new installation ewarn "Make sure the \"lvm\" init script is in the runlevels:"