| |
@@ -1,6 +1,6 @@
|
| |
Name: python-pefile
|
| |
Version: 2022.5.30
|
| |
- Release: 3%{?dist}
|
| |
+ Release: 4%{?dist}
|
| |
Summary: Python module for working with Portable Executable files
|
| |
License: MIT
|
| |
URL: https://github.com/erocarrera/pefile
|
| |
@@ -29,6 +29,7 @@
|
| |
|
| |
BuildRequires: python%{python3_pkgversion}-devel
|
| |
BuildRequires: python%{python3_pkgversion}-setuptools
|
| |
+ BuildRequires: python%{python3_pkgversion}-future
|
| |
|
| |
# For the patch
|
| |
# BuildRequires: git-core
|
| |
@@ -55,7 +56,10 @@
|
| |
%install
|
| |
%py3_install
|
| |
|
| |
- # check
|
| |
+ %check
|
| |
+ %py3_check_import pefile
|
| |
+ %py3_check_import peutils
|
| |
+ %py3_check_import ordlookup
|
| |
# regression tests in this package are based on binary blob of exe files - commercial and malware
|
| |
# at this point (2019-09-20) not suitable to be in Fedora.
|
| |
# More info on:
|
| |
@@ -69,6 +73,9 @@
|
| |
%{python3_sitelib}/*
|
| |
|
| |
%changelog
|
| |
+ * Wed Jan 25 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 2022.5.30-4
|
| |
+ - Add basic smoke tests ensuring the packaged modules are installable
|
| |
+
|
| |
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2022.5.30-3
|
| |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
| |
|
| |
Signed-off-by: Michel Alexandre Salim salimma@fedoraproject.org