rpms/kernel/devel patch-2.6.22-rc3-git7.bz2.sign, NONE, 1.1 .cvsignore, 1.624, 1.625 kernel-2.6.spec, 1.3202, 1.3203 linux-2.6-modsign-include.patch, 1.5, 1.6 linux-2.6-ppc64-no-apm.patch, 1.1, 1.2 sources, 1.589, 1.590 upstream, 1.511, 1.512 patch-2.6.22-rc3-git6.bz2.sign, 1.1, NONE

Dave Jones (davej) fedora-extras-commits at redhat.com
Mon Jun 4 21:39:18 UTC 2007


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7269

Modified Files:
	.cvsignore kernel-2.6.spec linux-2.6-modsign-include.patch 
	linux-2.6-ppc64-no-apm.patch sources upstream 
Added Files:
	patch-2.6.22-rc3-git7.bz2.sign 
Removed Files:
	patch-2.6.22-rc3-git6.bz2.sign 
Log Message:
* Mon Jun 04 2007 Dave Jones <davej at redhat.com>
- 2.6.22-rc3-git7



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

iD8DBQBGY7kpyGugalF9Dw4RAsBbAJ91iE83xhVFTc/bSGxn0d4KdIDw7ACfdQmt
IRZNO1r3b0gCttheqiz14dA=
=X/kZ
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.624
retrieving revision 1.625
diff -u -r1.624 -r1.625
--- .cvsignore	1 Jun 2007 23:33:37 -0000	1.624
+++ .cvsignore	4 Jun 2007 21:38:14 -0000	1.625
@@ -4,4 +4,4 @@
 kernel-2.6.21
 linux-2.6.21.tar.bz2
 patch-2.6.22-rc3.bz2
-patch-2.6.22-rc3-git6.bz2
+patch-2.6.22-rc3-git7.bz2


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.3202
retrieving revision 1.3203
diff -u -r1.3202 -r1.3203
--- kernel-2.6.spec	4 Jun 2007 21:04:53 -0000	1.3202
+++ kernel-2.6.spec	4 Jun 2007 21:38:14 -0000	1.3203
@@ -2051,6 +2051,9 @@
 
 %changelog
 * Mon Jun 04 2007 Dave Jones <davej at redhat.com>
+- 2.6.22-rc3-git7
+
+* Mon Jun 04 2007 Dave Jones <davej at redhat.com>
 - Remove some warning switches.
 
 * Sun Jun 03 2007 Dave Jones <davej at redhat.com>

linux-2.6-modsign-include.patch:

Index: linux-2.6-modsign-include.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-modsign-include.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- linux-2.6-modsign-include.patch	1 Jun 2007 23:33:37 -0000	1.5
+++ linux-2.6-modsign-include.patch	4 Jun 2007 21:38:14 -0000	1.6
@@ -162,26 +162,19 @@
  
 --- linux-2.6.21.noarch/include/asm-m68k/module.h~	2007-06-01 19:29:19.000000000 -0400
 +++ linux-2.6.21.noarch/include/asm-m68k/module.h	2007-06-01 19:30:02.000000000 -0400
-@@ -4,6 +4,7 @@
- struct mod_arch_specific {
- 	struct m68k_fixup_info *fixup_start, *fixup_end;
- };
+@@ -1,7 +1,12 @@
+ #ifndef _ASM_M68K_MODULE_H
+ #define _ASM_M68K_MODULE_H
+ struct mod_arch_specific { };
 +#define MODULES_ARE_ELF32
- 
- #define MODULE_ARCH_INIT {				\
- 	.fixup_start		= __start_fixup,	\
-@@ -13,7 +14,10 @@ struct mod_arch_specific {
  #define Elf_Shdr Elf32_Shdr
  #define Elf_Sym Elf32_Sym
  #define Elf_Ehdr Elf32_Ehdr
--
 +#define Elf_Rel Elf32_Rel
 +#define Elf_Rela Elf32_Rela
 +#define ELF_R_TYPE(X)	ELF32_R_TYPE(X)
 +#define ELF_R_SYM(X)	ELF32_R_SYM(X)
- 
- enum m68k_fixup_type {
- 	m68k_fixup_memoffset,
+ #endif /* _ASM_M68K_MODULE_H */
 diff --git a/include/asm-mips/module.h b/include/asm-mips/module.h
 index 399d03f..694f979 100644
 --- a/include/asm-mips/module.h

linux-2.6-ppc64-no-apm.patch:

Index: linux-2.6-ppc64-no-apm.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-ppc64-no-apm.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linux-2.6-ppc64-no-apm.patch	2 Jun 2007 09:14:42 -0000	1.1
+++ linux-2.6-ppc64-no-apm.patch	4 Jun 2007 21:38:14 -0000	1.2
@@ -1,8 +1,8 @@
---- linux-2.6.21.ppc64/drivers/macintosh/Kconfig~	2007-06-02 09:46:08.000000000 +0100
-+++ linux-2.6.21.ppc64/drivers/macintosh/Kconfig	2007-06-02 10:00:44.000000000 +0100
-@@ -114,7 +114,7 @@ config PMAC_SMU
- config PMAC_APM_EMU
+--- linux-2.6.21.noarch/drivers/macintosh/Kconfig~	2007-06-04 17:27:51.000000000 -0400
++++ linux-2.6.21.noarch/drivers/macintosh/Kconfig	2007-06-04 17:28:03.000000000 -0400
+@@ -115,7 +115,7 @@ config PMAC_APM_EMU
  	tristate "APM emulation"
+ 	select SYS_SUPPORTS_APM_EMULATION
  	select APM_EMULATION
 -	depends on ADB_PMU && PM
 +	depends on ADB_PMU && PM && PPC32


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.589
retrieving revision 1.590
diff -u -r1.589 -r1.590
--- sources	3 Jun 2007 19:08:45 -0000	1.589
+++ sources	4 Jun 2007 21:38:14 -0000	1.590
@@ -1,3 +1,3 @@
 1b515f588078dfa7f4bab2634bd17e80  linux-2.6.21.tar.bz2
 2e7d2943ed89c4676296374d8eaaacb6  patch-2.6.22-rc3.bz2
-27df0468b0cf0329006229dc6bdd7a31  patch-2.6.22-rc3-git6.bz2
+cde3c6079e82a257437111ca63eee19c  patch-2.6.22-rc3-git7.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.511
retrieving revision 1.512
diff -u -r1.511 -r1.512
--- upstream	1 Jun 2007 23:33:37 -0000	1.511
+++ upstream	4 Jun 2007 21:38:14 -0000	1.512
@@ -1,3 +1,3 @@
 linux-2.6.21.tar.bz2
 patch-2.6.22-rc3.bz2
-patch-2.6.22-rc3-git6.bz2
+patch-2.6.22-rc3-git7.bz2


--- patch-2.6.22-rc3-git6.bz2.sign DELETED ---




More information about the fedora-extras-commits mailing list