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:
Lars Vogdt 2011-10-02 00:03:53 +00:00 committed by Git OBS Bridge
commit 181409804b
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -88,6 +88,9 @@ perl -pi -e 's#^(\#define JOHN_SYSTEMWIDE_HOME)\s.+$#$1\t\"%{johndir}\"#g' $RPM_
%ifarch x86_64
TARGET=linux-x86-64
%endif
%ifarch %arm
TARGET=generic
%endif
%ifarch %ix86
if test -z "$TARGET"; then
TARGET=linux-x86-any