@@ -86,7 +86,7 @@ _install_prerequisites() (
86
86
echo " Failed to find kernel-headers-${KERNEL_VERSION} in repositories."
87
87
echo " Trying to download kernel-headers from koji..."
88
88
# KOJI_KERNEL_HEADERS_RPM=$KOJI_BASE_URL/packages/kernel-headers/$KERNEL_RPM_VERSION/$KERNEL_RPM_RELEASE/$KERNEL_RPM_ARCH/kernel-headers-$KERNEL_VERSION.rpm
89
- KOJI_KERNEL_HEADERS_RPM=' https://kojihub.stream.centos.org/kojifiles/packages/kernel/5.14.0/554 .el9/x86_64/kernel-headers-5.14.0-554 .el9.x86_64.rpm'
89
+ KOJI_KERNEL_HEADERS_RPM=' https://kojihub.stream.centos.org/kojifiles/packages/kernel/5.14.0/580 .el9/x86_64/kernel-headers-5.14.0-580 .el9.x86_64.rpm'
90
90
if ! dnf -q -y install $KOJI_KERNEL_HEADERS_RPM \
91
91
--setopt=install_weak_deps=False; then
92
92
echo " Failed to find kernel-headers-${KERNEL_VERSION} in koji."
@@ -102,7 +102,7 @@ _install_prerequisites() (
102
102
echo " Failed to find kernel-devel-${KERNEL_VERSION} in repositories."
103
103
echo " Trying to download kernel-devel from koji..."
104
104
# KOJI_KERNEL_DEVEL_RPM=$KOJI_BASE_URL/packages/kernel/$KERNEL_RPM_VERSION/$KERNEL_RPM_RELEASE/$KERNEL_RPM_ARCH/kernel-devel-$KERNEL_VERSION.rpm
105
- KOJI_KERNEL_DEVEL_RPM=' https://kojihub.stream.centos.org/kojifiles/packages/kernel/5.14.0/554 .el9/x86_64/kernel-devel-5.14.0-554 .el9.x86_64.rpm'
105
+ KOJI_KERNEL_DEVEL_RPM=' https://kojihub.stream.centos.org/kojifiles/packages/kernel/5.14.0/580 .el9/x86_64/kernel-devel-5.14.0-580 .el9.x86_64.rpm'
106
106
if ! dnf -q -y install $KOJI_KERNEL_DEVEL_RPM \
107
107
--setopt=install_weak_deps=False; then
108
108
echo " Can't find kernel-devel-${KERNEL_VERSION} "
@@ -119,7 +119,7 @@ _install_prerequisites() (
119
119
echo " Failed to find kernel-core-${KERNEL_VERSION} in repositories."
120
120
echo " Trying to download kernel-core from koji..."
121
121
# KOJI_KERNEL_CORE_RPM=$KOJI_BASE_URL/packages/kernel/$KERNEL_RPM_VERSION/$KERNEL_RPM_RELEASE/$KERNEL_RPM_ARCH/kernel-core-$KERNEL_VERSION.rpm
122
- KOJI_KERNEL_CORE_RPM=' https://kojihub.stream.centos.org/kojifiles/packages/kernel/5.14.0/554 .el9/x86_64/kernel-core-5.14.0-554 .el9.x86_64.rpm'
122
+ KOJI_KERNEL_CORE_RPM=' https://kojihub.stream.centos.org/kojifiles/packages/kernel/5.14.0/580 .el9/x86_64/kernel-core-5.14.0-580 .el9.x86_64.rpm'
123
123
if ! dnf -q -y download $KOJI_KERNEL_CORE_RPM ; then
124
124
echo " Can't find kernel-core-${KERNEL_VERSION} "
125
125
echo " Please try to update your kernel on the host system."
@@ -136,7 +136,7 @@ _install_prerequisites() (
136
136
echo " Failed to find kernel-modules-core-${KERNEL_VERSION} in repositories."
137
137
echo " Trying to download kernel-modules-core from koji..."
138
138
# KOJI_KERNEL_CORE_RPM=$KOJI_BASE_URL/packages/kernel/$KERNEL_RPM_VERSION/$KERNEL_RPM_RELEASE/$KERNEL_RPM_ARCH/kernel-modules-core-$KERNEL_VERSION.rpm
139
- KOJI_KERNEL_CORE_RPM=' https://kojihub.stream.centos.org/kojifiles/packages/kernel/5.14.0/554 .el9/x86_64/kernel-modules-core-5.14.0-554 .el9.x86_64.rpm'
139
+ KOJI_KERNEL_CORE_RPM=' https://kojihub.stream.centos.org/kojifiles/packages/kernel/5.14.0/580 .el9/x86_64/kernel-modules-core-5.14.0-580 .el9.x86_64.rpm'
140
140
if ! dnf -q -y download $KOJI_KERNEL_CORE_RPM \
141
141
--setopt=install_weak_deps=False; then
142
142
echo " Can't find kernel-modules-core-${KERNEL_VERSION} "
0 commit comments