Accepting request 85804 from security
Added a fix for the arm architecture, TARGET generic OBS-URL: https://build.opensuse.org/request/show/85804 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/john?expand=0&rev=14
This commit is contained in:
commit
181409804b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 30 09:40:39 UTC 2011 - joop.boonen@boonen.org
|
||||||
|
|
||||||
|
- Added a fix for the arm architecture, TARGET generic
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 8 08:56:40 UTC 2011 - lars@linux-schulserver.de
|
Fri Jul 8 08:56:40 UTC 2011 - lars@linux-schulserver.de
|
||||||
|
|
||||||
|
@ -88,6 +88,9 @@ perl -pi -e 's#^(\#define JOHN_SYSTEMWIDE_HOME)\s.+$#$1\t\"%{johndir}\"#g' $RPM_
|
|||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
TARGET=linux-x86-64
|
TARGET=linux-x86-64
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch %arm
|
||||||
|
TARGET=generic
|
||||||
|
%endif
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
if test -z "$TARGET"; then
|
if test -z "$TARGET"; then
|
||||||
TARGET=linux-x86-any
|
TARGET=linux-x86-any
|
||||||
|
Loading…
x
Reference in New Issue
Block a user