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 8FFC2138335 for ; Sat, 16 Feb 2019 13:59:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B63AFE08DC; Sat, 16 Feb 2019 13:59:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8ADBCE08DC for ; Sat, 16 Feb 2019 13:59:10 +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 78C74335CF3 for ; Sat, 16 Feb 2019 13:59:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AEE6547 for ; Sat, 16 Feb 2019 13:59:06 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1550325542.58865b79483791b2808e7c58306b9326511d1dfc.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/xen-tools/xen-tools-4.11.1.ebuild X-VCS-Directories: app-emulation/xen-tools/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 58865b79483791b2808e7c58306b9326511d1dfc X-VCS-Branch: master Date: Sat, 16 Feb 2019 13:59:06 +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: 1ca6e72b-55c3-4887-acba-da3491c84e36 X-Archives-Hash: 95ad618b7cc6f34c6bfa3a68ef806bdc commit: 58865b79483791b2808e7c58306b9326511d1dfc Author: Tomas Mozes gmail com> AuthorDate: Fri Feb 15 09:41:19 2019 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sat Feb 16 13:59:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58865b79 app-emulation/xen-tools: backport QA fixes Closes: https://github.com/gentoo/gentoo/pull/11057 Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Tomáš Mózes gmail.com> Signed-off-by: Yixun Lan gentoo.org> app-emulation/xen-tools/xen-tools-4.11.1.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app-emulation/xen-tools/xen-tools-4.11.1.ebuild b/app-emulation/xen-tools/xen-tools-4.11.1.ebuild index fe149384f1b..2b0aeec7f83 100644 --- a/app-emulation/xen-tools/xen-tools-4.11.1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.11.1.ebuild @@ -439,6 +439,11 @@ src_install() { # Remove files failing QA AFTER emake installs them, avoiding seeking absent files find "${D}" \( -name openbios-sparc32 -o -name openbios-sparc64 \ -o -name openbios-ppc -o -name palcode-clipper \) -delete || die + + keepdir /var/lib/xen/dump + keepdir /var/lib/xen/xenpaging + keepdir /var/lib/xenstored + keepdir /var/log/xen } pkg_postinst() { @@ -446,7 +451,7 @@ pkg_postinst() { elog "https://wiki.gentoo.org/wiki/Xen" elog "https://wiki.xen.org/wiki/Main_Page" elog "" - elog "Recommended to utilise the xencommons script to config sytem At boot" + elog "Recommended to utilise the xencommons script to config system at boot" elog "Add by use of rc-update on completion of the install" if ! use hvm; then