From 2400105d00ac4c5eb18ccb80ccc08dc4f979120d Mon Sep 17 00:00:00 2001
From: Charalampos Stratakis <cstratak@redhat.com>
Date: Dec 13 2016 22:15:04 +0000
Subject: Enable tests


---

diff --git a/librepo.spec b/librepo.spec
index 85f7b43..9fadb6b 100644
--- a/librepo.spec
+++ b/librepo.spec
@@ -5,12 +5,12 @@
 %bcond_with tests
 %else
 %bcond_without python3
-%bcond_with tests
+%bcond_without tests
 %endif
 
 Name:           librepo
 Version:        1.7.20
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Repodata downloading library
 
 License:        LGPLv2+
@@ -140,6 +140,9 @@ popd
 %endif
 
 %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
 - Rebuild for Python 3.6
 - Disable tests for now