Blame python-oletools-msoffcrypto.patch
|
rpmbuild |
0185ab9 |
diff -ru oletools-0.54.2b.old/setup.py oletools-0.54.2b.new/setup.py
|
|
rpmbuild |
0185ab9 |
--- oletools-0.54.2b.old/setup.py 2019-11-08 13:28:25.071706554 +0000
|
|
rpmbuild |
0185ab9 |
+++ oletools-0.54.2b.new/setup.py 2019-11-08 13:42:27.243409497 +0000
|
|
rpmbuild |
afd6c14 |
@@ -92,6 +92,9 @@
|
|
rpmbuild |
0185ab9 |
'oletools.thirdparty.DridexUrlDecoder',
|
|
rpmbuild |
0185ab9 |
'oletools.thirdparty.tablestream',
|
|
rpmbuild |
0185ab9 |
'oletools.thirdparty.oledump',
|
|
rpmbuild |
0185ab9 |
+ 'oletools.thirdparty.msoffcrypto',
|
|
rpmbuild |
afd6c14 |
+ 'oletools.thirdparty.msoffcrypto.format',
|
|
rpmbuild |
afd6c14 |
+ 'oletools.thirdparty.msoffcrypto.method',
|
|
rpmbuild |
0185ab9 |
]
|
|
rpmbuild |
0185ab9 |
##setupdir = '.'
|
|
rpmbuild |
0185ab9 |
##package_dir={'': setupdir}
|
|
rpmbuild |
0185ab9 |
@@ -176,6 +177,9 @@
|
|
rpmbuild |
0185ab9 |
'oletools.thirdparty.DridexUrlDecoder': [
|
|
rpmbuild |
0185ab9 |
'LICENSE.txt',
|
|
rpmbuild |
0185ab9 |
],
|
|
rpmbuild |
0185ab9 |
+ 'oletools.thirdparty.msoffcrypto': [
|
|
rpmbuild |
0185ab9 |
+ 'LICENSE.txt',
|
|
rpmbuild |
0185ab9 |
+ ],
|
|
rpmbuild |
0185ab9 |
# 'oletools.thirdparty.tablestream': [
|
|
rpmbuild |
0185ab9 |
# 'LICENSE', 'README',
|
|
rpmbuild |
0185ab9 |
# ],
|
|
rpmbuild |
0185ab9 |
@@ -314,7 +318,6 @@
|
|
rpmbuild |
0185ab9 |
"olefile>=0.46",
|
|
rpmbuild |
0185ab9 |
"easygui",
|
|
rpmbuild |
0185ab9 |
'colorclass',
|
|
rpmbuild |
0185ab9 |
- 'msoffcrypto-tool',
|
|
rpmbuild |
0185ab9 |
],
|
|
rpmbuild |
0185ab9 |
)
|
|
rpmbuild |
0185ab9 |
|