From 24647efc7c1216655cc7fe8c3c9ddb9db025e667 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 08:23:58 +0100 Subject: [PATCH] require pulseaudio gconf and zeroconf modules [release 0.9.10-2mamba;Sat Aug 12 2017] --- paprefs.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/paprefs.spec b/paprefs.spec index 10a4258..5ce7c31 100644 --- a/paprefs.spec +++ b/paprefs.spec @@ -1,6 +1,6 @@ Name: paprefs Version: 0.9.10 -Release: 1mamba +Release: 2mamba Summary: A simple GTK based configuration dialog for the PulseAudio sound server Group: Graphical Desktop/Applications/Multimedia Vendor: openmamba @@ -36,6 +36,8 @@ BuildRequires: libsigc++-devel BuildRequires: libstdc++6-devel BuildRequires: libxml2-devel ## AUTOBUILDREQ-END +Requires: pulseaudio-module-gconf +Requires: pulseaudio-module-zeroconf BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -70,5 +72,8 @@ NOCONFIGURE=1 ./bootstrap.sh %doc LICENSE %changelog +* Sat Aug 12 2017 Silvan Calarco 0.9.10-2mamba +- require pulseaudio gconf and zeroconf modules + * Fri Aug 11 2017 Silvan Calarco 0.9.10-1mamba - package created using the webbuild interface