From adf0ca18ac58b7d151408e5958825a3bea2abd38 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 07 2019 19:24:22 +0000 Subject: import kmod-25-11.el8_0.2 --- 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 - 25-11.el8_0.2 +- Rebuild because of gating. + Related: rhbz#1695557 + +* Wed Apr 3 2019 Yauheni Kaliuta - 25-11.el8_0.1 +- weak-modules: use asterisk for kernel version in sandbox + Resolves: rhbz#1695557 + * Tue Feb 5 2019 Yauheni Kaliuta - 25-11 - add PKCS7/openssl support. Resolves: rhbz#1668459.