diff options
author | Josh Boyer <jwboyer@redhat.com> | 2012-04-30 16:55:41 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2012-04-30 16:55:41 -0400 |
commit | 3cd7f56bc6a34e342f4c27ae104e386777c761de (patch) | |
tree | 911f4c0d7851ffda8f0f3f5a76ee2fe2605a931f | |
parent | c0506b7354642e96768885a133d35054d4de598a (diff) | |
download | kernel-3cd7f56bc6a34e342f4c27ae104e386777c761de.tar.gz kernel-3cd7f56bc6a34e342f4c27ae104e386777c761de.tar.xz kernel-3cd7f56bc6a34e342f4c27ae104e386777c761de.zip |
Linux v3.4-rc5-8-g8a7dc4b
-rw-r--r-- | kernel.spec | 7 | ||||
-rw-r--r-- | sources | 1 |
2 files changed, 6 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec index 3da2055c7..2d7724d27 100644 --- a/kernel.spec +++ b/kernel.spec @@ -62,7 +62,7 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be appended after the rcX and # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3" # -%global baserelease 3 +%global baserelease 1 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -95,7 +95,7 @@ Summary: The Linux kernel # The rc snapshot level %define rcrev 5 # The git snapshot level -%define gitrev 0 +%define gitrev 1 # Set rpm version accordingly %define rpmversion 3.%{upstream_sublevel}.0 %endif @@ -2330,6 +2330,9 @@ fi # ||----w | # || || %changelog +* Mon Apr 30 2012 Josh Boyer <jwboyer@redhat.com> - 3.4.0-0.rc5.git1.1 +- Linux v3.4-rc5-8-g8a7dc4b + * Mon Apr 30 2012 Josh Boyer <jwboyer@redhat.com> - Backport ipw2x00 nl80211 cipher suite reporting (rhbz 817298) @@ -1,2 +1,3 @@ 7133f5a2086a7d7ef97abac610c094f5 linux-3.3.tar.xz 18198a18d18496685a7e7a9572b0ae62 patch-3.4-rc5.xz +ba6c30374328b23580df7607d0060c8f patch-3.4-rc5-git1.xz |