linux 3.0-rc6
CONFIG_SCSI_ISCI=m
This commit is contained in:
parent
d2e2953bea
commit
99ca0896f9
@ -453,6 +453,7 @@ CONFIG_SCSI_SCAN_ASYNC=y
|
|||||||
CONFIG_SCSI_SRP=m
|
CONFIG_SCSI_SRP=m
|
||||||
CONFIG_SCSI_SRP_ATTRS=m
|
CONFIG_SCSI_SRP_ATTRS=m
|
||||||
CONFIG_SCSI_TGT=m
|
CONFIG_SCSI_TGT=m
|
||||||
|
CONFIG_SCSI_ISCI=m
|
||||||
|
|
||||||
CONFIG_SCSI_DH=y
|
CONFIG_SCSI_DH=y
|
||||||
CONFIG_SCSI_DH_RDAC=m
|
CONFIG_SCSI_DH_RDAC=m
|
||||||
|
10
kernel.spec
10
kernel.spec
@ -83,9 +83,9 @@ Summary: The Linux kernel
|
|||||||
# % define upstream_sublevel %(echo $((%{base_sublevel} + 1)))
|
# % define upstream_sublevel %(echo $((%{base_sublevel} + 1)))
|
||||||
%define upstream_sublevel 0
|
%define upstream_sublevel 0
|
||||||
# The rc snapshot level
|
# The rc snapshot level
|
||||||
%define rcrev 5
|
%define rcrev 6
|
||||||
# The git snapshot level
|
# The git snapshot level
|
||||||
%define gitrev 5
|
%define gitrev 0
|
||||||
# Set rpm version accordingly
|
# Set rpm version accordingly
|
||||||
%define rpmversion 3.%{upstream_sublevel}
|
%define rpmversion 3.%{upstream_sublevel}
|
||||||
%endif
|
%endif
|
||||||
@ -531,7 +531,7 @@ BuildRequires: rpm-build >= 4.4.2.1-4
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Source0: ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-%{kversion}.tar.bz2
|
# Source0: ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-%{kversion}.tar.bz2
|
||||||
Source0: ftp://ftp.kernel.org/pub/linux/kernel/v3.0/linux-3.0-rc5.tar.bz2
|
Source0: ftp://ftp.kernel.org/pub/linux/kernel/v3.0/linux-3.0-rc6.tar.bz2
|
||||||
|
|
||||||
Source11: genkey
|
Source11: genkey
|
||||||
Source14: find-provides
|
Source14: find-provides
|
||||||
@ -1878,6 +1878,10 @@ fi
|
|||||||
# and build.
|
# and build.
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 04 2011 Kyle McMartin <kmcmartin@redhat.com> 3.0-0.rc6.git0.1
|
||||||
|
- Linux 3.0-rc6
|
||||||
|
- [generic] SCSI_ISCI=m, because why not
|
||||||
|
|
||||||
* Sat Jul 02 2011 Kyle McMartin <kmcmartin@redhat.com> 3.0-0.rc5.git5.1
|
* Sat Jul 02 2011 Kyle McMartin <kmcmartin@redhat.com> 3.0-0.rc5.git5.1
|
||||||
- Linux 3.0-rc5-git5
|
- Linux 3.0-rc5-git5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user