From bbac85583afc2b8d8ca6d2e70eceac6a29c3f043 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 8 Sep 2021 09:54:36 +0200 Subject: [PATCH] Obsoletes: pulseaudio-esound-compat and pulseaudio-module-gconf Resolves: #2001334 --- pulseaudio.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pulseaudio.spec b/pulseaudio.spec index 3dd36f8..9b3f030 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -36,7 +36,7 @@ Name: pulseaudio Summary: Improved Linux Sound Server Version: %{pa_major}%{?pa_minor:.%{pa_minor}} -Release: 1%{?snap:.%{snap}git%{shortcommit}}%{?dist} +Release: 2%{?snap:.%{snap}git%{shortcommit}}%{?dist} License: LGPLv2+ URL: http://www.freedesktop.org/wiki/Software/PulseAudio %if 0%{?gitrel} @@ -126,6 +126,10 @@ Requires: rtkit Provides: pulseaudio-daemon Conflicts: pulseaudio-daemon +# Packages removed in 15.0 +Obsoletes: pulseaudio-esound-compat < 15.0 +Obsoletes: pulseaudio-module-gconf < 15.0 + %description PulseAudio is a sound server for Linux and other Unix like operating systems. It is intended to be an improved drop-in replacement for the @@ -606,6 +610,10 @@ systemctl --no-reload preset --global pulseaudio.socket >/dev/null 2>&1 || : %changelog +* Wed Sep 08 2021 Wim Taymans - 15.0-2 +- Obsoletes: pulseaudio-esound-compat and pulseaudio-module-gconf +- Resolves: #2001334 + * Wed Jul 28 2021 Wim Taymans - 15.0-1 - Update to 15.0 - convert to meson build