mssql-cli icon indicating copy to clipboard operation
mssql-cli copied to clipboard

Typo in microsoft-prod.repo file for rhel 8 (at least)

Open pjwelsh opened this issue 4 years ago • 0 comments

File /etc/yum.repos.d/microsoft-prod.repo in packages-microsoft-prod-1.0-1.noarch from rhel 8 repo has a typo: baseurl=https://packages.microsoft.com/rhel/8.0/prod This link destination does not exist. The ".../8/prod" does.

However, it would be best to use the "$releasever" variable in the microsoft-prod.repo file in order to make it generic across both version 7 and 8. That is one packages-microsoft-prod*.rpm for any CentOS/RHEL 7 or 8. (note I'm not sure why the rhel and centos do not contain the same files?).

pjwelsh avatar Sep 02 '20 16:09 pjwelsh