commit 96bef319e8bc1a8c21fe7093fd8524145bfb8cd1
Author: Josh Boyer <jwboyer(a)redhat.com>
Date: Fri Jul 5 09:24:43 2013 -0400
Update to version 14
.gitignore | 1 +
kmod.spec | 9 ++++++---
sources | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ec06664..53531e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/kmod-11.tar.xz
/kmod-12.tar.xz
/kmod-13.tar.xz
+/kmod-14.tar.xz
diff --git a/kmod.spec b/kmod.spec
index 962c134..9cfd865 100644
--- a/kmod.spec
+++ b/kmod.spec
@@ -1,6 +1,6 @@
Name: kmod
-Version: 13
-Release: 2%{?dist}
+Version: 14
+Release: 1%{?dist}
Summary: Linux kernel module management utilities
Group: System Environment/Kernel
@@ -108,13 +108,16 @@ install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_sbindir}/weak-modules
%{_libdir}/libkmod.so
%changelog
+* Fri Jul 05 2013 Josh Boyer <jwboyer(a)redhat.com> - 14-1
+- Update to version 14
+
* Fri Apr 19 2013 Václav Pavlín <vpavlin(a)redhat.com> - 13-2
- Main package should require -libs
* Wed Apr 10 2013 Josh Boyer <jwboyer(a)redhat.com> - 13-1
- Update to version 13
-* Thu Mar 20 2013 Weiping Pan <wpan(a)redhat.com> - 12-3
+* Wed Mar 20 2013 Weiping Pan <wpan(a)redhat.com> - 12-3
- Pull in weak-modules for kABI from Jon Masters <jcm(a)redhat.com>
* Mon Mar 18 2013 Josh Boyer <jwboyer(a)redhat.com>
diff --git a/sources b/sources
index 670faef..0530553 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d5aba43b9370cd52f3cb35e82a1aa595 kmod-13.tar.xz
+38009d0d6f10678a3ec22ccd29210d13 kmod-14.tar.xz