SHA256
6
0
forked from pool/fdupes

Accepting request 232080 from home:StefanBruens:branches:utilities

Just saw a false positive for rpm comparision, in this case Mesa:

[ 1289s]  /usr/share/man/man3/glColorTableParameter.3gl.gz 2 (none) 100444 root root 0 4294967295 
[ 1289s] -/usr/share/man/man3/glColorTableParameterfv.3gl.gz 2 (none) 100444 root root 0 4294967295 
[ 1289s] -/usr/share/man/man3/glColorTableParameteriv.3gl.gz 2 (none) 120777 root root 0 4294967295 glColorTableParameterfv.3gl.gz
[ 1289s] +/usr/share/man/man3/glColorTableParameterfv.3gl.gz 2 (none) 120777 root root 0 4294967295 glColorTableParameteriv.3gl.gz
[ 1289s] +/usr/share/man/man3/glColorTableParameteriv.3gl.gz 2 (none) 100444 root root 0 4294967295 
[ 1289s]  /usr/share/man/man3/glConvolutionFilter1D.3gl.gz 2 (none) 100444 root root 0 4294967295 

Obviously, the parallel build changed the mtime order of the files.

fdupes 1.40 had a patch from coolo to handle this (filename comparision with strcmp())

OBS-URL: https://build.opensuse.org/request/show/232080
OBS-URL: https://build.opensuse.org/package/show/utilities/fdupes?expand=0&rev=9
This commit is contained in:
OBS User mrdocs
2014-05-02 15:10:09 +00:00
committed by Git OBS Bridge
parent 8a0ce1943d
commit 09c675b9c8
4 changed files with 132 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 29 16:08:34 UTC 2014 - stefan.bruens@rwth-aachen.de
- sort the output of fdupes by filename to make it deterministic
for parallel builds
-------------------------------------------------------------------
Tue Oct 16 11:44:08 UTC 2012 - mvyskocil@suse.com