diff --git a/python-dcrpm.spec b/python-dcrpm.spec index 233566c..1d7f923 100644 --- a/python-dcrpm.spec +++ b/python-dcrpm.spec @@ -1,16 +1,11 @@ -# Skip tests on EPEL due to missing dependencies -%if 0%{?rhel} -%bcond_with tests -%else %bcond_without tests -%endif # Created by pyp2rpm-3.3.5 %global pypi_name dcrpm Name: python-%{pypi_name} Version: 0.6.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A tool to detect and correct common issues around RPM database corruption License: GPLv2 @@ -84,6 +79,9 @@ rm -rf %{pypi_name}.egg-info %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog +* Sat Jan 23 2021 Davide Cavalca - 0.6.2-3 +- Enable tests for EPEL builds + * Sun Jan 3 2021 Davide Cavalca - 0.6.2-2 - Update patches