Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 2084559

Summary: EPEL 8 replaces RHEL 8.6's nginx:1.20 by default
Product: [Fedora] Fedora Modules Reporter: Robert Scheck <redhat-bugzilla>
Component: nginxAssignee: Adam Samalik <asamalik>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: asamalik, felix, jkosci, luhliari, rado.pitonak, rbean
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-05-12 14:09:11 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Robert Scheck 2022-05-12 12:34:24 UTC
Description of problem:
Is it really intended that EPEL 8's nginx:1.20 replaces RHEL 8.6's nginx:1.20 by default?

So, "dnf module reset nginx" and "dnf module install nginx:1.20" lead to:

--- 8< ---
 nginx                                                                   x86_64                                             1:1.20.1-6.module_el8+12928+992082b2                                                epel-modular                                             599 k
 nginx-all-modules                                                       noarch                                             1:1.20.1-6.module_el8+12928+992082b2                                                epel-modular                                              25 k
 nginx-filesystem                                                        noarch                                             1:1.20.1-6.module_el8+12928+992082b2                                                epel-modular                                              26 k
 nginx-mod-http-image-filter                                             x86_64                                             1:1.20.1-6.module_el8+12928+992082b2                                                epel-modular                                              37 k
 nginx-mod-http-perl                                                     x86_64                                             1:1.20.1-6.module_el8+12928+992082b2                                                epel-modular                                              48 k
 nginx-mod-http-xslt-filter                                              x86_64                                             1:1.20.1-6.module_el8+12928+992082b2                                                epel-modular                                              36 k
 nginx-mod-mail                                                          x86_64                                             1:1.20.1-6.module_el8+12928+992082b2                                                epel-modular                                              68 k
 nginx-mod-stream                                                        x86_64                                             1:1.20.1-6.module_el8+12928+992082b2                                                epel-modular                                              94 k
Installing module profiles:
 nginx/common                                                                                                                                                                                                                                                                 
Enabling module streams:
 nginx                                                                                                                      1.20                                                                                                                                              
--- 8< ---

But "dnf module reset nginx" and "dnf module install nginx:1.20 --disablerepo=epel-modular" lead to:

--- 8< ---
 nginx                                                             x86_64                                       1:1.20.1-1.module+el8.6.0+13722+f063ea60                                          rhel-8-for-x86_64-appstream-rpms                                       593 k
 nginx-all-modules                                                 noarch                                       1:1.20.1-1.module+el8.6.0+13722+f063ea60                                          rhel-8-for-x86_64-appstream-rpms                                        25 k
 nginx-filesystem                                                  noarch                                       1:1.20.1-1.module+el8.6.0+13722+f063ea60                                          rhel-8-for-x86_64-appstream-rpms                                        26 k
 nginx-mod-http-image-filter                                       x86_64                                       1:1.20.1-1.module+el8.6.0+13722+f063ea60                                          rhel-8-for-x86_64-appstream-rpms                                        36 k
 nginx-mod-http-perl                                               x86_64                                       1:1.20.1-1.module+el8.6.0+13722+f063ea60                                          rhel-8-for-x86_64-appstream-rpms                                        48 k
 nginx-mod-http-xslt-filter                                        x86_64                                       1:1.20.1-1.module+el8.6.0+13722+f063ea60                                          rhel-8-for-x86_64-appstream-rpms                                        35 k
 nginx-mod-mail                                                    x86_64                                       1:1.20.1-1.module+el8.6.0+13722+f063ea60                                          rhel-8-for-x86_64-appstream-rpms                                        68 k
 nginx-mod-stream                                                  x86_64                                       1:1.20.1-1.module+el8.6.0+13722+f063ea60                                          rhel-8-for-x86_64-appstream-rpms                                        93 k
Installing module profiles:
 nginx/common                                                                                                                                                                                                                                                                 
Enabling module streams:
 nginx                                                                                                          1.20          
--- 8< ---

This gets especially unfortunate as EPEL 8's nginx:1.20 lacks the fix for https://bugzilla.redhat.com/show_bug.cgi?id=2015243, which landed in RHEL 8.6's nginx:1.20.

Comment 1 Felix Kaechele 2022-05-12 14:09:11 UTC
This is not intended. I opened a ticket with releng to have it untagged. But it has gone unanswered so far: https://pagure.io/releng/issue/10553

*** This bug has been marked as a duplicate of bug 2036439 ***