diff --git a/.gitignore b/.gitignore
index 0912f0b..2a8352f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@
 /librepo-4ed3868.tar.xz
 /librepo-d09298c.tar.xz
 /librepo-cebcef0.tar.xz
+/librepo-5585ff7.tar.xz
diff --git a/librepo.spec b/librepo.spec
index df839c2..676baa2 100644
--- a/librepo.spec
+++ b/librepo.spec
@@ -1,4 +1,4 @@
-%global gitrev cebcef0
+%global gitrev 5585ff7
 # gitrev is output of: git rev-parse --short HEAD
 
 %if 0%{?rhel} != 0 && 0%{?rhel} <= 7
@@ -9,7 +9,7 @@
 %endif
 
 Name:           librepo
-Version:        1.7.2
+Version:        1.7.3
 Release:        1%{?dist}
 Summary:        Repodata downloading library
 
@@ -139,6 +139,12 @@ popd
 %endif
 
 %changelog
+* Tue May   6 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 1.7.3-1
+- Fix some issues which were found by coverity scan
+- Add missing support for Handle Mirror Failure Callback (hmfcb)
+  while downloading repomd.xml (related to RhBug: 1093014)
+- Add LRO_SSLVERIFYPEER and LRO_SSLVERIFYHOST options (RhBug: 1093014)
+
 * Wed Apr  23 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 1.7.2-1
 - Fix segfault in headercb if only base_url and no mirrolist is used (RhBug: 1090325)
 - Set environmental variable LIBREPO_DEBUG enables librepo debug output to stderr
diff --git a/sources b/sources
index ac36c92..1e9ee7c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ce9260753e8fee345352e0c4d41d9d6c  librepo-cebcef0.tar.xz
+7f0ee6dae9954982b594efae3cb48517  librepo-5585ff7.tar.xz