commit 8136544e9dcd7077eb4259e54b2f426e9eb0be69
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Sun Dec 9 21:25:24 2018 +0100
Glibc in RHEL/CentOS 7 still provides libnsl
steam.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/steam.spec b/steam.spec
index ed2bfe5..a5ac9c1 100644
--- a/steam.spec
+++ b/steam.spec
@@ -3,7 +3,7 @@
Name: steam
Version: 1.0.0.56
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file
License: Steam License Agreement
@@ -71,7 +71,9 @@ Requires: vulkan-loader
# Minimum requirements for starting the steam client for the first time
Requires: alsa-lib%{?_isa}
Requires: gtk2%{?_isa}
+%if 0%{?fedora} || 0%{?rhel} >= 8
Requires: libnsl%{?_isa}
+%endif
Requires: libpng12%{?_isa}
Requires: libXext%{?_isa}
Requires: libXinerama%{?_isa}
@@ -205,6 +207,9 @@ fi
%{_prefix}/lib/systemd/user.conf.d/01-steam.conf
%changelog
+* Sun Dec 09 2018 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.56-5
+- Glibc in RHEL/CentOS 7 still provides libnsl.
+
* Sat Dec 01 2018 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.56-4
- Add libnsl dependency (#5091).
Show replies by date