Enable tests

This commit is contained in:
Charalampos Stratakis 2016-12-13 23:15:04 +01:00
parent 372bbc1d15
commit 2400105d00

View File

@ -5,12 +5,12 @@
%bcond_with tests %bcond_with tests
%else %else
%bcond_without python3 %bcond_without python3
%bcond_with tests %bcond_without tests
%endif %endif
Name: librepo Name: librepo
Version: 1.7.20 Version: 1.7.20
Release: 3%{?dist} Release: 4%{?dist}
Summary: Repodata downloading library Summary: Repodata downloading library
License: LGPLv2+ License: LGPLv2+
@ -140,6 +140,9 @@ popd
%endif %endif
%changelog %changelog
* Tue Dec 13 2016 Charalampos Stratakis <cstratak@redhat.com> - 1.7.20-4
- Enable tests
* Tue Dec 13 2016 Charalampos Stratakis <cstratak@redhat.com> - 1.7.20-3 * Tue Dec 13 2016 Charalampos Stratakis <cstratak@redhat.com> - 1.7.20-3
- Rebuild for Python 3.6 - Rebuild for Python 3.6
- Disable tests for now - Disable tests for now