summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorKyle McMartin <kmcmartin@redhat.com>2011-06-08 01:15:33 -0400
committerKyle McMartin <kmcmartin@redhat.com>2011-06-08 01:35:29 -0400
commit99b6793a5de50335f9898a96e31016b206955aa7 (patch)
treec9fefb0784f3eb6980e9ea768f664ccceec973a9 /kernel.spec
parent930327525a416c9e56fea784d673fce21056b4cd (diff)
downloadkernel-99b6793a5de50335f9898a96e31016b206955aa7.tar.gz
kernel-99b6793a5de50335f9898a96e31016b206955aa7.tar.xz
kernel-99b6793a5de50335f9898a96e31016b206955aa7.zip
update to 3.0-rc2
also build in ipv6 for the reasons documented by notting here http://lists.fedoraproject.org/pipermail/kernel/2011-June/003105.html
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec11
1 files changed, 8 insertions, 3 deletions
diff --git a/kernel.spec b/kernel.spec
index 11cbce6af..42d3d404a 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -51,7 +51,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be prepended with "0.", so
# for example a 3 here will become 0.3
#
-%global baserelease 3
+%global baserelease 1
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -83,7 +83,7 @@ Summary: The Linux kernel
# % define upstream_sublevel %(echo $((%{base_sublevel} + 1)))
%define upstream_sublevel 0
# The rc snapshot level
-%define rcrev 1
+%define rcrev 2
# The git snapshot level
%define gitrev 0
# Set rpm version accordingly
@@ -531,7 +531,7 @@ BuildRequires: rpm-build >= 4.4.2.1-4
%endif
# Source0: ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-%{kversion}.tar.bz2
-Source0: ftp://ftp.kernel.org/pub/linux/kernel/v3.0/linux-3.0-rc1.tar.bz2
+Source0: ftp://ftp.kernel.org/pub/linux/kernel/v3.0/linux-3.0-rc2.tar.bz2
Source11: genkey
Source14: find-provides
@@ -1931,6 +1931,11 @@ fi
# and build.
%changelog
+* Wed Jun 08 2011 Kyle McMartin <kmcmartin@redhat.com> 3.0-0.rc2.git0.1
+- Update to 3.0-rc2, rebase utsname fix.
+- Build IPv6 into the kernel for a variety of reasons
+ (http://lists.fedoraproject.org/pipermail/kernel/2011-June/003105.html)
+
* Mon Jun 06 2011 Kyle McMartin <kmcmartin@redhat.com> 3.0-0.rc1.git0.3
- Conflict with module-init-tools older than 3.13 to ensure the
3.0 transition is handled correctly.