diff --git a/librepo.spec b/librepo.spec
index 26f62c5..19c6b3e 100644
--- a/librepo.spec
+++ b/librepo.spec
@@ -3,7 +3,7 @@
 
 Name:		librepo
 Version:	1.2.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Repodata downloading library
 
 Group:		System Environment/Libraries
@@ -118,6 +118,9 @@ popd
 %{python3_sitearch}/
 
 %changelog
+* Thu Oct  10 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 1.2.1-2
+- Just release bump
+
 * Mon Oct  07 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 1.2.1-1
 - Open fd right before downloading and close them immediately after
   download. (RhBug: 1015957)