diff --git a/.gitignore b/.gitignore
index a7b62a2..913daf6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,3 +40,4 @@
 /librepo-68724dc.tar.xz
 /librepo-1.7.18.tar.gz
 /librepo-1.7.19.tar.gz
+/librepo-1.7.20.tar.gz
diff --git a/librepo.spec b/librepo.spec
index 3456ba9..dcea9fe 100644
--- a/librepo.spec
+++ b/librepo.spec
@@ -9,7 +9,7 @@
 %endif
 
 Name:           librepo
-Version:        1.7.19
+Version:        1.7.20
 Release:        1%{?dist}
 Summary:        Repodata downloading library
 
@@ -95,12 +95,14 @@ popd
 %if %{with tests}
 %check
 pushd build
-  ctest -VV
+  #ctest -VV
+  make ARGS="-V" test
 popd
 
 %if %{with python3}
 pushd build-py3
-  ctest -VV
+  #ctest -VV
+  make ARGS="-V" test
 popd
 %endif
 %endif
@@ -138,6 +140,10 @@ popd
 %endif
 
 %changelog
+* Thu Aug 25 2016 Tomas Mlcoch <tmlcoch@redhat.com> - 1.7.20-1
+- Tests: Disable test_download_packages_with_resume_02 test
+- Update build utils to match new fedora spec schema
+
 * Wed Aug 24 2016 Tomas Mlcoch <tmlcoch@redhat.com> - 1.7.19-1
 - Add yumrecord substitution mechanism (mluscon)
 - Fix a memory leak in signature verification (cwalters)
diff --git a/sources b/sources
index a8dabd5..31da5d1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-046f2624e1351e20021c6c7036d8fc7b  librepo-1.7.19.tar.gz
+f8889c14981a1f7338531cdad69856ec  librepo-1.7.20.tar.gz