From b773ea283c52bad135fc90fe5440fa06fcf438ff449cca444bb55e9172cf8f8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 8 Aug 2020 12:41:13 +0000 Subject: [PATCH] Accepting request 824837 from home:mvyskocil:branches:X11:Unity - Provide RH used libappindicator-gtk3 symbol, so third party rpms like Slack won't complain about missing dependencies OBS-URL: https://build.opensuse.org/request/show/824837 OBS-URL: https://build.opensuse.org/package/show/X11:Unity/libappindicator?expand=0&rev=35 --- libappindicator.changes | 6 ++++++ libappindicator.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/libappindicator.changes b/libappindicator.changes index 3fa2eef..58cb40f 100644 --- a/libappindicator.changes +++ b/libappindicator.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Aug 7 10:14:02 UTC 2020 - Michal Vyskocil + +- Provide RH used libappindicator-gtk3 symbol, so third party rpms + like Slack won't complain about missing dependencies + ------------------------------------------------------------------- Tue Jul 7 13:20:25 UTC 2020 - Callum Farmer diff --git a/libappindicator.spec b/libappindicator.spec index 1307845..2863fc7 100644 --- a/libappindicator.spec +++ b/libappindicator.spec @@ -124,7 +124,9 @@ This package contains the development files for the appindicator%{?psuffix} libr %package -n libappindicator3-%{sover} Summary: Application indicators library for GTK+3 +# Fedora and other distros compatible symbol, Slack rpm depends on it Group: System/Libraries +Provides: libappindicator-gtk3 = %{version} %description -n libappindicator3-%{sover} A library to allow applications to export a menu into the Unity Menu bar. Based