version 7
This commit is contained in:
parent
cf0a7a3b72
commit
84e7a0ba4f
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/kmod-6.tar.xz
|
/kmod-7.tar.xz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: kmod
|
Name: kmod
|
||||||
Version: 6
|
Version: 7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Linux kernel module management utilities
|
Summary: Linux kernel module management utilities
|
||||||
|
|
||||||
@ -97,6 +97,12 @@ mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/modprobe.d
|
|||||||
%{_libdir}/libkmod.so
|
%{_libdir}/libkmod.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 19 2012 Kay Sievers <kay@redhat.com> - 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 <kay@redhat.com> - 6-1
|
* Sun Mar 04 2012 Kay Sievers <kay@redhat.com> - 6-1
|
||||||
- update to version 6
|
- update to version 6
|
||||||
- remove all patches, they are included in the release
|
- remove all patches, they are included in the release
|
||||||
|
Loading…
Reference in New Issue
Block a user