From 08c64f056d22f73cbfa9d595d3b592e909c1d44edf10057ccb48346ac7c42368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Tue, 15 Nov 2022 21:11:06 +0000 Subject: [PATCH] Accepting request 1035354 from home:bmwiedemann:branches:X11:Unity Let the rpm provide libappindicator-gtk3 for EL8 compat This should fix slack package install (untested) > sudo zypper install slack-4.28.184-0.1.el8.x86_64.rpm [sudo] password for root: Loading repository data... Reading installed packages... Resolving package dependencies... Problem: nothing provides 'libappindicator-gtk3' needed by the to be installed slack-4.28.184-0.1.el8.x86_64 Solution 1: do not install slack-4.28.184-0.1.el8.x86_64 Solution 2: break slack-4.28.184-0.1.el8.x86_64 by ignoring some of its dependencies Choose from above solutions by number or cancel [1/2/c/d/?] (c): OBS-URL: https://build.opensuse.org/request/show/1035354 OBS-URL: https://build.opensuse.org/package/show/X11:Unity/libappindicator?expand=0&rev=49 --- libappindicator.changes | 5 +++++ libappindicator.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/libappindicator.changes b/libappindicator.changes index 4a1ce12..1106706 100644 --- a/libappindicator.changes +++ b/libappindicator.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Nov 12 07:07:18 UTC 2022 - Bernhard Wiedemann + +- Let the rpm provide libappindicator-gtk3 for EL8 compat + ------------------------------------------------------------------- Sat Nov 20 19:39:20 UTC 2021 - Alexei Sorokin diff --git a/libappindicator.spec b/libappindicator.spec index 0bd762a..1ab0328 100644 --- a/libappindicator.spec +++ b/libappindicator.spec @@ -66,6 +66,7 @@ BuildRequires: pkgconfig(dbusmenu-gtk3-0.4) BuildRequires: pkgconfig(gtk+-3.0) #BuildRequires: pkgconfig(xapp) >= 1.5.0 %endif +Provides: libappindicator-gtk3 %description A library to allow applications to export a menu into the Unity Menu bar. Based