Linux 3.1.2-rc1 (Fedora 2.6.41.2-rc1)

This commit is contained in:
Chuck Ebbert 2011-11-19 04:11:38 -05:00
parent 202bf795d8
commit 1933ff1b6a
2 changed files with 7 additions and 3 deletions

View File

@ -42,7 +42,7 @@ Summary: The Linux kernel
# When changing real_sublevel below, reset this by hand to 1
# (or to 0 and then use rpmdev-bumpspec).
#
%global baserelease 3
%global baserelease 1
%global fedora_build %{baserelease}
# real_sublevel is the 3.x kernel version we're starting with
@ -51,9 +51,9 @@ Summary: The Linux kernel
%define fake_sublevel %(echo $((40 + %{real_sublevel})))
# 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
%define stable_rc 1
# Set rpm version accordingly
%if 0%{?stable_update}
%define stablerev .%{stable_update}
@ -1885,6 +1885,9 @@ fi
# and build.
%changelog
* Sat Nov 19 2011 Chuck Ebbert <cebbert@redhat.com> 2.6.41.2-0.rc1.1
- Linux 3.1.2-rc1 (Fedora 2.6.41.2-rc1)
* Fri Nov 18 2011 Dennis Gilmore <dennis@ausil.us>
- enable selinux to work on arm

View File

@ -1,2 +1,3 @@
8d43453f8159b2332ad410b19d86a931 linux-3.1.tar.bz2
8eb92cc70e7f8d1d18a349ba8c029d7d patch-3.1.1.bz2
24339b23f92d963d851ee042564cdb1c patch-3.1.2-rc1.bz2