Accepting request 85776 from home:worldcitizen:branches:security

Added a fix for the arm architecture, TARGET generic

OBS-URL: https://build.opensuse.org/request/show/85776
OBS-URL: https://build.opensuse.org/package/show/security/john?expand=0&rev=26
This commit is contained in:
Marcus Meissner 2011-09-30 11:50:51 +00:00 committed by Git OBS Bridge
parent 6ce9bf1842
commit c9107bc25c
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