rpms/kernel/devel patch-2.6.26-rc4.bz2.sign, NONE, 1.1 .cvsignore, 1.822, 1.823 kernel.spec, 1.655, 1.656 linux-2.6-compile-fixes.patch, 1.163, 1.164 sources, 1.783, 1.784 upstream, 1.702, 1.703 patch-2.6.26-rc3-git8.bz2.sign, 1.1, NONE patch-2.6.26-rc3.bz2.sign, 1.1, NONE

Dave Jones (davej) fedora-extras-commits at redhat.com
Mon May 26 20:20:48 UTC 2008


Author: davej

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

Modified Files:
	.cvsignore kernel.spec linux-2.6-compile-fixes.patch sources 
	upstream 
Added Files:
	patch-2.6.26-rc4.bz2.sign 
Removed Files:
	patch-2.6.26-rc3-git8.bz2.sign patch-2.6.26-rc3.bz2.sign 
Log Message:
2.6.26-rc4


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

iD8DBQBIOwRUyGugalF9Dw4RAvU3AJ9BkMSOHUS+PL52Ko9aPoP3Xsm2CwCfcPq8
dKzzyE1iyRpfLdAuLPJejwc=
=3pZ+
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.822
retrieving revision 1.823
diff -u -r1.822 -r1.823
--- .cvsignore	26 May 2008 15:34:30 -0000	1.822
+++ .cvsignore	26 May 2008 20:20:03 -0000	1.823
@@ -4,6 +4,6 @@
 temp-*
 kernel-2.6.25
 linux-2.6.25.tar.bz2
-patch-2.6.26-rc3.bz2
+patch-2.6.26-rc4.bz2
 patch-2.6.26-rc2-git5.bz2
 patch-2.6.26-rc3-git8.bz2


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.655
retrieving revision 1.656
diff -u -r1.655 -r1.656
--- kernel.spec	26 May 2008 15:34:30 -0000	1.655
+++ kernel.spec	26 May 2008 20:20:03 -0000	1.656
@@ -43,9 +43,9 @@
 # The next upstream release sublevel (base_sublevel+1)
 %define upstream_sublevel %(expr %{base_sublevel} + 1)
 # The rc snapshot level
-%define rcrev 3
+%define rcrev 4
 # The git snapshot level
-%define gitrev 8
+%define gitrev 0
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -1767,6 +1767,9 @@
 
 %changelog
 * Mon May 26 2008 Dave Jones <davej at redhat.com>
+- 2.6.26-rc4
+
+* Mon May 26 2008 Dave Jones <davej at redhat.com>
 - 2.6.26-rc3-git8
 
 * Sun May 25 2008 Dave Jones <davej at redhat.com>

linux-2.6-compile-fixes.patch:

Index: linux-2.6-compile-fixes.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-compile-fixes.patch,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- linux-2.6-compile-fixes.patch	22 May 2008 16:58:36 -0000	1.163
+++ linux-2.6-compile-fixes.patch	26 May 2008 20:20:03 -0000	1.164
@@ -5,35 +5,3 @@
 # to do a compile to figure out what your diff is fixing. Thanks.
 #
 
-From: Paul Gortmaker <paul.gortmaker at windriver.com>
-To: netdev at vger.kernel.org
-Cc: davej at redhat.com, afleming at freescale.com, jgarzik at pobox.com,
-        Paul Gortmaker <paul.gortmaker at windriver.com>
-Subject: [PATCH net-2.6] phylib: do EXPORT_SYMBOL on get_phy_id
-Date: Thu, 22 May 2008 12:43:50 -0400
-Message-Id: <1211474630-1728-1-git-send-email-paul.gortmaker at windriver.com>
-
-Commit cac1f3c8 factored out the code for get_phy_id so that it
-could be reused in multiple places.  Turns out that some of the
-users can be modular, so we need to export this symbol as well.
-
-Signed-off-by: Paul Gortmaker <paul.gortmaker at windriver.com>
----
- drivers/net/phy/phy_device.c |    1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
-
-diff --git a/drivers/net/phy/phy_device.c b/drivers/net/phy/phy_device.c
-index ac3c01d..16a0e7d 100644
---- a/drivers/net/phy/phy_device.c
-+++ b/drivers/net/phy/phy_device.c
-@@ -207,6 +207,7 @@ int get_phy_id(struct mii_bus *bus, int addr, u32 *phy_id)
- 
- 	return 0;
- }
-+EXPORT_SYMBOL(get_phy_id);
- 
- /**
-  * get_phy_device - reads the specified PHY device and returns its @phy_device struct
--- 
-1.5.4.rc4.gcab31
-


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.783
retrieving revision 1.784
diff -u -r1.783 -r1.784
--- sources	26 May 2008 15:34:30 -0000	1.783
+++ sources	26 May 2008 20:20:03 -0000	1.784
@@ -1,3 +1,2 @@
 db95a49a656a3247d4995a797d333153  linux-2.6.25.tar.bz2
-d6655b0ed5f68a3a92c92d11831bf479  patch-2.6.26-rc3.bz2
-4fbd22dba6e3c198d465c42a6a3abcc2  patch-2.6.26-rc3-git8.bz2
+b5f96d823b1183ba0c4e61516e1a23c0  patch-2.6.26-rc4.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.702
retrieving revision 1.703
diff -u -r1.702 -r1.703
--- upstream	26 May 2008 15:34:30 -0000	1.702
+++ upstream	26 May 2008 20:20:03 -0000	1.703
@@ -1,3 +1,2 @@
 linux-2.6.25.tar.bz2
-patch-2.6.26-rc3.bz2
-patch-2.6.26-rc3-git8.bz2
+patch-2.6.26-rc4.bz2


--- patch-2.6.26-rc3-git8.bz2.sign DELETED ---


--- patch-2.6.26-rc3.bz2.sign DELETED ---




More information about the fedora-extras-commits mailing list