From 07fca2aecbd90339cee0cb563bc7afe968d516b6 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Tue, 9 Jun 2015 09:04:38 -0400 Subject: [PATCH] Update to verion 21 --- .gitignore | 1 + kmod.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ef2aa3a..b6f79d6 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /kmod-18.tar.xz /kmod-19.tar.xz /kmod-20.tar.xz +/kmod-21.tar.xz diff --git a/kmod.spec b/kmod.spec index 936808f..21a3e14 100644 --- a/kmod.spec +++ b/kmod.spec @@ -1,5 +1,5 @@ Name: kmod -Version: 20 +Version: 21 Release: 1%{?dist} Summary: Linux kernel module management utilities @@ -111,6 +111,9 @@ install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_sbindir}/weak-modules %{_libdir}/libkmod.so %changelog +* Tue Jun 09 2015 Josh Boyer - 21-1 +- Update to verion 21 + * Mon Mar 02 2015 Josh Boyer - 20.1 - Update to version 20 diff --git a/sources b/sources index 97de845..329005b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d6f4fef718a50bd88080de6a43bc64d8 kmod-20.tar.xz +ee246fab2e1cba9fbdcad6a86ec31531 kmod-21.tar.xz