From 3ca35697b139393d0d73cb162ea922386c5e6f58b27a4d8c93b52a437b22b148 Mon Sep 17 00:00:00 2001 From: Ondrej Holecek Date: Wed, 5 Jan 2022 11:31:57 +0000 Subject: [PATCH] Accepting request 944017 from home:dimstar:Factory - Fix parameters passed to meson: * access-group, => access_group, system-group => system_group, and system-user => system_user for them to actually have an effect. This actually seems to be a big ouch. Meson 0.60 will help avoid such things Current spec with meson 0.60 fails with [ 20s] meson.build:1:0: ERROR: Unknown options: "access-group, system-group, system-user" The parameters were mis-spelled (- instead of _) OBS-URL: https://build.opensuse.org/request/show/944017 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=252 --- pulseaudio.changes | 8 ++++++++ pulseaudio.spec | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/pulseaudio.changes b/pulseaudio.changes index a7d8055..9e78b5d 100644 --- a/pulseaudio.changes +++ b/pulseaudio.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jan 5 11:22:18 UTC 2022 - Dominique Leuenberger + +- Fix parameters passed to meson: + * access-group, => access_group, system-group => system_group, + and system-user => system_user for them to actually have an + effect. + ------------------------------------------------------------------- Thu Dec 30 10:02:56 CET 2021 - tiwai@suse.de diff --git a/pulseaudio.spec b/pulseaudio.spec index b772d38..9d74df8 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -351,9 +351,9 @@ System user for PulseAudio -Dhal-compat=false \ -Dgsettings=enabled \ -Ddoxygen=false \ - -Dsystem-user=pulse \ - -Dsystem-group=pulse \ - -Daccess-group=pulse-access \ + -Dsystem_user=pulse \ + -Dsystem_group=pulse \ + -Daccess_group=pulse-access \ -Drunning-from-build-tree=false \ -Dpulsedsp-location='%{_prefix}/\$LIB/pulseaudio' \ -Dudevrulesdir="%{_udevrulesdir}" \