commit 2fb7be6b3fb059053d4493adf3cec5cb07d4d30d
Author: Kamil Páral <kamil.paral(a)gmail.com>
Date: Wed Jan 2 21:23:39 2019 +0100
fix macro condition check for vulkan libs
steam.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/steam.spec b/steam.spec
index b3ddc7f..28bc939 100644
--- a/steam.spec
+++ b/steam.spec
@@ -58,7 +58,7 @@ Requires: zenity
# for both i686 and x86_64 games.
Requires: mesa-dri-drivers%{?_isa}
Requires: mesa-dri-drivers
-%if 0%{?fedora} && 0%{?rhel} > 7
+%if 0%{?fedora} || 0%{?rhel} > 7
# vulkan-drivers is only provided as x86_64 on EL7
# So CentOS altarch i386 will have none
# Just drop vulkan dependency there for now
@@ -216,6 +216,7 @@ fi
%changelog
* Wed Jan 02 2019 Kamil Páral <kamil.paral(a)gmail.com> - 1.0.0.59-3
- NOFILE limit doesn't need to be raised since F30 (systemd 240)
+- fix macro condition check for vulkan libs
* Thu Dec 20 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.0.59-2
- Drop vulkan on el7 for now
Show replies by date