- 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
This commit is contained in:
Dirk Mueller 2013-05-08 14:56:35 +00:00 committed by Git OBS Bridge
parent 76240e7e11
commit d1af98002b
2 changed files with 7 additions and 1 deletions

View File

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

View File

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