My guess is this has something to do with the rpm packaging builder (Tool/packaging/rpm.py). It's probably getting a list of files or nodes, and not sorting them. os.listdir(), for instance, "returns path elements in an arbitrary order". Maybe something in that builder just needs to sort them before use.
-- Gary
_______________________________________________ Scons-dev mailing list [email protected] https://pairlist2.pair.net/mailman/listinfo/scons-dev
