/[pkgs]/rpms/kernel/F-10/kernel.spec
ViewVC logotype

Diff of /rpms/kernel/F-10/kernel.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.1206.2.2 Revision 1.1206.2.3
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
622Patch394: linux-2.6-acpi-handle-ec-init-failure.patch 622Patch394: linux-2.6-acpi-handle-ec-init-failure.patch
623Patch396: linux-2.6-acpi-dock-fix-eject-request-process.patch 623Patch396: linux-2.6-acpi-dock-fix-eject-request-process.patch
624 624
625Patch400: linux-2.6-scsi-cpqarray-set-master.patch 625Patch400: linux-2.6-scsi-cpqarray-set-master.patch
626 626
627Patch410: linux-2.6.27.9-alsa-driver-1.0.18a.patch
628Patch411: linux-2.6.27.7-alsa-driver-fixups.patch
629Patch412: linux-2.6.27.9-alsa-hda-add-a-quirk-for-dell-studio-15.patch
630Patch413: linux-2.6.27.9-alsa-hda-no-headphone-as-line-out-swich-without-line-outs.patch
631Patch414: linux-2.6.27.9-alsa-hda-mark-dell-studio-1535-quirk.patch
632Patch415: linux-2.6-alsa-backport-beep-switch.patch
633Patch416: linux-2.6-defaults-alsa-hda-beep-off.patch
634Patch417: linux-2.6-alsa-hda-stac-dell-m6-eapd.patch
635Patch418: linux-2.6-alsa-hda-revert-remove-unneeded-hp-nid-references.patch
636Patch419: linux-2.6-alsa-hda-remove-broken-headphone-control-for-dell-laptops.patch
637
638Patch429: linux-2.6-squashfs.patch 627Patch429: linux-2.6-squashfs.patch
639Patch430: linux-2.6-net-silence-noisy-printks.patch 628Patch430: linux-2.6-net-silence-noisy-printks.patch
640Patch450: linux-2.6-input-kill-stupid-messages.patch 629Patch450: linux-2.6-input-kill-stupid-messages.patch
641Patch452: linux-2.6.27-hwmon-applesmc-2.6.28.patch 630Patch452: 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
1214ApplyPatch linux-2.6-scsi-cpqarray-set-master.patch 1203ApplyPatch linux-2.6-scsi-cpqarray-set-master.patch
1215 1204
1216# ALSA 1205# ALSA
1217ApplyPatch linux-2.6.27.9-alsa-driver-1.0.18a.patch
1218ApplyPatch linux-2.6.27.7-alsa-driver-fixups.patch
1219ApplyPatch linux-2.6.27.9-alsa-hda-add-a-quirk-for-dell-studio-15.patch
1220ApplyPatch linux-2.6.27.9-alsa-hda-no-headphone-as-line-out-swich-without-line-outs.patch
1221ApplyPatch linux-2.6.27.9-alsa-hda-mark-dell-studio-1535-quirk.patch
1222ApplyPatch linux-2.6-alsa-backport-beep-switch.patch
1223ApplyPatch linux-2.6-defaults-alsa-hda-beep-off.patch
1224ApplyPatch linux-2.6-alsa-hda-stac-dell-m6-eapd.patch
1225ApplyPatch linux-2.6-alsa-hda-revert-remove-unneeded-hp-nid-references.patch
1226ApplyPatch 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
1230ApplyPatch linux-2.6-squashfs.patch 1209ApplyPatch 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

Legend:
Removed from v.1.1206.2.2  
changed lines
  Added in v.1.1206.2.3

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.6