comparison xml/en/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
comparison
equal deleted inserted replaced
2436:869aed242ccc 2437:bf8eb55e35dd
5 <!DOCTYPE article SYSTEM "../../dtd/article.dtd"> 5 <!DOCTYPE article SYSTEM "../../dtd/article.dtd">
6 6
7 <article name="nginx: Linux packages" 7 <article name="nginx: Linux packages"
8 link="/en/linux_packages.html" 8 link="/en/linux_packages.html"
9 lang="en" 9 lang="en"
10 rev="41"> 10 rev="42">
11 11
12 <section name="Supported distributions and versions" id="distributions"> 12 <section name="Supported distributions and versions" id="distributions">
13 13
14 <para> 14 <para>
15 nginx packages are available for the following Linux distributions and 15 nginx packages are available for the following Linux distributions and
174 name=nginx stable repo 174 name=nginx stable repo
175 baseurl=http://nginx.org/packages/centos/$releasever/$basearch/ 175 baseurl=http://nginx.org/packages/centos/$releasever/$basearch/
176 gpgcheck=1 176 gpgcheck=1
177 enabled=1 177 enabled=1
178 gpgkey=https://nginx.org/keys/nginx_signing.key 178 gpgkey=https://nginx.org/keys/nginx_signing.key
179 module_hotfixes=true
179 180
180 [nginx-mainline] 181 [nginx-mainline]
181 name=nginx mainline repo 182 name=nginx mainline repo
182 baseurl=http://nginx.org/packages/mainline/centos/$releasever/$basearch/ 183 baseurl=http://nginx.org/packages/mainline/centos/$releasever/$basearch/
183 gpgcheck=1 184 gpgcheck=1
184 enabled=0 185 enabled=0
185 gpgkey=https://nginx.org/keys/nginx_signing.key 186 gpgkey=https://nginx.org/keys/nginx_signing.key
187 module_hotfixes=true
186 </programlisting> 188 </programlisting>
187 189
188 By default, the repository for stable nginx packages is used. 190 By default, the repository for stable nginx packages is used.
189 If you would like to use mainline nginx packages, run the following command: 191 If you would like to use mainline nginx packages, run the following command:
190 <programlisting> 192 <programlisting>