diff --git a/.gitignore b/.gitignore index 51d0a1e..e42585b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /kmod-14.tar.xz /kmod-15.tar.xz /kmod-16.tar.xz +/kmod-17.tar.xz diff --git a/kmod.spec b/kmod.spec index 847be65..2477fa6 100644 --- a/kmod.spec +++ b/kmod.spec @@ -1,5 +1,5 @@ Name: kmod -Version: 16 +Version: 17 Release: 1%{?dist} Summary: Linux kernel module management utilities @@ -109,6 +109,9 @@ install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_sbindir}/weak-modules %{_libdir}/libkmod.so %changelog +* Wed Apr 09 2014 Josh Boyer - 17-1 +- Update to version 17 + * Thu Jan 02 2014 Václav Pavlín - 16-1 - Update to version 16 diff --git a/sources b/sources index c733ba8..ec4d438 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3006a0287211212501cdfe1211b29f09 kmod-16.tar.xz +bc36d28b12dcb2b664a35411560c5610 kmod-17.tar.xz