update to released 2.6.38.5

This commit is contained in:
Kyle McMartin 2011-05-02 15:04:10 -04:00
parent 19b3eb0b8a
commit 4102971164
2 changed files with 8 additions and 6 deletions

View File

@ -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 21
%global baserelease 22
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@ -65,7 +65,7 @@ Summary: The Linux kernel
# Do we have a -stable update to apply?
%define stable_update 5
# Is it a -stable RC?
%define stable_rc 1
%define stable_rc 0
# Set rpm version accordingly
%if 0%{?stable_update}
%define stablerev .%{stable_update}
@ -82,9 +82,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 8
%define rcrev 0
# The git snapshot level
%define gitrev 4
%define gitrev 0
# Set rpm version accordingly
%define rpmversion 2.6.%{upstream_sublevel}
%endif
@ -1953,6 +1953,9 @@ fi
# and build.
%changelog
* Mon May 02 2011 Kyle McMartin <kmcmartin@redhat.com> 2.6.38.5-22
- And to the released 2.6.38.5
* Sun May 01 2011 Kyle McMartin <kmcmartin@redhat.com> 2.6.38.5-21.rc1
- Update to stable release candidate 2.6.38.5-rc1

View File

@ -1,3 +1,2 @@
7d471477bfa67546f902da62227fa976 linux-2.6.38.tar.bz2
6ef1279c7bd0078fc0fd50aa83e86203 patch-2.6.38.4.bz2
12b510d6afa32d74a1c7b6aedf54edf5 patch-2.6.38.5-rc1.bz2
c8f233d1d31030eb019ab391071e65c2 patch-2.6.38.5.bz2