changeset 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 86b0dd6e7208
files xml/en/linux_packages.xml xml/ru/linux_packages.xml
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 <article name="nginx: Linux packages"
          link="/en/linux_packages.html"
          lang="en"
-         rev="41">
+         rev="42">
 
 <section name="Supported distributions and versions" id="distributions">
 
@@ -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
 </programlisting>
 
 By default, the repository for stable nginx packages is used.
--- 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 @@
 <article name="nginx: пакеты для Linux"
          link="/ru/linux_packages.html"
          lang="ru"
-         rev="41">
+         rev="42">
 
 <section name="Поддерживаемые дистрибутивы и версии" id="distributions">
 
@@ -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
 </programlisting>
 
 По умолчанию используется репозиторий для стабильной версии nginx.