# HG changeset patch # User Konstantin Pavlov # Date 1569493529 -10800 # Node ID bf8eb55e35ddf8b6453f27861f4a9cfc8b284e44 # Parent 869aed242cccdcb3c5d54e8a387868a596006e76 Linux packages: Added an instruction for yum/dnf to mark the repos as hotfixes. This fixes an issue with RHEL8/CentOS8 where the concept of modules was introduced. If a package with the same name exists both in a modular and traditional repos, the modular one will always have a higher priority. Marking our repository configuration as a hotfix overrides this behavior. diff -r 869aed242ccc -r bf8eb55e35dd xml/en/linux_packages.xml --- a/xml/en/linux_packages.xml Thu Sep 26 13:19:49 2019 +0300 +++ b/xml/en/linux_packages.xml Thu Sep 26 13:25:29 2019 +0300 @@ -7,7 +7,7 @@
+ rev="42">
@@ -176,6 +176,7 @@ gpgcheck=1 enabled=1 gpgkey=https://nginx.org/keys/nginx_signing.key +module_hotfixes=true [nginx-mainline] name=nginx mainline repo @@ -183,6 +184,7 @@ gpgcheck=1 enabled=0 gpgkey=https://nginx.org/keys/nginx_signing.key +module_hotfixes=true By default, the repository for stable nginx packages is used. diff -r 869aed242ccc -r bf8eb55e35dd xml/ru/linux_packages.xml --- a/xml/ru/linux_packages.xml Thu Sep 26 13:19:49 2019 +0300 +++ b/xml/ru/linux_packages.xml Thu Sep 26 13:25:29 2019 +0300 @@ -7,7 +7,7 @@
+ rev="42">
@@ -174,6 +174,7 @@ gpgcheck=1 enabled=1 gpgkey=https://nginx.org/keys/nginx_signing.key +module_hotfixes=true [nginx-mainline] name=nginx mainline repo @@ -181,6 +182,7 @@ gpgcheck=1 enabled=0 gpgkey=https://nginx.org/keys/nginx_signing.key +module_hotfixes=true По умолчанию используется репозиторий для стабильной версии nginx.