Fix the versioning, perhaps it is too early to be making changes...

This commit is contained in:
Justin M. Forbes 2013-09-27 07:00:53 -05:00
parent 2ef266362a
commit ba69e82dc2
1 changed files with 3 additions and 3 deletions

View File

@ -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 201
%global baserelease 200
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@ -74,7 +74,7 @@ Summary: The Linux kernel
%if 0%{?released_kernel}
# Do we have a -stable update to apply?
%define stable_update 1
%define stable_update 2
# Is it a -stable RC?
%define stable_rc 0
# Set rpm version accordingly
@ -2306,7 +2306,7 @@ fi
# and build.
%changelog
* Fri Sep 27 2013 Justin M. Forbes <jforbes@fedoraproject.org>
* Fri Sep 27 2013 Justin M. Forbes <jforbes@fedoraproject.org> - 3.11.2-200
- Linux v3.11.2
* Wed Sep 25 2013 Justin M. Forbes <jforbes@fedoraproject.org>