commit:     bd7fe988610a7201e8e6473598090d9538b53b4c
Author:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 17 12:36:15 2021 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Tue Aug 17 12:36:15 2021 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=bd7fe988

sys-fs/lvm2: [QA] add missing tmpfiles_process call

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>

 sys-fs/lvm2/{lvm2-2.02.188.ebuild => lvm2-2.02.188-r1.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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 1d2f107..083ce4d 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/";
@@ -269,6 +269,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:"

Reply via email to