Update to version 15

This commit is contained in:
Josh Boyer 2013-08-22 10:40:57 -04:00
parent 862f0b399b
commit 39aec32c65
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/kmod-12.tar.xz
/kmod-13.tar.xz
/kmod-14.tar.xz
/kmod-15.tar.xz

View File

@ -1,6 +1,6 @@
Name: kmod
Version: 14
Release: 2%{?dist}
Version: 15
Release: 1%{?dist}
Summary: Linux kernel module management utilities
Group: System Environment/Kernel
@ -95,6 +95,7 @@ install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_sbindir}/weak-modules
%{_sbindir}/lsmod
%{_sbindir}/depmod
%{_sbindir}/weak-modules
%{_datadir}/bash-completion/completions/kmod
%attr(0644,root,root) %{_mandir}/man5/*.5*
%attr(0644,root,root) %{_mandir}/man8/*.8*
%doc NEWS README TODO COPYING
@ -108,6 +109,9 @@ install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_sbindir}/weak-modules
%{_libdir}/libkmod.so
%changelog
* Thu Aug 22 2013 Josh Boyer <jwboyer@fedoraproject.org> - 15-1
- Update to version 15
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
38009d0d6f10678a3ec22ccd29210d13 kmod-14.tar.xz
d03372179ed2cfa0c52b6672cf438901 kmod-15.tar.xz