]> git.pld-linux.org Git - packages/john.git/commitdiff
- more if jumbo
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 9 Aug 2015 18:37:46 +0000 (20:37 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 9 Aug 2015 18:37:46 +0000 (20:37 +0200)
john.spec

index bf1b368ce1425d51e8a5c38d2984ef0cdc2c1ed4..ff2f8521b320714af3c39aeb403dc2f0c2c12284 100644 (file)
--- a/john.spec
+++ b/john.spec
@@ -62,10 +62,12 @@ Requires:   cpuinfo(xop)
 %if %{with xop} || %{with avx}
 Requires:      cpuinfo(avx)
 %endif
+%if %{without jumbo}
 %if %{do_sse2} && !%{do_ssefb}
 Requires:      cpuinfo(sse2)
 %endif
 %endif
+%endif
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
This page took 0.971431 seconds and 4 git commands to generate.