Skip to content

Commit 732fdd2

Browse files
authored
Merge pull request #1464 from ygcleverboy/master
Fix the Fedora download source code fail
2 parents 0181371 + 4c9cf03 commit 732fdd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kpatch-build/kpatch-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ else
992992
echo "Downloading kernel source for $ARCHVERSION"
993993
if [[ -z "$SRCRPM" ]]; then
994994
if [[ "$DISTRO" = fedora ]]; then
995-
wget -P "$TEMPDIR" "http://kojipkgs.fedoraproject.org/packages/kernel/$KVER/$KREL/src/kernel-$KVER-$KREL.src.rpm" 2>&1 | logger || die
995+
wget -P "$TEMPDIR" "https://kojipkgs.fedoraproject.org/packages/kernel/$KVER/$KREL/src/kernel-$KVER-$KREL.src.rpm" 2>&1 | logger || die
996996
elif [[ "$DISTRO" = photon ]]; then
997997
if [[ -n "$PH_FLAVOR" ]]; then
998998
SRC_RPM_NAME="linux-$PH_FLAVOR-$KVER-$KREL.$PH_TAG.src.rpm"

0 commit comments

Comments
 (0)