rpms/kernel/F-11 linux-2.6.30.tar.bz2.sign, NONE, 1.1 patch-2.6.30.3.bz2.sign, NONE, 1.1 .cvsignore, 1.1048, 1.1049 kernel.spec, 1.1679, 1.1680 sources, 1.1010, 1.1011 upstream, 1.921, 1.922 linux-2.6.29.tar.bz2.sign, 1.1, NONE patch-2.6.29.6.bz2.sign, 1.1, NONE

Kyle McMartin kyle at fedoraproject.org
Sat Jul 25 01:43:18 UTC 2009


Author: kyle

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

Modified Files:
	.cvsignore kernel.spec sources upstream 
Added Files:
	linux-2.6.30.tar.bz2.sign patch-2.6.30.3.bz2.sign 
Removed Files:
	linux-2.6.29.tar.bz2.sign patch-2.6.29.6.bz2.sign 
Log Message:
* Fri Jul 24 2009 Kyle McMartin <kyle at redhat.com>
- Linux 2.6.30.3 rebase for Fedora 11.
- Fedora 11 2.6.29 branch is on tag private-fedora-11-2_6_29_6.



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

iD8DBQBKL0QZyGugalF9Dw4RAu2cAJsGBq5rTd+IvyAx1BH1GMhAdKhgYACfd6kx
PRI/uC7sbImL17SEpxOSwcM=
=n888
-----END PGP SIGNATURE-----


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

iD8DBQBKajFtyGugalF9Dw4RArlkAJwMAnCeULyfeZuDI0k9TDNct6OGPgCfdppC
xFjjxlm8Wg3Jd4A14Gfcg8w=
=w8PJ
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/.cvsignore,v
retrieving revision 1.1048
retrieving revision 1.1049
diff -u -p -r1.1048 -r1.1049
--- .cvsignore	3 Jul 2009 02:31:04 -0000	1.1048
+++ .cvsignore	25 Jul 2009 01:43:18 -0000	1.1049
@@ -3,6 +3,6 @@ clog
 GNUmakefile
 kernel-2.6.*.config
 temp-*
-kernel-2.6.29
-linux-2.6.29.tar.bz2
-patch-2.6.29.6.bz2
+kernel-2.6.30
+linux-2.6.30.tar.bz2
+patch-2.6.30.3.bz2


View full diff with command:
/usr/bin/cvs -n -f diff -kk -u -p -N -r 1.1679 -r 1.1680 kernel.specIndex: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/kernel.spec,v
retrieving revision 1.1679
retrieving revision 1.1680
diff -u -p -r1.1679 -r1.1680
--- kernel.spec	23 Jul 2009 18:05:37 -0000	1.1679
+++ kernel.spec	25 Jul 2009 01:43:18 -0000	1.1680
@@ -27,20 +27,20 @@ Summary: The Linux kernel
 # 1.1205.1.1.  In this case we drop the initial 1, subtract fedora_cvs_origin
 # from the second number, and then append the rest of the RCS string as is.
 # Don't stare at the awk too long, you'll go blind.
-%define fedora_cvs_origin   1462
+%define fedora_cvs_origin   1679
 %define fedora_cvs_revision() %2
 %global fedora_build %(echo %{fedora_cvs_origin}.%{fedora_cvs_revision $Revision$} | awk -F . '{ OFS = "."; ORS = ""; print $3 - $1 ; i = 4 ; OFS = ""; while (i <= NF) { print ".", $i ; i++} }')
 
 # base_sublevel is the kernel version we're starting with and patching
 # on top of -- for example, 2.6.22-rc7-git1 starts with a 2.6.21 base,
 # which yields a base_sublevel of 21.
-%define base_sublevel 29
+%define base_sublevel 30
 
 ## If this is a released kernel ##
 %if 0%{?released_kernel}
 
 # Do we have a -stable update to apply?
-%define stable_update 6
+%define stable_update 3
 # Is it a -stable RC?
 %define stable_rc 0
 # Set rpm version accordingly
@@ -2109,3414 +2109,7 @@ fi
 # and build.
 
 %changelog
-* Thu Jul 23 2009 Kyle McMartin <kyle at redhat.com> 2.6.29.6-217
-- Apply three patches requested by sgruszka at redhat.com:
- - iwl3945-release-resources-before-shutting-down.patch
- - iwl3945-add-debugging-for-wrong-command-queue.patch
- - iwl3945-fix-rfkill-sw-and-hw-mishmash.patch
- 
-* Thu Jul 23 2009 Jarod Wilson <jarod at redhat.com>
-- virtio_blk: don't bounce highmem requests, works around a frequent
-  oops in kvm guests using virtio block devices (#510304)
+* Fri Jul 24 2009 Kyle McMartin <kyle at redhat.com>
+- Linux 2.6.30.3 rebase for Fedora 11.
+- Fedora 11 2.6.29 branch is on tag private-fedora-11-2_6_29_6.
 
-* Wed Jul 22 2009 Tom "spot" Callaway <tcallawa at redhat.com>
-- We have to override the new %%install behavior because, well... the kernel is
-special.
-
-* Wed Jul 22 2009 Ben Skeggs <bskeggs at redhat.com>
-- drm-nouveau.patch: Fix DPMS off for DAC outputs, NV4x PFIFO typo
-
-* Tue Jul 07 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.29.6-213
-- Drop the correct patch to fix bug #498858
-
-* Mon Jul 06 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.29.6-212
-- Additional fixes for bug #498854
-
-* Thu Jul 02 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.29.6-211
-- Fix NFSD null credentials bug (#494067)
-- Remove null credentials debugging patch.
-
-* Thu Jul 02 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.29.6-210
-- Linux 2.6.29.6
-
-* Wed Jul 01 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.29.6-209.rc1
-- Linux 2.6.29.6-rc1
-- Enable CONFIG_DEBUG_CREDENTIALS in debug kernels only.
-- Dropped patches merged upstream:
-    linux-2.6-netdev-r8169-fix-lg-pkt-crash.patch
-    linux-2.6-input-atkbd-forced-release.patch
-
-* Wed Jul 01 2009 Dave Airlie <airlied at redhat.com> 2.6.29.5-208
-- drm-intel-a17-fix.patch, drm-pnp-add-resource-range-checker.patch,
-  drm-i915-enable-mchbar.patch:
-    backport upstream fixes for 915/945 tiling slowness.
-
-* Tue Jun 30 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.29.5-207
-- Fix stalled NFS writes (#508174)
-- Fix broken TSC-based delay.
-
-* Tue Jun 30 2009 Jarod Wilson <jarod at redhat.com> 2.6.29.5-206
-- Fix busticated lirc_serial (#504402)
-
-* Tue Jun 30 2009 Ben Skeggs <bskeggs at redhat.com> 2.6.29.5-205
-- nouveau: Forcibly DPMS on DAC/SORs during modeset
-
-* Mon Jun 29 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.29.5-204
-- Fix "port=" option in CIFS mount calls. (#506574)
-
-* Mon Jun 29 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.29.5-203
-- Add support for Apple mini keyboard (#507517)
-
-* Mon Jun 29 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.29.5-202
-- New debug patch for null selinux credentials (for bug #494067)
-
-* Mon Jun 26 2009 Ben Skeggs <bskeggs at redhat.com> 2.6.29.5-201
-- nouveau: bump timeout up a bit, some people hitting false hangs
-
-* Mon Jun 26 2009 Ben Skeggs <bskeggs at redhat.com> 2.6.29.5-200
-- nouveau: backport nv50 output script fixes from upstream
-
-* Mon Jun 26 2009 Ben Skeggs <bskeggs at redhat.com>
-- nouveau: fix GT200 context control, will allow use of 3D engine now
-
-* Wed Jun 24 2009 Jarod Wilson <jarod at redhat.com> 2.6.29.5-198
-- Fix lirc_i2c functionality (#507047)
-- Add ability to disable lirc_imon mouse mode
-
-* Wed Jun 24 2009 Kyle McMartin <kyle at redhat.com>
-- config changes:
- - generic:
-  - CONFIG_SCSI_DEBUG=m (was off, requested by davidz.)
-
-* Mon Jun 22 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.29.5-196
-- Fix oopses in a bunch of USB serial devices (#500954)
-
-* Sat Jun 20 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.29.5-195
-- Add linux-2.6-drivers-char-low-latency-removal.patch
-  to fix oops in nozomi driver (#507005)
-
-* Thu Jun 18 2009 Ben Skeggs <bskeggs at redhat.com> 2.6.29.5-194
-- drm-nouveau.patch: un-break DPMS after DRM changes
-
-* Thu Jun 18 2009 Dave Airlie <airlied at redhat.com> 2.6.29.5-193
-- drm-radeon-cs-oops-fix.patch: fix oops if CS path called from non-kms
-
-* Wed Jun 17 2009 Jarod Wilson <jarod at redhat.com>
-- New lirc_imon hotness:
-  * support dual-interface devices with a single lirc device
-  * directional pad functions as an input device mouse
-  * touchscreen devices finally properly supported
-  * support for using MCE/RC-6 protocol remotes
-  * fix oops in RF remote association code (F10 bug #475496)
-  * fix re-enabling case/panel buttons and/or knobs
-- Add some misc additional lirc_mceusb2 transceiver IDs
-- Add missing unregister_chrdev_region() call to lirc_dev exit
-- Add it8720 support to lirc_it87
-
-* Tue Jun 16 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.29.5-191
-- Copy latest version of the -mm streaming IO and executable pages patches from F-10
-- Copy the saner-vm-settings patch from F-10:
-    change writeback interval from 5,30 seconds to 3,10 seconds
-- Comment out the null credentials debugging patch (bug #494067)
-
-* Tue Jun 16 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.29.5-190
-- Two r8169 driver updates from 2.6.30
-- Update via-sdmmc driver
-
-* Tue Jun 16 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.29.5-189
-- New debug patch for bug #494067, now enabled for non-debug kernels too.
-
-* Tue Jun 16 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.29.5-188
-- Avoid lockup on OOM with /dev/zero
-
-* Tue Jun 16 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.29.5-187
-- Drop the disable of mwait on VIA Nano processor. The lockup bug is
-  fixed by BIOS updates.
-
-* Tue Jun 16 2009 Ben Skeggs <bskeggs at redhat.com> 2.6.29.5-186
-- nouveau: Use VBIOS image from PRAMIN in preference to PROM (#492658)
-
-* Tue Jun 16 2009 Dave Airlie <airlied at redhat.com> 2.6.29.5-185
-- drm-connector-dpms-fix.patch - allow hw to dpms off
-- drm-dont-frob-i2c.patch - don't play with i2c bits just do EDID
-- drm-intel-tv-fix.patch - fixed intel tv after connector dpms
-- drm-modesetting-radeon-fixes.patch - fix AGP issues (go faster) (otaylor)
-- drm-radeon-fix-ring-commit.patch - fix stability on some radeons
-- drm-radeon-new-pciids.patch - add rv770/790 support
-- drm-intel-vmalloc.patch - fix vmalloc patch
-
-* Mon Jun 15 2009 Chuck Ebbert <cebbert at redhat.com> - 2.6.29.5-184
-- Get rid of the annoying parport sysctl registration warning (#503773)
-  (linux-2.6-parport-quickfix-the-proc-registration-bug.patch)
-
-* Mon Jun 15 2009 Chuck Ebbert <cebbert at redhat.com> - 2.6.29.5-183
-- Linux 2.6.29.5
-
-* Mon Jun 15 2009 Chuck Ebbert <cebbert at redhat.com> - 2.6.29.5-182.rc1
-- Add support for touchpad on MacBook 5 (Unibody) (#504197)
-
-* Mon Jun 15 2009 Chuck Ebbert <cebbert at redhat.com> - 2.6.29.5-181.rc1
-- Fix reporting of short writes to the NFS client (#493500)
-
-* Mon Jun 15 2009 John W. Linville <linville at redhat.com>
-- neigh: fix state transition INCOMPLETE->FAILED via Netlink request
-
-* Fri Jun 12 2009 Chuck Ebbert <cebbert at redhat.com> - 2.6.29.5-179.rc1
-- VIA Nano / VX800 fixes
-    Padlock 64-bit fixes
-    Disable mwait on the Nano
-    Add via-sdmmc driver
-    Enable the VIA random number generator on 64-bit
-- Enable the userspace ARP daemon (#502844)
-
-* Wed Jun 10 2009 Ben Skeggs <bskeggs at redhat.com>
[...3050 lines suppressed...]
-- 2.6.26-rc3-git4
-
-* Wed May 21 2008 John W. Linville <linville at redhat.com>
-- libertas: Fix ethtool statistics
-- mac80211: fix NULL pointer dereference in ieee80211_compatible_rates
-- mac80211: don't claim iwspy support
-- rtl8187: resource leak in error case
-- hostap_cs: add ID for Conceptronic CON11CPro
-- orinoco_cs: add ID for SpeedStream wireless adapters
-
-* Wed May 21 2008 Dave Jones <davej at redhat.com>
-- 2.6.26-rc3-git3
-
-* Tue May 20 2008 Dave Jones <davej at redhat.com>
-- 2.6.26-rc3-git1
-
-* Mon May 19 2008 Dave Jones <davej at redhat.com>
-- Disable PATA_ISAPNP (it's busted).
-
-* Mon May 19 2008 John W. Linville <linville at redhat.com>
-- mac80211 : Association with 11n hidden ssid ap.
-- libertas: fix command timeout after firmware failure
-- mac80211: Add RTNL version of ieee80211_iterate_active_interfaces
-- wireless: Create 'device' symlink in sysfs
-- hostap: fix "registers" registration in procfs
-- wireless, airo: waitbusy() won't delay
-- iwlwifi : Set monitor mode for 4965
-- iwlwifi : Set monitor mode for 3945
-- make sta_rx_agg_session_timer_expired() static
-- remove ieee80211_tx_frame()
-- remove ieee80211_wx_{get,set}_auth()
-- wireless: fix "iwlwifi: unify init driver flow"
-- iwl3945: do not delay hardware scan if it is a direct scan
-- ath5k: Fix loop variable initializations
-- zd1211rw: initial IBSS support
-- mac80211: use hardware flags for signal/noise units
-- mac80211: make rx radiotap header more flexible
-- iwlwifi: HW dependent run time calibration
-- iwlwifi: HW crypto acceleration fixes
-- iwlwifi: remove uneeded callback
-- iwlwifi: CT-Kill configuration fix
-- iwlwifi: HT IE in probe request clean up
-- iwlwifi: clean up register names and defines
-- iwlwifi: move Flow Handlers define to iwl-fh.h
-- iwlwifi: move verify_ucode functions to iwl-core
-- iwlwifi: move hw_rx_handler_setup to iwl-4965.c
-- iwlwifi-5000: update the CT-Kill value for 5000 series
-- iwlwifi-5000: add run time calibrations for 5000
-- iwlwifi-5000: update the byte count in SCD
-- iwlwifi: move iwl4965_init_alive_start to iwl-4965.c
-- wireless: Add missing locking to cfg80211_dev_rename
-- mac80211: correct skb allocation
-- iwlwifi: move per driverdebug_level to per device
-- iwlwifi: move debug_level to sysfs/bus/pci/devices
-- iwlwifi: update levels of debug prints
-- iwlwifi: adding parameter of fw_restart
-- iwlwifi: remove support for Narrow Channel (10Mhz)
-- iwlwifi: HT antenna/chains overhaul
-- iwlwifi: TLC modifications
-- iwlwifi: rate scale module cleanups
-- iwlwifi: rate scale restructure toggle_antenna functions
-- iwlwifi: rs fix wrong parenthesizing in rs_get_lower_rate function
-- iwlwifi: rate sacaling fixes
-- iwlwifi: more RS improvements
-- mac80211: remove unnecessary byteshifts in frame control testing
-- wireless: use get/put_unaligned_* helpers
-- mac80211: tkip.c use kernel-provided infrastructure
-- b43: replace limit_value macro with clamp_val
-- b43legacy: replace limit_value macro with clamp_val
-- b43: use the bitrev helpers rather than rolling a private one
-- libertas: debug output tweaks for lbs_thread
-- libertas: make some functions void
-- libertas: allow removal of card at any time
-- libertas: remove lbs_get_data_rate()
-- b43: nphy.c remove duplicated include
-- mac80211: Replace ieee80211_tx_control->key_idx with ieee80211_key_conf
-- mac80211: Add IEEE80211_KEY_FLAG_PAIRWISE
-- rt2x00: Support hardware RTS and CTS-to-self frames
-- rt2x00: Remove DRIVER_SUPPORT_MIXED_INTERFACES
-- rt2x00: Use rt2x00 queue numbering
-- rt2x00: Add helper macros
-- rt2x00: Fix kernel-doc
-- rt2x00: Release rt2x00 2.1.5
-- rt2x00: Clarify supported chipsets in Kconfig
-- mac80211: Set IEEE80211_TXPD_REQ_TX_STATUS for all TX frames
-- mac80211: a few code cleanups
-- mac80211: clean up get_tx_stats callback
-- mac80211: remove queue info from ieee80211_tx_status
-- mac80211: QoS related cleanups
-- mac80211: fix wme code
-- mac80211: require four hardware queues for QoS/HT
-- mac80211: proper STA info locking
-- mac80211: fix queue constant confusion
-- wireless: fix warning introduced by "mac80211: QoS related cleanups"
-- ssb: Allow reading of 440-byte SPROM that is not rev 4
-- b43: Rewrite LO calibration algorithm
-- b43: Remove some dead code
-- b43: Don't disable IRQs in mac_suspend
-- iwlwifi: Add power level support
-- airo: use netstats in net_device structure
-- arlan: use netstats in net_device structure
-- atmel: use netstats in net_device structure
-- iwlwifi: arranging aggregation actions
-- iwlwifi: expanding HW parameters control
-- iwlwifi: support 64 bit DMA masks
-- iwlwifi: handle shared memory
-- iwlwifi: unify init driver flow
-- iwlwifi: iwl-sta redundant includes clean up
-- iwlwifi-5000: add iwl 5000 shared memory handlers
-- iwlwifi: map A-MPDU HW queue to mac80211 A-MPDU SW queue
-- iwlwifi-5000: rename iwl5000_init_nic to iwl5000_init_config
-- iwlwifi: create disable SCD Tx FIFOs handler
-- iwlwifi: move NIC init and Tx queues init to iwlcore
-- iwlwifi: handle shared memory Rx index access
-- iwlwifi: remove 4965 prefix from iwl4965_kw and iwl4965_tx_queue
-- iwlwifi: fix spinlock used before initialized
-- iwlwifi: move find station to iwl-sta.c
-- iwlwifi: cleanup set_pwr_src
-- iwlwifi: define ANA_PLL values in iwl-csr.h
-- iwlwifi: export int iwl4965_set_pwr_src
-- iwlwifi: changing EEPROM layout handling
-- iwlwifi: remove includes to net/ieee80211.h
-- iwlwifi: add apm init handler
-- iwlwifi: add iwl_hw_detect function to iwl core
-- iwlwifi: check eeprom version in pci probe time
-- iwlwifi: reorganize TX RX constatns
-- iwlwifi: 3945 remove unused SCD definitions
-- iwlwifi: remove 49 prefix from general CSR values
-- iwlwifi: remove unnecessary apmg settings
-- iwlwifi: wrapping nic configuration in iwl core handler
-- iwlwifi-5000: adding initial recognition for the 5000 family
-- iwlwifi-5000: add ops infrastructure for 5000
-- iwlwifi-5000: add apm_init handler for 5000 HW family
-- iwlwifi-5000: use iwl4965_set_pwr_src in 5000
-- iwlwifi-5000: EEPROM settings for 5000
-- iwlwifi-5000: adding iwl5000 HW parameters
-- iwlwifi-5000: adjust antennas names in 5000 HW family
-- iwlwifi-5000: Add HW REV of 5000 HW family
-- iwlwifi-5000: add eeprom check version handler
-- iwlwifi-5000: add nic config handler for 5000 HW
-- iwlwifi: rename iwl-4965-commands to iwl-commands.h
-- iwlwifi: rename iwl-4965.h to iwl-dev.h
-- iwlwifi: move RX code to iwl-rx.c
-- iwlwifi: don't override association channel with control channel
-- iwlwifi: remove 4965 from station_entry
-- iwlwifi: debugfs EEPROM dump
-- iwlwifi: remove 4965 from rx_packet
-- iwlwifi: generalize iwl4965_send_add_station function
-- iwlwifi-5000: add build_addsta_hcmd handler for 5000 HW
-- iwlwifi: move iwl4965_set_rxon_ht into iwlcore
-- iwlwifi: compile iwl-sta into iwlcore
-- iwlwifi: add device sysfs version entry
-- at76: use hardware flags for signal/noise units
-
-* Sun May 18 2008 Dave Jones <davej at redhat.com>
-- 2.6.26-rc3
-
-* Sat May 17 2008 Eric Paris <eparis at redhat.com>
-- SELinux: enable deffered context validation
-- SELinux: don't sleep while holding locks in above patch
-- SELinux: replace ioctl specific knowlege in the selinux code and follow generic permissions
-- SELinux: not all reading in /proc needs ptrace, so make those things just use 'read' perms
-
-* Sat May 17 2008 Dave Jones <davej at redhat.com>
-- Enable PAGEALLOC debugging for a while. (Some things might get slow).
-
-* Sat May 17 2008 Dave Jones <davej at redhat.com>
-- Disable CONFIG_SND_PCSP (#447039)
-
-* Fri May 16 2008 Dave Jones <davej at redhat.com>
-- Enable CONFIG_SND_SERIAL_U16550
-
-* Fri May 16 2008 Dave Jones <davej at redhat.com>
-- 2.6.26-rc2-git5
-
-* Thu May 15 2008 Eric Sandeen <esandeen at redhat.com>
-- ext3/4: fix uninitialized bs in ext3/4_xattr_set_handle()
-
-* Wed May 14 2008 Eric Paris <eparis at redhat.com>
-- fix may sleep in allocation for previous deffered context patch
-- replace selinux specific knowledge of ioctls with a generic ioctl implementation
-
-* Mon May 12 2008 Kyle McMartin <kmcmartin at redhat.com>
-- Linux 2.6.25.3
-
-* Fri May 09 2008 John W. Linville <linville at redhat.com> 2.6.25.2-7
-- Regroup wireless patches as prep for 2.6.26 and F10 cycles
-
-* Fri May 09 2008 Eric Paris <eparis at redhat.com>
-- support deffered context validation in selinux.  aka rpm can lay down illegal labels. (won't upstream until .27 opens)
-
-* Wed May 07 2008 Chuck Ebbert <cebbert at redhat.com> 2.6.25.2-5
-- Add the patches queued for 2.6.25.3
-
-###
-# The following Emacs magic makes C-c C-e use UTC dates.
-# Local Variables:
-# rpm-change-log-uses-utc: t
-# End:
-###


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/sources,v
retrieving revision 1.1010
retrieving revision 1.1011
diff -u -p -r1.1010 -r1.1011
--- sources	3 Jul 2009 02:31:04 -0000	1.1010
+++ sources	25 Jul 2009 01:43:18 -0000	1.1011
@@ -1,2 +1,2 @@
-64921b5ff5cdadbccfcd3820f03be7d8  linux-2.6.29.tar.bz2
-0317760b52c9ac7a11de997da19a366e  patch-2.6.29.6.bz2
+7a80058a6382e5108cdb5554d1609615  linux-2.6.30.tar.bz2
+4361d948bdcbd298cf6a3ff4189a9d37  patch-2.6.30.3.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/upstream,v
retrieving revision 1.921
retrieving revision 1.922
diff -u -p -r1.921 -r1.922
--- upstream	3 Jul 2009 02:31:04 -0000	1.921
+++ upstream	25 Jul 2009 01:43:18 -0000	1.922
@@ -1,2 +1,2 @@
-linux-2.6.29.tar.bz2
-patch-2.6.29.6.bz2
+linux-2.6.30.tar.bz2
+patch-2.6.30.3.bz2


--- linux-2.6.29.tar.bz2.sign DELETED ---


--- patch-2.6.29.6.bz2.sign DELETED ---




More information about the fedora-extras-commits mailing list