Fix versioning, what was I thinking?

This commit is contained in:
Justin M. Forbes 2012-06-18 10:46:17 -05:00
parent 46932ff9af
commit 9d2bce0cc6
1 changed files with 2 additions and 2 deletions

View File

@ -54,13 +54,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 5
%global baserelease 1
%global fedora_build %{baserelease}
# 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 1
%define base_sublevel 4
## If this is a released kernel ##
%if 0%{?released_kernel}