diff options
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/kernel.spec b/kernel.spec index fc5f02814..8720f0a77 100644 --- a/kernel.spec +++ b/kernel.spec @@ -65,9 +65,9 @@ Summary: The Linux kernel # The next upstream release sublevel (base_sublevel+1) %define upstream_sublevel %(echo $((%{base_sublevel} + 1))) # The rc snapshot level -%define rcrev 1 +%define rcrev 2 # The git snapshot level -%define gitrev 1 +%define gitrev 0 # Set rpm version accordingly %define rpmversion 4.%{upstream_sublevel}.0 %endif @@ -122,7 +122,7 @@ Summary: The Linux kernel # Set debugbuildsenabled to 1 for production (build separate debug kernels) # and 0 for rawhide (all kernels are debug kernels). # See also 'make debug' and 'make release'. -%define debugbuildsenabled 0 +%define debugbuildsenabled 1 # Want to build a vanilla kernel build without any non-upstream patches? %define with_vanilla %{?_with_vanilla: 1} %{?!_with_vanilla: 0} @@ -612,9 +612,6 @@ Patch26175: xen-pciback-Don-t-disable-PCI_COMMAND-on-PCI-device-.patch #rhbz 1212230 Patch26176: Input-synaptics-pin-3-touches-when-the-firmware-repo.patch -#rhbz 1208999 -Patch26177: SCSI-add-1024-max-sectors-black-list-flag.patch - #rhbz 1210857 Patch26192: blk-loop-avoid-too-many-pending-per-work-IO.patch @@ -1345,9 +1342,6 @@ ApplyPatch xen-pciback-Don-t-disable-PCI_COMMAND-on-PCI-device-.patch #rhbz 1212230 ApplyPatch Input-synaptics-pin-3-touches-when-the-firmware-repo.patch -#rhbz 1208999 -ApplyPatch SCSI-add-1024-max-sectors-black-list-flag.patch - #rhbz 1210857 ApplyPatch blk-loop-avoid-too-many-pending-per-work-IO.patch @@ -2201,6 +2195,10 @@ fi # # %changelog +* Mon May 04 2015 Josh Boyer <jwboyer@fedoraproject.org> - 4.1.0-0.rc2.git0.1 +- Linux v4.1-rc2 +- Disable debugging options. + * Sun May 3 2015 Peter Robinson <pbrobinson@fedoraproject.org> - Enable ACPI on aarch64 - General ARMv7 updates |