Skip to content

Commit 8fd6ee4

Browse files
committed
Add lsb_release file to "Recommends:" of rpm spec
Actually add this to the rpm spec file, as was originally intended in atom#25541. This helps the bug report feature of the "notifications" package include more system info on Linux systems -- if /usr/bin/lsb_release is available, it will be called to gether some basic OS info to add to the bug report info.
1 parent 4c59002 commit 8fd6ee4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/linux/redhat/atom.spec.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Requires: alsa-lib, git-core, (glib2 or kde-cli-tools or xdg-utils), (libcurl.so
1313
Requires: alsa-lib, git-core, (glib2 or kde-cli-tools or xdg-utils), (libcurl.so.3()(64bit) or libcurl.so.4()(64bit)), libgbm.so.1()(64bit), libgcrypt.so.20()(64bit), libnotify, libnss3.so()(64bit), libX11-xcb.so.1()(64bit), libxcb-dri3.so.0()(64bit), libxkbfile.so.1()(64bit), libXss.so.1()(64bit), libsecret-1.so.0()(64bit), gtk3, polkit
1414
%endif
1515

16+
Recommends: /usr/bin/lsb_release
17+
1618
# Disable Fedora's shebang mangling script,
1719
# which errors out on any file with versionless `python` in its shebang
1820
# See: https://github.com/atom/atom/issues/21937

0 commit comments

Comments
 (0)