From 6ce9bf1842acf289d1db38b508811a26a1525c71e7cf35b256d2559f6307956b Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Wed, 13 Jul 2011 14:08:59 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/john revision 13.0 OBS-URL: https://build.opensuse.org/package/show/security/john?expand=0&rev=953cef8f8f440e0ebafed4d87076937a --- john.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/john.spec b/john.spec index 8daac46..38775c3 100644 --- a/john.spec +++ b/john.spec @@ -1,7 +1,7 @@ # -# spec file for package john (Version 1.7.6) +# spec file for package john # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From c9107bc25ce0d4a650072dd1410a57e967e92225e672643dbef80e15d4f43847 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 30 Sep 2011 11:50:51 +0000 Subject: [PATCH 2/2] 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 --- john.changes | 5 +++++ john.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/john.changes b/john.changes index 379fdb8..90784a5 100644 --- a/john.changes +++ b/john.changes @@ -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 diff --git a/john.spec b/john.spec index 38775c3..14ca77b 100644 --- a/john.spec +++ b/john.spec @@ -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