14
0
forked from pool/python-xmlsec

Accepting request 711589 from home:bmwiedemann:branches:devel:languages:python

Add reproducible.patch to sort dir entries (boo#1041090)

OBS-URL: https://build.opensuse.org/request/show/711589
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmlsec?expand=0&rev=8
This commit is contained in:
2019-06-24 09:53:21 +00:00
committed by Git OBS Bridge
parent 79bc91a922
commit c5ca4ee11c
3 changed files with 23 additions and 0 deletions

15
reproducible.patch Normal file
View File

@@ -0,0 +1,15 @@
https://github.com/mehcode/python-xmlsec/pull/91
Index: xmlsec-1.3.3/xmlsec_setupinfo.py
===================================================================
--- xmlsec-1.3.3.orig/xmlsec_setupinfo.py
+++ xmlsec-1.3.3/xmlsec_setupinfo.py
@@ -34,7 +34,7 @@ def description():
def sources():
- return glob.glob(os.path.join(get_base_dir(), "src", "*.c"))
+ return sorted(glob.glob(os.path.join(get_base_dir(), "src", "*.c")))
def define_macros():