From 84e7a0ba4fba518fb13d533070c21df407999063 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 19 Mar 2012 12:52:07 +0100 Subject: [PATCH] version 7 --- .gitignore | 2 +- kmod.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a31a58f..d105fd8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/kmod-6.tar.xz +/kmod-7.tar.xz diff --git a/kmod.spec b/kmod.spec index dd5fed4..c975d4c 100644 --- a/kmod.spec +++ b/kmod.spec @@ -1,5 +1,5 @@ Name: kmod -Version: 6 +Version: 7 Release: 1%{?dist} Summary: Linux kernel module management utilities @@ -97,6 +97,12 @@ mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/modprobe.d %{_libdir}/libkmod.so %changelog +* Mon Mar 19 2012 Kay Sievers - 7-1 +- update to version 7 + - fix issue with --show-depends, where built-in + modules of the running kernel fail to include + loadable modules of the kernel specified + * Sun Mar 04 2012 Kay Sievers - 6-1 - update to version 6 - remove all patches, they are included in the release diff --git a/sources b/sources index f61796d..836dbc1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bad08102fad212cd34405136d9a7eb94 kmod-6.tar.xz +7bd916ae1c8a38e7697fdd8118bc98eb kmod-7.tar.xz