diff --git a/SPECS/libmaxminddb.spec b/SPECS/libmaxminddb.spec
index 926fff0..bc3d280 100644
--- a/SPECS/libmaxminddb.spec
+++ b/SPECS/libmaxminddb.spec
@@ -1,7 +1,7 @@
 Name:           libmaxminddb
 Summary:        C library for the MaxMind DB file format
 Version:        1.2.0
-Release:        9%{?dist}
+Release:        10%{?dist}
 URL:            https://maxmind.github.io/libmaxminddb
 Source0:        https://github.com/maxmind/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
 
@@ -18,6 +18,9 @@ The package contains libmaxminddb library.
 %package devel
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 Requires:       pkgconfig
+#the only binary in -devel subpackage has been moved to the main package
+#this means that the -devel-debuginfo pkg is missing and it would interrupt update path
+Obsoletes:      libmaxminddb-devel-debuginfo < 1.2.0-8
 Summary:        Development header files for libmaxminddb
 
 %description devel
@@ -80,6 +83,9 @@ EOF
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 08 2020 Michal Ruprich <michalruprich@gmail.com> - 1.2.0-10
+- Related: #1642001 - Obsoleting -devel-debuginfo to enable clean update path
+
 * Mon May 25 2020 Michal Ruprich <michalruprich@gmail.com> - 1.2.0-9
 - Related: #1642001 - moving manpage of mmdblookup from -devel subpackage