commit 1fe37d7ce901660046a0f7ce2e553380f93e17f8
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Thu Nov 12 14:20:49 2020 +0100
Fix libxcrypt compatibility with CentOS/RHEL 7+
steam.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/steam.spec b/steam.spec
index 813c3e2..9deb9a9 100644
--- a/steam.spec
+++ b/steam.spec
@@ -64,7 +64,7 @@ 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
+%if 0%{?fedora} || 0%{?rhel} > 8
Requires: libnsl%{?_isa}
Requires: libxcrypt-compat%{?_isa}
%endif
@@ -199,6 +199,7 @@ fi
%changelog
* Thu Nov 12 2020 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.66-3
- Raise file descriptor limit again for Proton (#5834).
+- Fix libxcrypt compatibility with CentOS/RHEL 7+ (5825).
* Mon Sep 14 2020 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.66-2
- Add missing libxcrypt-compat dependency (#5752).