commit:     15b89a04f750ae280e1baae3167f7568ddcc2dd3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 17 00:55:16 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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:"

Reply via email to