Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/
Date: Sat, 16 Feb 2019 13:59:11
Message-Id: 1550325542.58865b79483791b2808e7c58306b9326511d1dfc.dlan@gentoo
1 commit: 58865b79483791b2808e7c58306b9326511d1dfc
2 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 15 09:41:19 2019 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 13:59:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58865b79
7
8 app-emulation/xen-tools: backport QA fixes
9
10 Closes: https://github.com/gentoo/gentoo/pull/11057
11
12 Package-Manager: Portage-2.3.60, Repoman-2.3.12
13 Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
14 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
15
16 app-emulation/xen-tools/xen-tools-4.11.1.ebuild | 7 ++++++-
17 1 file changed, 6 insertions(+), 1 deletion(-)
18
19 diff --git a/app-emulation/xen-tools/xen-tools-4.11.1.ebuild b/app-emulation/xen-tools/xen-tools-4.11.1.ebuild
20 index fe149384f1b..2b0aeec7f83 100644
21 --- a/app-emulation/xen-tools/xen-tools-4.11.1.ebuild
22 +++ b/app-emulation/xen-tools/xen-tools-4.11.1.ebuild
23 @@ -439,6 +439,11 @@ src_install() {
24 # Remove files failing QA AFTER emake installs them, avoiding seeking absent files
25 find "${D}" \( -name openbios-sparc32 -o -name openbios-sparc64 \
26 -o -name openbios-ppc -o -name palcode-clipper \) -delete || die
27 +
28 + keepdir /var/lib/xen/dump
29 + keepdir /var/lib/xen/xenpaging
30 + keepdir /var/lib/xenstored
31 + keepdir /var/log/xen
32 }
33
34 pkg_postinst() {
35 @@ -446,7 +451,7 @@ pkg_postinst() {
36 elog "https://wiki.gentoo.org/wiki/Xen"
37 elog "https://wiki.xen.org/wiki/Main_Page"
38 elog ""
39 - elog "Recommended to utilise the xencommons script to config sytem At boot"
40 + elog "Recommended to utilise the xencommons script to config system at boot"
41 elog "Add by use of rc-update on completion of the install"
42
43 if ! use hvm; then