diff --git a/kmod.spec b/kmod.spec index 7e7fb0a..65ea6cd 100644 --- a/kmod.spec +++ b/kmod.spec @@ -1,6 +1,6 @@ Name: kmod Version: 28 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Linux kernel module management utilities License: GPLv2+ @@ -111,6 +111,10 @@ install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/depmod.d/dist.conf %{_libdir}/libkmod.so %changelog +* Thu May 11 2023 Eugene Syromiatnikov - 28-9 +- Add symvers.xz support to weak-modules +- Resolves: rhbz#2192895 + * Thu Feb 9 2023 Yauheni Kaliuta - 28-8 - man/rmmod: explain why modprobe -r is more useful Resolves: rhbz#2164253