Add virtual provides for kernel-module to kernel-modules-extra (rhbz 770444)

This commit is contained in:
Josh Boyer 2012-06-11 16:15:28 -04:00
parent 95e7d92685
commit a8283add14
1 changed files with 3 additions and 1 deletions

View File

@ -54,7 +54,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be appended after the rcX and
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
#
%global baserelease 2
%global baserelease 3
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@ -967,6 +967,7 @@ Group: System Environment/Kernel\
Provides: kernel%{?1:-%{1}}-modules-extra-%{_target_cpu} = %{version}-%{release}\
Provides: kernel-modules-extra-%{_target_cpu} = %{version}-%{release}%{?1:.%{1}}\
Provides: kernel-modules-extra = %{version}-%{release}%{?1:.%{1}}\
Provides: installonlypkg(kernel-module)\
Provides: kernel-modules-extra-uname-r = %{KVERREL}%{?1:.%{1}}\
Requires: kernel-uname-r = %{KVERREL}%{?1:.%{1}}\
AutoReqProv: no\
@ -2345,6 +2346,7 @@ fi
# '-'
%changelog
* Mon Jun 11 2012 Josh Boyer <jwboyer@redhat.com>
- Add virtual provides for kernel-module to kernel-modules-extra (rhbz 770444)
- Add patch to fix xen domU 32bit (rhbz 829016)
- Add two upstream commits to fix flaky iwlwifi (rhbz 825491)