mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-01 18:44:01 +08:00
On RHEL 8+, install libappindicator-gtk3 instead of libappindicator #1870
This commit is contained in:
parent
10dac97c3f
commit
27fa9a7873
1 changed files with 12 additions and 2 deletions
|
@ -7,9 +7,19 @@ URL: https://getmailspring.com/
|
|||
AutoReqProv: no # Avoid libchromiumcontent.so missing dependency
|
||||
|
||||
%ifarch i386 i486 i586 i686
|
||||
Requires: lsb-core-noarch, libXss.so.1, libsecret-1.so.0, ca-certificates, libappindicator
|
||||
Requires: lsb-core-noarch, libXss.so.1, libsecret-1.so.0, ca-certificates
|
||||
%if 0%{?rhel} >= 8
|
||||
Requires: libappindicator-gtk3
|
||||
%else
|
||||
Requires: lsb-core-noarch, libXss.so.1()(64bit), libsecret-1.so.0()(64bit), ca-certificates, libappindicator
|
||||
Requires: libappindicator
|
||||
%endif
|
||||
%else
|
||||
Requires: lsb-core-noarch, libXss.so.1()(64bit), libsecret-1.so.0()(64bit), ca-certificates
|
||||
%if 0%{?rhel} >= 8
|
||||
Requires: libappindicator-gtk3
|
||||
%else
|
||||
Requires: libappindicator
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%description
|
||||
|
|
Loading…
Reference in a new issue