From e909931d9fb6b40c76dee1369a11fe5098ebd0f9 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 (25-20) - Add symvers.xz support to weak-modules Resolves: RHEL-8903 Signed-off-by: Eugene Syromiatnikov --- kmod.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kmod.spec b/kmod.spec index c016f42..67587a3 100644 --- a/kmod.spec +++ b/kmod.spec @@ -1,6 +1,6 @@ Name: kmod Version: 25 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Linux kernel module management utilities Group: System Environment/Kernel @@ -129,6 +129,10 @@ install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/depmod.d/dist.conf %{_libdir}/libkmod.so %changelog +* Wed Oct 11 2023 Eugene Syromiatnikov - 25-20 +- Add symvers.xz support to weak-modules +- Resolves: RHEL-8903 + * Mon Nov 29 2021 Yauheni Kaliuta - 25-19 - depmod: fix parallel execution issues Resolves: rhbz#2026938