| … | |
… | |
| 19 | # setup, we set fedora_cvs_origin to the current cvs revision s/1.// of the |
19 | # setup, we set fedora_cvs_origin to the current cvs revision s/1.// of the |
| 20 | # kernel spec when the kernel is rebased, so fedora_build automatically |
20 | # kernel spec when the kernel is rebased, so fedora_build automatically |
| 21 | # works out to the offset from the rebase, so it doesn't get too ginormous. |
21 | # works out to the offset from the rebase, so it doesn't get too ginormous. |
| 22 | # |
22 | # |
| 23 | %define fedora_cvs_origin 1036 |
23 | %define fedora_cvs_origin 1036 |
| 24 | %define fedora_build_string %(R="$Revision: 1.1206.2.2 $"; R="${R%% \$}"; R="${R#: 1.}"; echo $R) |
24 | %define fedora_build_string %(R="$Revision: 1.1206.2.3 $"; R="${R%% \$}"; R="${R#: 1.}"; echo $R) |
| 25 | %define fedora_build_origin %(R=%{fedora_build_string}; R="${R%%%%.*}"; echo $R) |
25 | %define fedora_build_origin %(R=%{fedora_build_string}; R="${R%%%%.*}"; echo $R) |
| 26 | %define fedora_build_prefix %(expr %{fedora_build_origin} - %{fedora_cvs_origin}) |
26 | %define fedora_build_prefix %(expr %{fedora_build_origin} - %{fedora_cvs_origin}) |
| 27 | %define fedora_build_suffix %(R=%{fedora_build_string}; R="${R#%{fedora_build_origin}}"; echo $R) |
27 | %define fedora_build_suffix %(R=%{fedora_build_string}; R="${R#%{fedora_build_origin}}"; echo $R) |
| 28 | %define fedora_build %{fedora_build_prefix}%{?fedora_build_suffix} |
28 | %define fedora_build %{fedora_build_prefix}%{?fedora_build_suffix} |
| 29 | |
29 | |
| … | |
… | |
| 622 | Patch394: linux-2.6-acpi-handle-ec-init-failure.patch |
622 | Patch394: linux-2.6-acpi-handle-ec-init-failure.patch |
| 623 | Patch396: linux-2.6-acpi-dock-fix-eject-request-process.patch |
623 | Patch396: linux-2.6-acpi-dock-fix-eject-request-process.patch |
| 624 | |
624 | |
| 625 | Patch400: linux-2.6-scsi-cpqarray-set-master.patch |
625 | Patch400: linux-2.6-scsi-cpqarray-set-master.patch |
| 626 | |
626 | |
| 627 | Patch410: linux-2.6.27.9-alsa-driver-1.0.18a.patch |
|
|
| 628 | Patch411: linux-2.6.27.7-alsa-driver-fixups.patch |
|
|
| 629 | Patch412: linux-2.6.27.9-alsa-hda-add-a-quirk-for-dell-studio-15.patch |
|
|
| 630 | Patch413: linux-2.6.27.9-alsa-hda-no-headphone-as-line-out-swich-without-line-outs.patch |
|
|
| 631 | Patch414: linux-2.6.27.9-alsa-hda-mark-dell-studio-1535-quirk.patch |
|
|
| 632 | Patch415: linux-2.6-alsa-backport-beep-switch.patch |
|
|
| 633 | Patch416: linux-2.6-defaults-alsa-hda-beep-off.patch |
|
|
| 634 | Patch417: linux-2.6-alsa-hda-stac-dell-m6-eapd.patch |
|
|
| 635 | Patch418: linux-2.6-alsa-hda-revert-remove-unneeded-hp-nid-references.patch |
|
|
| 636 | Patch419: linux-2.6-alsa-hda-remove-broken-headphone-control-for-dell-laptops.patch |
|
|
| 637 | |
|
|
| 638 | Patch429: linux-2.6-squashfs.patch |
627 | Patch429: linux-2.6-squashfs.patch |
| 639 | Patch430: linux-2.6-net-silence-noisy-printks.patch |
628 | Patch430: linux-2.6-net-silence-noisy-printks.patch |
| 640 | Patch450: linux-2.6-input-kill-stupid-messages.patch |
629 | Patch450: linux-2.6-input-kill-stupid-messages.patch |
| 641 | Patch452: linux-2.6.27-hwmon-applesmc-2.6.28.patch |
630 | Patch452: linux-2.6.27-hwmon-applesmc-2.6.28.patch |
| 642 | # 448656 |
631 | # 448656 |
| … | |
… | |
| 1212 | # |
1201 | # |
| 1213 | # fix cpqarray pci enable |
1202 | # fix cpqarray pci enable |
| 1214 | ApplyPatch linux-2.6-scsi-cpqarray-set-master.patch |
1203 | ApplyPatch linux-2.6-scsi-cpqarray-set-master.patch |
| 1215 | |
1204 | |
| 1216 | # ALSA |
1205 | # ALSA |
| 1217 | ApplyPatch linux-2.6.27.9-alsa-driver-1.0.18a.patch |
|
|
| 1218 | ApplyPatch linux-2.6.27.7-alsa-driver-fixups.patch |
|
|
| 1219 | ApplyPatch linux-2.6.27.9-alsa-hda-add-a-quirk-for-dell-studio-15.patch |
|
|
| 1220 | ApplyPatch linux-2.6.27.9-alsa-hda-no-headphone-as-line-out-swich-without-line-outs.patch |
|
|
| 1221 | ApplyPatch linux-2.6.27.9-alsa-hda-mark-dell-studio-1535-quirk.patch |
|
|
| 1222 | ApplyPatch linux-2.6-alsa-backport-beep-switch.patch |
|
|
| 1223 | ApplyPatch linux-2.6-defaults-alsa-hda-beep-off.patch |
|
|
| 1224 | ApplyPatch linux-2.6-alsa-hda-stac-dell-m6-eapd.patch |
|
|
| 1225 | ApplyPatch linux-2.6-alsa-hda-revert-remove-unneeded-hp-nid-references.patch |
|
|
| 1226 | ApplyPatch linux-2.6-alsa-hda-remove-broken-headphone-control-for-dell-laptops.patch |
|
|
| 1227 | |
1206 | |
| 1228 | # Filesystem patches. |
1207 | # Filesystem patches. |
| 1229 | # Squashfs |
1208 | # Squashfs |
| 1230 | ApplyPatch linux-2.6-squashfs.patch |
1209 | ApplyPatch linux-2.6-squashfs.patch |
| 1231 | |
1210 | |
| … | |
… | |
| 1923 | %kernel_variant_files %{with_pae} PAE |
1902 | %kernel_variant_files %{with_pae} PAE |
| 1924 | %kernel_variant_files %{with_pae_debug} PAEdebug |
1903 | %kernel_variant_files %{with_pae_debug} PAEdebug |
| 1925 | %kernel_variant_files -k vmlinux %{with_kdump} kdump |
1904 | %kernel_variant_files -k vmlinux %{with_kdump} kdump |
| 1926 | |
1905 | |
| 1927 | %changelog |
1906 | %changelog |
|
|
1907 | * Tue Jan 20 2009 Chuck Ebbert <cebbert@redhat.com> 2.6.27.12-170.2.3 |
|
|
1908 | - Revert ALSA to what is upstream in 2.6.27. |
|
|
1909 | |
| 1928 | * Mon Jan 19 2009 Kyle McMartin <kyle@redhat.com> |
1910 | * Mon Jan 19 2009 Kyle McMartin <kyle@redhat.com> |
| 1929 | - Linux 2.6.27.12 |
1911 | - Linux 2.6.27.12 |
| 1930 | - linux-2.6-iwlagn-downgrade-BUG_ON-in-interrupt.patch: merged |
1912 | - linux-2.6-iwlagn-downgrade-BUG_ON-in-interrupt.patch: merged |
| 1931 | - linux-2.6-iwlwifi-use-GFP_KERNEL-to-allocate-Rx-SKB-memory.patch: merged |
1913 | - linux-2.6-iwlwifi-use-GFP_KERNEL-to-allocate-Rx-SKB-memory.patch: merged |
| 1932 | |
1914 | |