mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Require policykit in RPM distribution
Co-Authored-By: Rafael Oleza <rafeca@github.com>
This commit is contained in:
@@ -8,9 +8,9 @@ AutoReqProv: no # Avoid libchromiumcontent.so missing dependency
|
||||
Prefix: <%= installDir %>
|
||||
|
||||
%ifarch i386 i486 i586 i686
|
||||
Requires: lsb-core-noarch, libXss.so.1 libsecret-1.so.0
|
||||
Requires: lsb-core-noarch, libXss.so.1 libsecret-1.so.0, polkit
|
||||
%else
|
||||
Requires: lsb-core-noarch, libXss.so.1()(64bit) libsecret-1.so.0()(64bit)
|
||||
Requires: lsb-core-noarch, libXss.so.1()(64bit) libsecret-1.so.0()(64bit), polkit
|
||||
%endif
|
||||
|
||||
%description
|
||||
|
||||
Reference in New Issue
Block a user