RH 7.3 : Support for errata kernel 3.10.0-514.63.1.el7

This commit is contained in:
Prashant Anant Mhetar (Wipro Ltd) 2019-04-11 23:33:51 -07:00 коммит произвёл johnsongeorge-w
Родитель 5405e0f48b
Коммит 841110a1be
7 изменённых файлов: 14 добавлений и 0 удалений

Просмотреть файл

@ -28,6 +28,7 @@ regex15='3.10.0-514.55.4'
regex16='3.10.0-514.58.1'
regex17='3.10.0-514.61.1'
regex18='3.10.0-514.62.1'
regex19='3.10.0-514.63.1'
source ../commonfunctions.sh
@ -67,6 +68,8 @@ elif [[ "$kernelver" =~ $regex17 ]] ; then
installbuildrpm 17
elif [[ "$kernelver" =~ $regex18 ]] ; then
installbuildrpm 18
elif [[ "$kernelver" =~ $regex19 ]] ; then
installbuildrpm 19
elif [ "$kernelver" == "3.10.0-514.el7.x86_64" ] || [ "$kernelver" == "3.10.0-514.2.2.el7.x86_64" ] || [ "$kernelver" == "3.10.0-514.6.1.el7.x86_64" ] || [ "$kernelver" == "3.10.0-514.6.2.el7.x86_64" ] ;then
checkrpms
installbuildrpm

0
LISISO/RPMS73/update19/.gitignore поставляемый Normal file
Просмотреть файл

Просмотреть файл

@ -28,6 +28,7 @@ regex15='3.10.0-514.55.4'
regex16='3.10.0-514.58.1'
regex17='3.10.0-514.61.1'
regex18='3.10.0-514.62.1'
regex19='3.10.0-514.63.1'
source ../commonfunctions.sh
@ -67,6 +68,8 @@ elif [[ "$kernelver" =~ $regex17 ]] ; then
upgradebuildrpm 17
elif [[ "$kernelver" =~ $regex18 ]] ; then
upgradebuildrpm 18
elif [[ "$kernelver" =~ $regex19 ]] ; then
upgradebuildrpm 19
elif [ "$kernelver" == "3.10.0-514.el7.x86_64" ] || [ "$kernelver" == "3.10.0-514.2.2.el7.x86_64" ] || [ "$kernelver" == "3.10.0-514.6.1.el7.x86_64" ] || [ "$kernelver" == "3.10.0-514.6.2.el7.x86_64" ] ;then
checkrpms
upgradebuildrpm

Просмотреть файл

@ -83,6 +83,7 @@ rm -rf LISISO/RPMS73/update15/*.rpm
rm -rf LISISO/RPMS73/update16/*.rpm
rm -rf LISISO/RPMS73/update17/*.rpm
rm -rf LISISO/RPMS73/update18/*.rpm
rm -rf LISISO/RPMS73/update19/*.rpm
rm -rf LISISO/RPMS74/*.rpm
rm -rf LISISO/RPMS74/update1/*.rpm
rm -rf LISISO/RPMS74/update2/*.rpm

Просмотреть файл

@ -257,6 +257,11 @@ echo "copying root@${centos73x64update18}:/root/rpmbuild/RPMS/x86_64/* LISISO/RP
scp -r root@${centos73x64update18}:/root/rpmbuild/RPMS/x86_64/* LISISO/RPMS73/update18/
scp -r root@${centos73x64update18}:/root/rpmbuild/SRPMS/* LISISO/RPMS73/update18/
echo "copying root@${centos73x64update19}:/root/rpmbuild/RPMS/x86_64/* LISISO/RPMS73/update19/"
#copying file from RHEL7.3_update19
scp -r root@${centos73x64update19}:/root/rpmbuild/RPMS/x86_64/* LISISO/RPMS73/update19/
scp -r root@${centos73x64update19}:/root/rpmbuild/SRPMS/* LISISO/RPMS73/update19/
echo "copying root@${centos74x64}:/root/rpmbuild/RPMS/x86_64/* LISISO/RPMS74/"
#copying file from RPMS7.4
scp -r root@${centos74x64}:/root/rpmbuild/RPMS/x86_64/* LISISO/RPMS74/

1
ips.sh
Просмотреть файл

@ -65,6 +65,7 @@ centos73x64update15="192.168.222.90"
centos73x64update16="192.168.222.94"
centos73x64update17="192.168.222.70"
centos73x64update18="192.168.222.54"
centos73x64update19="192.168.222.71"
centos74x64update1="192.168.222.60"
centos74x64update2="192.168.222.61"
centos64x64updte="192.168.222.62"

Просмотреть файл

@ -101,6 +101,7 @@ host: centos73x64_UPDATE15 192.168.222.90 ~/rpmbuild/SOURCES om
host: centos73x64_UPDATE16 192.168.222.94 ~/rpmbuild/SOURCES om
host: centos73x64_UPDATE17 192.168.222.70 ~/rpmbuild/SOURCES om
host: centos73x64_UPDATE18 192.168.222.54 ~/rpmbuild/SOURCES om
host: centos73x64_UPDATE19 192.168.222.71 ~/rpmbuild/SOURCES om
host: centos74x64_UPDATE1 192.168.222.60 ~/rpmbuild/SOURCES om
host: centos74x64_UPDATE2 192.168.222.61 ~/rpmbuild/SOURCES om
host: centos74x64_UPDATE3 192.168.222.0 ~/rpmbuild/SOURCES om