Make sure .treeinfo file is sorted
OrderedDict used by default by ConfigParser isn't enough because order of entries being added may not be deterministic (depends on directory list order). To solve this problem, use SortedDict as a base. Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
This commit is contained in:
parent
d469cbfef5
commit
2aeb8de459
3 changed files with 8 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ BuildRequires: python2-libcomps
|
|||
BuildRequires: python2-six
|
||||
BuildRequires: python2-multilib
|
||||
BuildRequires: python2-dogpile-cache
|
||||
BuildRequires: python2-dict-sorted
|
||||
|
||||
Requires: createrepo >= 0.4.11
|
||||
Requires: yum => 3.4.3-28
|
||||
|
|
@ -51,6 +52,7 @@ Requires: python2-multilib
|
|||
Requires: python2-libcomps
|
||||
Requires: python2-six
|
||||
Requires: python2-dogpile-cache
|
||||
Requires: python2-dict-sorted
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue