import kmod-25-16.el8_3.1

This commit is contained in:
CentOS Sources 2021-02-16 02:43:16 -05:00 committed by Andrew Lukoshko
parent fa9d963487
commit ee894b178c
2 changed files with 6 additions and 1 deletions

View File

@ -615,6 +615,7 @@ update_modules_for_krel() {
if ! validate_weak_links $krel && [[ -z "$force_update" ]]; then
global_link_state_restore $krel
compatible_modules=()
fi
# add compatible to installed

View File

@ -1,6 +1,6 @@
Name: kmod
Version: 25
Release: 16%{?dist}
Release: 16%{?dist}.1
Summary: Linux kernel module management utilities
Group: System Environment/Kernel
@ -125,6 +125,10 @@ install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/depmod.d/dist.conf
%{_libdir}/libkmod.so
%changelog
* Mon Jan 11 2021 Yauheni Kaliuta <ykaliuta@redhat.com> - 25-16_el8_3.1
- weak-modules: reset compatible_modules if configuration is not valid
Resolves: rhbz#1915253
* Mon Dec 9 2019 Yauheni Kaliuta <ykaliuta@redhat.com> - 25-16
- weak-modules: update_modules_for_krel: always finish sandbox
- weak-modules: groupping: use dependencies of extra/ provider