Linux v3.4

This commit is contained in:
Josh Boyer 2012-05-21 12:34:57 -04:00
parent 2da59fc6b0
commit ec30200c3a
2 changed files with 9 additions and 8 deletions

View File

@ -6,7 +6,7 @@ Summary: The Linux kernel
# For a stable, released kernel, released_kernel should be 1. For rawhide
# and/or a kernel built from an rc or git snapshot, released_kernel should
# be 0.
%global released_kernel 0
%global released_kernel 1
# Sign modules on x86. Make sure the config files match this setting if more
# architectures are added.
@ -62,13 +62,13 @@ 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 2
%global baserelease 1
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
# on top of -- for example, 3.1-rc7-git1 starts with a 3.0 base,
# which yields a base_sublevel of 0.
%define base_sublevel 3
%define base_sublevel 4
## If this is a released kernel ##
%if 0%{?released_kernel}
@ -93,9 +93,9 @@ Summary: The Linux kernel
# The next upstream release sublevel (base_sublevel+1)
%define upstream_sublevel %(echo $((%{base_sublevel} + 1)))
# The rc snapshot level
%define rcrev 7
%define rcrev 0
# The git snapshot level
%define gitrev 6
%define gitrev 0
# Set rpm version accordingly
%define rpmversion 3.%{upstream_sublevel}.0
%endif
@ -2335,6 +2335,9 @@ fi
# ||----w |
# || ||
%changelog
* Mon May 21 2012 Josh Boyer <jwboyer@redhat.com> - 3.4.0-1
- Linux v3.4
* Mon May 21 2012 Josh Boyer <jwboyer@redhat.com> - 3.4.0-0.rc7.git6.2
- Disable debugging options.

View File

@ -1,3 +1 @@
7133f5a2086a7d7ef97abac610c094f5 linux-3.3.tar.xz
d4620de94b1f3eb7364b7353b271b650 patch-3.4-rc7.xz
0b42d0235749d3e5f07e52f485208072 patch-3.4-rc7-git6.xz
967f72983655e2479f951195953e8480 linux-3.4.tar.xz