Related: #1976278 Fix rhel_minor_version for dist .el8_4 and .el8
(cherry picked from commit a69ff89822e33e5c0bbb7b25203f099e2b52ee82) Conflicts: firefox.spec
This commit is contained in:
parent
24ef97d561
commit
c07643096b
@ -12,6 +12,9 @@
|
||||
%global rhel_minor_version 4
|
||||
%endif
|
||||
%if "%{?dist}" == ".el8"
|
||||
%global rhel_minor_version 5
|
||||
%endif
|
||||
%if "%{?dist}" == ".el8_4"
|
||||
%global rhel_minor_version 4
|
||||
%endif
|
||||
%if "%{?dist}" == ".el8_3"
|
||||
|
Loading…
Reference in New Issue
Block a user