From f4aad01fe79d9dc193b1cb837ee23797dc271508 Mon Sep 17 00:00:00 2001 From: Yauheni Kaliuta Date: Tue, 10 Aug 2021 16:14:30 +0300 Subject: [PATCH] packaging: bump up version, 29-5 - kmod.spec: enable debug - weak-modules: compare_initramfs_modules: exit on pushd/popd failures - weak-modules: split modules into array with read -a - Add default config file, /etc/depmod.d/dist.conf Signed-off-by: Yauheni Kaliuta --- kmod.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/kmod.spec b/kmod.spec index 7d173eb..dd787b0 100644 --- a/kmod.spec +++ b/kmod.spec @@ -13,7 +13,7 @@ Name: kmod Version: 29 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Linux kernel module management utilities License: GPLv2+ @@ -132,6 +132,12 @@ install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/depmod.d/dist.conf %{_libdir}/libkmod.so %changelog +* Tue Aug 10 2021 Yauheni Kaliuta - 29-5 +- kmod.spec: enable debug +- weak-modules: compare_initramfs_modules: exit on pushd/popd failures +- weak-modules: split modules into array with read -a +- Add default config file, /etc/depmod.d/dist.conf + * Thu Jul 22 2021 Fedora Release Engineering - 29-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild