From 36aca425e7d25f5daca7109dc963da87294cd1b5 Mon Sep 17 00:00:00 2001 From: Eugene Syromiatnikov Date: Fri, 19 May 2023 10:20:58 +0200 Subject: [PATCH] packaging: bump up revision (28-9) - Add symvers.xz support to weak-modules Resolves: rhbz#2192895 Signed-off-by: Eugene Syromiatnikov --- kmod.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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