- brp-desktop: debugging showed the problem:

"/usr/bin/find: Argument list too long"
  split the command to look below RPM_BUILD_ROOT first and
  search based from / only if the first one did not find anything
  this should even speed things up a bit

OBS-URL: https://build.opensuse.org/package/show/Base:System/brp-check-suse?expand=0&rev=4
This commit is contained in:
Ruediger Oertel 2009-09-17 23:48:00 +00:00 committed by Git OBS Bridge
parent c88a957c80
commit 9f4398318f
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d282dd54212c2d0b712094a0fd73ebb325a0247e6d16266556af245ef803860d
size 62492
oid sha256:c7b5f359052197e3bd76bcac8e8ab096c52383cbbbd31cc9f4f36cdf8b08b61a
size 62501

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Sep 18 01:44:06 CEST 2009 - ro@suse.de
- brp-desktop: debugging showed the problem:
"/usr/bin/find: Argument list too long"
split the command to look below RPM_BUILD_ROOT first and
search based from / only if the first one did not find anything
this should even speed things up a bit
-------------------------------------------------------------------
Thu Sep 17 18:03:43 CEST 2009 - ro@suse.de