1
0
forked from pool/virtualbox

Accepting request 1234839 from Virtualization

- Remove bogus ExecCondition= from vboxclient.service. [boo#1234870]

OBS-URL: https://build.opensuse.org/request/show/1234839
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virtualbox?expand=0&rev=285
This commit is contained in:
Ana Guerrero 2025-01-06 15:04:32 +00:00 committed by Git OBS Bridge
commit abc0386ea6
6 changed files with 11 additions and 7 deletions

View File

@ -1,4 +1,4 @@
mtime: 1735511841
commit: 46dc19ce6d92942a4fa58296a7273d586e6affcb763f4ac55747b7283de20885
mtime: 1735954997
commit: c10cfbdb7cc20c2a99a15daf9c40809212540aab1ddbd420c6f3f2cbf8a152ca
url: https://src.opensuse.org/jengelh/virtualbox
revision: master

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fdffbd805f61ed51aa7f6214c9363558059706c90faeb6585839c6d9b4d5fac8
oid sha256:9193ffb3e96bb907f786b6cd35890f03d4010731ca8ab58452b730c341219cd4
size 256

View File

@ -1,7 +1,6 @@
[Unit]
Description=VirtualBox guest VMSVGA resize client
ConditionVirtualization=|oracle
ExecCondition=sh -c '[[ "$XDG_SESSION_TYPE" == "wayland" ]] || exit -1'
[Service]
Type=simple
@ -10,4 +9,4 @@ Restart=on-failure
[Install]
WantedBy=multi-user.target
# also Wanted by 90-vboxguest.rules

View File

@ -1,4 +1,3 @@
KERNEL=="vboxguest", NAME="vboxguest", OWNER="root", MODE="0660" ENV{ID_INPUT}="1", ENV{ID_INPUT_MOUSE}="1"
KERNEL=="vboxuser", NAME="vboxuser", OWNER="root", MODE="0660", TAG+="uaccess"
ACTION=="add|change", SUBSYSTEM=="drm", KERNEL=="card[0-9]", SUBSYSTEMS=="pci", ATTRS{vendor}=="0x15ad", ATTRS{device}=="0x0405", TAG+="systemd", ENV{SYSTEMD_WANTS}="vboxclient.service"

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jan 4 01:40:37 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Remove bogus ExecCondition= from vboxclient.service.
[boo#1234870]
-------------------------------------------------------------------
Sun Dec 29 22:25:33 UTC 2024 - Jan Engelhardt <jengelh@inai.de>