From f8dffa33c92ddfca4d37db48ad2c598d2e1acf1d Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Mon, 9 Jan 2017 16:05:15 +0100 Subject: [PATCH] Install only the 64 bit version of libXss.so.1 --- resources/linux/redhat/atom.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/linux/redhat/atom.spec.in b/resources/linux/redhat/atom.spec.in index bc2397126..82a5fbf9a 100644 --- a/resources/linux/redhat/atom.spec.in +++ b/resources/linux/redhat/atom.spec.in @@ -7,7 +7,7 @@ URL: https://atom.io/ AutoReqProv: no # Avoid libchromiumcontent.so missing dependency Prefix: <%= installDir %> -Requires: lsb-core-noarch, libXss.so.1 +Requires: lsb-core-noarch, libXss.so.1()(64bit) %description <%= description %>