Skip to content

Commit

Permalink
Don't remove libidn2 prior to conversion.
Browse files Browse the repository at this point in the history
Even though CentOS 7 has libidn2-2.3.7-1.el7.x86_64, which is higher
than AlmaLinux 8 version libidn2-2.2.0-1.el8.x86_64, it is correctly
downgraded on conversion.

Note that missing libidn2 might cause issues with dnf operation in case
upgraded libcurl is used.
  • Loading branch information
vizovitin committed Oct 1, 2024
1 parent 975dedf commit 75604a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion centos2almaconverter/actions/packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ def __init__(self, temp_directory: str):
"libwebp7": "libwebp",
"libzip5": "libzip",
"libytnef": "ytnef",
"libidn2": "libidn2",
"lua-socket": "lua-socket",
}

Expand Down

0 comments on commit 75604a5

Please sign in to comment.