diff --git a/SOURCES/weak-modules b/SOURCES/weak-modules
index db1839c..9298093 100644
--- a/SOURCES/weak-modules
+++ b/SOURCES/weak-modules
@@ -468,7 +468,7 @@ prepare_sandbox() {
 
     #config
     echo "search external extra built-in weak-updates" >"$conf"
-    echo "external $krel $dir" >>"$conf"
+    echo "external * $dir" >>"$conf"
 
     depmod="$depmod_orig -C $conf"
 }
diff --git a/SPECS/kmod.spec b/SPECS/kmod.spec
index 3d53210..d9dfec2 100644
--- a/SPECS/kmod.spec
+++ b/SPECS/kmod.spec
@@ -1,6 +1,6 @@
 Name:		kmod
 Version:	25
-Release:	11%{?dist}
+Release:	11%{?dist}.2
 Summary:	Linux kernel module management utilities
 
 Group:		System Environment/Kernel
@@ -123,6 +123,14 @@ install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/depmod.d/dist.conf
 %{_libdir}/libkmod.so
 
 %changelog
+* Wed Apr  3 2019 Yauheni Kaliuta <ykaliuta@redhat.com> - 25-11.el8_0.2
+- Rebuild because of gating.
+  Related: rhbz#1695557
+
+* Wed Apr  3 2019 Yauheni Kaliuta <ykaliuta@redhat.com> - 25-11.el8_0.1
+- weak-modules: use asterisk for kernel version in sandbox
+  Resolves: rhbz#1695557
+
 * Tue Feb  5 2019 Yauheni Kaliuta <ykaliuta@redhat.com> - 25-11
 - add PKCS7/openssl support.
   Resolves: rhbz#1668459.