From 629ab3ccc2d68cf25e768a32bce9596ac947e7b0 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Tue, 25 May 2021 07:37:32 -0500 Subject: [PATCH] Rebuild for weak-modules drop in Fedora Signed-off-by: Justin M. Forbes --- kmod.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kmod.spec b/kmod.spec index ef2f73a..1d75527 100644 --- a/kmod.spec +++ b/kmod.spec @@ -1,6 +1,6 @@ Name: kmod Version: 29 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Linux kernel module management utilities License: GPLv2+ @@ -118,6 +118,9 @@ install -pm 755 %{SOURCE1} $RPM_BUILD_ROOT%{_sbindir}/weak-modules %{_libdir}/libkmod.so %changelog +* Tue May 25 2021 Justin M. Forbes - 29-2 +- Rebuild for weak-modules drop in Fedora + * Mon May 24 2021 Justin M. Forbes - Remove weak-modules for Fedora as it causes problems.