diff --git a/SPECS/kmod.spec b/SPECS/kmod.spec
index cdab2f2..ffa3cd2 100644
--- a/SPECS/kmod.spec
+++ b/SPECS/kmod.spec
@@ -1,6 +1,6 @@
 Name:		kmod
 Version:	20
-Release:	25%{?dist}.1
+Release:	28%{?dist}
 Summary:	Linux kernel module management utilities
 
 Group:		System Environment/Kernel
@@ -138,9 +138,19 @@ install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/depmod.d/dist.conf
 %{_libdir}/libkmod.so
 
 %changelog
-* Thu Feb  6 2020 Yauheni Kaliuta <ykaliuta@redhat.com> - 20-25.el7_7.1
-- weak-modules: backport extra/ dups fix
-  Resolves: rhbz#1799046
+* Mon Dec  2 2019 Yauheni Kaliuta <ykaliuta@redhat.com> - 20-28
+- weak-modules: update_modules_for_krel: always finish sandbox
+- weak-modules: groupping: use dependencies of extra/ provider
+  Resolves: rhbz#1774925
+
+* Tue Sep 24 2019 Yauheni Kaliuta <ykaliuta@redhat.com> - 20-27
+- weak-modules: reverse checking order for add-kernel
+  Resolves: rhbz#1752902
+
+* Wed Jun 12 2019 Yauheni Kaliuta <ykaliuta@redhat.com> - 20-26
+- weak-modules: handle independent modules in one run
+- weak-modules: use asterisk for kernel version in sandbox
+  Resolves: rhbz#1695547
 
 * Wed Nov 21 2018 Yauheni Kaliuta <ykaliuta@redhat.com> - 20-25
 - weak-modules: do not make groups if there are no extra modules