kernel hpsa module removal + logo powerel add
Signed-off-by: basebuilder_pel7x64builder0 <basebuilder@powerel.org>master
parent
10f7a151d5
commit
7e3b30ff4f
|
@ -1,7 +1,7 @@
|
|||
%global __spec_install_pre %{___build_pre}
|
||||
|
||||
# Define the version of the Linux Kernel Archive tarball.
|
||||
%define LKAver 4.19.8
|
||||
%define LKAver 4.19.9
|
||||
|
||||
# Define the buildid, if required.
|
||||
#define buildid .
|
||||
|
@ -193,6 +193,8 @@ Source5: cpupower.config
|
|||
Source600: kernel-4.14-hpsa.c
|
||||
Source601: kernel-4.14-hpsa.h
|
||||
Source602: kernel-4.14-hpsa_cmd.h
|
||||
#######################################
|
||||
Source9999: logo_powerel_clut224.ppm
|
||||
|
||||
# Do not package the source tarball.
|
||||
NoSource: 0
|
||||
|
@ -360,9 +362,12 @@ done
|
|||
/usr/bin/find . -type f \( -name .gitignore -o -name .mailmap \) | xargs --no-run-if-empty %{__rm} -f
|
||||
|
||||
# Patch hpsa driver, to redhat version as newer version of vanilla lts don't work
|
||||
%{__cp} %{SOURCE600} drivers/scsi/hpsa.c
|
||||
%{__cp} %{SOURCE601} drivers/scsi/hpsa.h
|
||||
%{__cp} %{SOURCE602} drivers/scsi/hpsa_cmd.h
|
||||
#%{__cp} %{SOURCE600} drivers/scsi/hpsa.c
|
||||
#%{__cp} %{SOURCE601} drivers/scsi/hpsa.h
|
||||
#%{__cp} %{SOURCE602} drivers/scsi/hpsa_cmd.h
|
||||
|
||||
# PowerEL FB Logo Linux
|
||||
%{__cp} %{SOURCE9999} drivers/video/logo/logo_linux_clut224.ppm
|
||||
|
||||
popd > /dev/null
|
||||
|
||||
|
|
Loading…
Reference in New Issue