rpms/kernel/F-10 patch-2.6.28.1-rc1.bz2.sign, NONE, 1.1 .cvsignore, 1.961, 1.962 kernel.spec, 1.1214, 1.1215 sources, 1.923, 1.924 linux-2.6-ath5k-ignore-the-return-value-of-ath5k_hw_noise_floor_calibration.patch, 1.1, NONE linux-2.6-iwlwifi-use-GFP_KERNEL-to-allocate-Rx-SKB-memory.patch, 1.1, NONE

Kyle McMartin kyle at fedoraproject.org
Fri Jan 16 14:10:14 UTC 2009


Author: kyle

Update of /cvs/pkgs/rpms/kernel/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12103

Modified Files:
	.cvsignore kernel.spec sources 
Added Files:
	patch-2.6.28.1-rc1.bz2.sign 
Removed Files:
	linux-2.6-ath5k-ignore-the-return-value-of-ath5k_hw_noise_floor_calibration.patch 
	linux-2.6-iwlwifi-use-GFP_KERNEL-to-allocate-Rx-SKB-memory.patch 
Log Message:
* Thu Jan 15 2009 Kyle McMartin <kyle at redhat.com>
- 2.6.28.1-rc1
- linux-2.6-iwlwifi-use-GFP_KERNEL-to-allocate-Rx-SKB-memory.patch: merged
- linux-2.6-ath5k-ignore-the-return-value-of-ath5k_hw_noise_floor_calibration.patch: merged



--- NEW FILE patch-2.6.28.1-rc1.bz2.sign ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: See http://www.kernel.org/signature.html for info

iD8DBQBJb5XEyGugalF9Dw4RAopAAJ9Ac7AbOO6fUFRHReFDsG+ef7M2TgCfSb7U
6gdp6PK3jgVff1kFClXu768=
=9HUu
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/.cvsignore,v
retrieving revision 1.961
retrieving revision 1.962
diff -u -r1.961 -r1.962
--- .cvsignore	12 Jan 2009 19:51:27 -0000	1.961
+++ .cvsignore	16 Jan 2009 14:09:43 -0000	1.962
@@ -4,3 +4,4 @@
 temp-*
 kernel-2.6.28
 linux-2.6.28.tar.bz2
+patch-2.6.28.1-rc1.bz2


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/kernel.spec,v
retrieving revision 1.1214
retrieving revision 1.1215
diff -u -r1.1214 -r1.1215
--- kernel.spec	15 Jan 2009 18:50:41 -0000	1.1214
+++ kernel.spec	16 Jan 2009 14:09:43 -0000	1.1215
@@ -36,9 +36,9 @@
 %if 0%{?released_kernel}
 
 # Do we have a -stable update to apply?
-%define stable_update 0
+%define stable_update 1
 # Is it a -stable RC?
-%define stable_rc 0
+%define stable_rc 1
 # Set rpm version accordingly
 %if 0%{?stable_update}
 %define stablerev .%{stable_update}
@@ -628,8 +628,6 @@
 
 Patch670: linux-2.6-ata-quirk.patch
 
-Patch680: linux-2.6-iwlwifi-use-GFP_KERNEL-to-allocate-Rx-SKB-memory.patch
-Patch681: linux-2.6-ath5k-ignore-the-return-value-of-ath5k_hw_noise_floor_calibration.patch
 Patch682: iwlwifi-intel-bug-1822.patch
 
 Patch690: linux-2.6-at76.patch
@@ -1151,15 +1149,9 @@
 # ia64 ata quirk
 ApplyPatch linux-2.6-ata-quirk.patch
 
-# iwlwifi: use GFP_KERNEL to allocate Rx SKB memory
-ApplyPatch linux-2.6-iwlwifi-use-GFP_KERNEL-to-allocate-Rx-SKB-memory.patch
-
 # iwlwifi: avoid rs_get_rate warnings
 ApplyPatch iwlwifi-intel-bug-1822.patch
 
-# ath5k: ignore the return value of ath5k_hw_noise_floor_calibration
-ApplyPatch linux-2.6-ath5k-ignore-the-return-value-of-ath5k_hw_noise_floor_calibration.patch
-
 # Add misc wireless bits from upstream wireless tree
 ApplyPatch linux-2.6-at76.patch
 
@@ -1506,7 +1498,8 @@
 
 %if %{with_doc}
 # Make the HTML and man pages.
-make %{?_smp_mflags} htmldocs mandocs || %{doc_build_fail}
+make %{?_smp_mflags} htmldocs || %{doc_build_fail} || exit 1
+make %{?_smp_mflags}  mandocs || %{doc_build_fail} || exit 1
 
 # sometimes non-world-readable files sneak into the kernel source tree
 chmod -R a=rX Documentation
@@ -1783,7 +1776,17 @@
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
-* Tue Jan 14 2009 John W. Linville <linville at redhat.com>
+* Thu Jan 15 2009 Kyle McMartin <kyle at redhat.com>
+- 2.6.28.1-rc1
+- linux-2.6-iwlwifi-use-GFP_KERNEL-to-allocate-Rx-SKB-memory.patch: merged
+- linux-2.6-ath5k-ignore-the-return-value-of-ath5k_hw_noise_floor_calibration.patch: merged
+- spec: split htmldocs and mandocs into seperate make invocations so we can
+  hopefully catch a htmldocs failure without going through mandocs.
+
+* Thu Jan 15 2009 Ben Skeggs <bskeggs at redhat.com>
+- nouveau: fix missing header
+
+* Thu Jan 15 2009 John W. Linville <linville at redhat.com>
 - iwlwifi: avoid rs_get_rate warnings
 
 * Wed Jan 14 2009 Hans de Goede <hdegoede at redhat.com>


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/sources,v
retrieving revision 1.923
retrieving revision 1.924
diff -u -r1.923 -r1.924
--- sources	12 Jan 2009 19:51:31 -0000	1.923
+++ sources	16 Jan 2009 14:09:44 -0000	1.924
@@ -1 +1,2 @@
 d351e44709c9810b85e29b877f50968a  linux-2.6.28.tar.bz2
+14f372e6665310ae43b3a950dae31e6d  patch-2.6.28.1-rc1.bz2


--- linux-2.6-ath5k-ignore-the-return-value-of-ath5k_hw_noise_floor_calibration.patch DELETED ---


--- linux-2.6-iwlwifi-use-GFP_KERNEL-to-allocate-Rx-SKB-memory.patch DELETED ---




More information about the fedora-extras-commits mailing list