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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7FAFA158091 for ; Sun, 12 Jun 2022 08:04:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7467E0896; Sun, 12 Jun 2022 08:04:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E952E0896 for ; Sun, 12 Jun 2022 08:04:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9FE8C3418CD for ; Sun, 12 Jun 2022 08:04:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 006BC4FA for ; Sun, 12 Jun 2022 08:04:12 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1655021037.5aa8200307a611ef387b5dcba17668c6d4fc878b.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/spice-vdagent/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/spice-vdagent/spice-vdagent-0.22.1.ebuild X-VCS-Directories: app-emulation/spice-vdagent/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 5aa8200307a611ef387b5dcba17668c6d4fc878b X-VCS-Branch: master Date: Sun, 12 Jun 2022 08:04:12 +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: 76317af5-1727-4762-bf4f-561a70e3de0b X-Archives-Hash: 7058ab73db0da1ea8ba3ee334770c8e6 commit: 5aa8200307a611ef387b5dcba17668c6d4fc878b Author: Joonas Niilola gentoo org> AuthorDate: Sun Jun 12 07:48:29 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Jun 12 08:03:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aa82003 app-emulation/spice-vdagent: call udev_reload in 0.22.1 Signed-off-by: Joonas Niilola gentoo.org> app-emulation/spice-vdagent/spice-vdagent-0.22.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-emulation/spice-vdagent/spice-vdagent-0.22.1.ebuild b/app-emulation/spice-vdagent/spice-vdagent-0.22.1.ebuild index b2d7e17450a7..9290aa9102f0 100644 --- a/app-emulation/spice-vdagent/spice-vdagent-0.22.1.ebuild +++ b/app-emulation/spice-vdagent/spice-vdagent-0.22.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit linux-info tmpfiles +inherit linux-info tmpfiles udev DESCRIPTION="SPICE VD Linux Guest Agent" HOMEPAGE="https://www.spice-space.org/" @@ -62,5 +62,6 @@ src_install() { } pkg_postinst() { + udev_reload tmpfiles_process spice-vdagentd.conf }