From 75fa17e9aa1d5159cf018ac850ef6e151550c2c4 Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Mon, 28 Dec 2020 18:31:23 +0100 Subject: [PATCH] Added weak run-time dependency for libcanberra-gtk2 to the gtk subpackage (thanks to Jochen Steudinger) --- baresip.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/baresip.spec b/baresip.spec index 1bbe19b..baea175 100644 --- a/baresip.spec +++ b/baresip.spec @@ -1,7 +1,7 @@ Summary: Modular SIP user-agent with audio and video support Name: baresip Version: 1.0.0 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD URL: https://github.com/baresip/baresip Source0: https://github.com/baresip/baresip/archive/v%{version}/%{name}-%{version}.tar.gz @@ -115,6 +115,9 @@ BuildRequires: desktop-file-utils Requires: %{name}%{?_isa} = %{version}-%{release} %if 0%{?fedora} || (0%{?rhel} && 0%{?rhel} > 7) Requires: (gnome-shell-extension-topicons-plus if gnome-shell) +Recommends: libcanberra-gtk2 +%else +Requires: libcanberra-gtk2 %endif %description gtk @@ -456,6 +459,10 @@ make test %{_libdir}/%{name}/modules/x11grab.so %changelog +* Mon Dec 28 2020 Robert Scheck 1.0.0-2 +- Added weak run-time dependency for libcanberra-gtk2 to the gtk + subpackage (thanks to Jochen Steudinger) + * Sat Oct 10 2020 Robert Scheck 1.0.0-1 - Upgrade to 1.0.0 (#1887059)