diff options
| author | Josh Boyer <jwboyer@redhat.com> | 2012-10-30 14:10:49 -0400 |
|---|---|---|
| committer | Josh Boyer <jwboyer@redhat.com> | 2012-10-30 14:13:23 -0400 |
| commit | 23aad7f77fd1d1fd894c77db19f057728acacb02 (patch) | |
| tree | 15b417b998cc8270ac1ebf64d9518adfdcdd83b8 /kernel.spec | |
| parent | e12c503006e27ceb9a7a1f94f9c4d11f2a566b45 (diff) | |
Fix module blacklist patch to not leak a reference to the blacklist keyring
Diffstat (limited to 'kernel.spec')
| -rw-r--r-- | kernel.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec index 07673d61..8bbe2251 100644 --- a/kernel.spec +++ b/kernel.spec @@ -62,7 +62,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 1 +%global baserelease 2 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -2317,7 +2317,10 @@ fi # ||----w | # || || %changelog -* Tue Oct 30 2012 Josh Boyer <jwboyer@gmail.com> - 3.7.0-0.rc3.git0.1 +* Tue Oct 30 2012 Josh Boyer <jwboyer@redhat.com> +- Fix module blacklist patch to not leak a reference to the blacklist keyring + +* Tue Oct 30 2012 Josh Boyer <jwboyer@redhat.com> - 3.7.0-0.rc3.git0.1 - Disable debugging options. - Linux v3.7-rc3 - enable CONFIG_MEDIA_{USB,PCI}_SUPPORT (rhbz 870457) |
