Skip to content

Commit

Permalink
Fix RPM dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mfonville committed May 17, 2021
1 parent 91a70c7 commit d4ac2c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/linux/redhat/atom.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ AutoReqProv: no # Avoid libchromiumcontent.so missing dependency
Prefix: <%= installDir %>

%ifarch i386 i486 i586 i686
Requires: lsb-core-noarch, libxkbfile.so.1, libXss.so.1, libsecret-1.so.0, polkit
Requires: git-core, glib2 | kde-cli-tools | xdg-utils, lsb-core-noarch, libcurl.so.3 | libcurl.so.4, libgcrypt, libnotify, libnss3.so, libxcb-dri3.so.0, libxkbfile.so.1, libX11-xcb.so.6, libXss.so.1, libXtst.so.6, libsecret-1.so.0, polkit
%else
Requires: lsb-core-noarch, libxkbfile.so.1()(64bit), libXss.so.1()(64bit), libsecret-1.so.0()(64bit), polkit
Requires: git-core, glib2 | kde-cli-tools | xdg-utils, lsb-core-noarch, libcurl.so.3()(64bit) | libcurl.so.4()(64bit), libgcrypt, libnotify, libnss3.so()(64bit), libxcb-dri3.so.0()(64bit), libxkbfile.so.1()(64bit), libX11-xcb.so.6()(64bit), libXss.so.1()(64bit), libXtst.so.6()(64bit), libsecret-1.so.0()(64bit), polkit
%endif

# Disable Fedora's shebang mangling script,
Expand Down

0 comments on commit d4ac2c8

Please sign in to comment.