From d1af98002b2ede8fbbf1d46541f25051acd8fe6a1cecf51c69a4fed91e1440cf Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 8 May 2013 14:56:35 +0000 Subject: [PATCH] - auto-config-update-aarch64.diff: * search up to 5 levels for interesting files to patch OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=262 --- auto-config-update-aarch64.diff | 2 +- rpm.changes | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/auto-config-update-aarch64.diff b/auto-config-update-aarch64.diff index cd5571e..2b07135 100644 --- a/auto-config-update-aarch64.diff +++ b/auto-config-update-aarch64.diff @@ -12,7 +12,7 @@ Index: build/parseBuildInstallClean.c + char* buf = strdup( + "ref=/usr/lib/rpm\n" + "for s in guess sub; do\n" -+ " for c in $(find -maxdepth 3 -name \"config.$s\"); do\n" ++ " for c in $(find -maxdepth 5 -name \"config.$s\"); do\n" + " grep -q config-patches@ $c || continue\n" + " grep -q aarch64 $c || install -m 755 $ref/config.$s $c\n" + " done\n" diff --git a/rpm.changes b/rpm.changes index e41248c..3536bd4 100644 --- a/rpm.changes +++ b/rpm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 8 14:56:15 UTC 2013 - dmueller@suse.com + +- auto-config-update-aarch64.diff: + * search up to 5 levels for interesting files to patch + ------------------------------------------------------------------- Mon Apr 22 22:00:14 UTC 2013 - dmueller@suse.com