diff xml/ru/linux_packages.xml @ 2437:bf8eb55e35dd

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.
author Konstantin Pavlov <thresh@nginx.com>
date Thu, 26 Sep 2019 13:25:29 +0300
parents 869aed242ccc
children ee775a6ca22e
line wrap: on
line diff
--- a/xml/ru/linux_packages.xml
+++ b/xml/ru/linux_packages.xml
@@ -7,7 +7,7 @@
 <article name="nginx: пакеты для Linux"
          link="/ru/linux_packages.html"
          lang="ru"
-         rev="41">
+         rev="42">
 
 <section name="Поддерживаемые дистрибутивы и версии" id="distributions">
 
@@ -174,6 +174,7 @@ baseurl=http://nginx.org/packages/centos
 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 @@ baseurl=http://nginx.org/packages/mainli
 gpgcheck=1
 enabled=0
 gpgkey=https://nginx.org/keys/nginx_signing.key
+module_hotfixes=true
 </programlisting>
 
 По умолчанию используется репозиторий для стабильной версии nginx.