diff --git a/SPECS/python-nose.spec b/SPECS/python-nose.spec
index 71fabce..2bcd9d1 100644
--- a/SPECS/python-nose.spec
+++ b/SPECS/python-nose.spec
@@ -31,7 +31,7 @@ output capture and more.\
 
 Name:           python-%{modname}
 Version:        1.3.7
-Release:        29%{?dist}
+Release:        30%{?dist}
 BuildArch:      noarch
 
 License:        LGPLv2+ and Public Domain
@@ -246,6 +246,10 @@ fi
 %endif  # with python3
 
 %changelog
+* Wed Apr 03 2019 Tomas Orsava <torsava@redhat.com> - 1.3.7-30
+- Bumping due to problems with modular RPM upgrade path (#1695587)
+- Related: rhbz#1693974
+
 * Thu Oct 04 2018 Lumír Balhar <lbalhar@redhat.com> - 1.3.7-29
 - Fix alternatives - post and postun sections only with python3
 - Resolves: rhbz#1633534