Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/spice-vdagent/
Date: Sun, 26 Sep 2021 19:36:30
Message-Id: 1632684965.b69cb7d63273d3d806472bde8a99ff93b1de9464.conikost@gentoo
1 commit: b69cb7d63273d3d806472bde8a99ff93b1de9464
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 26 18:10:41 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 26 19:36:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b69cb7d6
7
8 app-emulation/spice-vdagent: fix tmpfiles
9
10 Closes: https://bugs.gentoo.org/813810
11 Package-Manager: Portage-3.0.22, Repoman-3.0.3
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 app-emulation/spice-vdagent/spice-vdagent-0.21.0.ebuild | 6 +++++-
15 1 file changed, 5 insertions(+), 1 deletion(-)
16
17 diff --git a/app-emulation/spice-vdagent/spice-vdagent-0.21.0.ebuild b/app-emulation/spice-vdagent/spice-vdagent-0.21.0.ebuild
18 index ea8f4936384..ead55ae36cb 100644
19 --- a/app-emulation/spice-vdagent/spice-vdagent-0.21.0.ebuild
20 +++ b/app-emulation/spice-vdagent/spice-vdagent-0.21.0.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -inherit autotools linux-info
26 +inherit autotools linux-info tmpfiles
27
28 DESCRIPTION="SPICE VD Linux Guest Agent"
29 HOMEPAGE="https://www.spice-space.org/"
30 @@ -60,3 +60,7 @@ src_install() {
31 newinitd "${FILESDIR}/${PN}.initd-4" "${PN}"
32 newconfd "${FILESDIR}/${PN}.confd-2" "${PN}"
33 }
34 +
35 +pkg_postinst() {
36 + tmpfiles_process spice-vdagentd.conf
37 +}