import kmod-25-16.el8_3.1
This commit is contained in:
parent
fa9d963487
commit
ee894b178c
@ -615,6 +615,7 @@ update_modules_for_krel() {
|
|||||||
|
|
||||||
if ! validate_weak_links $krel && [[ -z "$force_update" ]]; then
|
if ! validate_weak_links $krel && [[ -z "$force_update" ]]; then
|
||||||
global_link_state_restore $krel
|
global_link_state_restore $krel
|
||||||
|
compatible_modules=()
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# add compatible to installed
|
# add compatible to installed
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: kmod
|
Name: kmod
|
||||||
Version: 25
|
Version: 25
|
||||||
Release: 16%{?dist}
|
Release: 16%{?dist}.1
|
||||||
Summary: Linux kernel module management utilities
|
Summary: Linux kernel module management utilities
|
||||||
|
|
||||||
Group: System Environment/Kernel
|
Group: System Environment/Kernel
|
||||||
@ -125,6 +125,10 @@ install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/depmod.d/dist.conf
|
|||||||
%{_libdir}/libkmod.so
|
%{_libdir}/libkmod.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Dec 9 2019 Yauheni Kaliuta <ykaliuta@redhat.com> - 25-16
|
||||||
- weak-modules: update_modules_for_krel: always finish sandbox
|
- weak-modules: update_modules_for_krel: always finish sandbox
|
||||||
- weak-modules: groupping: use dependencies of extra/ provider
|
- weak-modules: groupping: use dependencies of extra/ provider
|
||||||
|
Loading…
Reference in New Issue
Block a user