Skip to content

Commit 1e19c01

Browse files
Djelibeybipraiskup
authored andcommitted
fix: expand Oracle Linux distro_id from ol to oraclelinux
Signed-off-by: Avi Miller <avi.miller@oracle.com>
1 parent 1d1b949 commit 1e19c01

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

mock-core-configs/mock-core-configs.spec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ almalinux)
119119
# AlmaLinux configs look like 'alma+epel'
120120
distro_id=alma
121121
;;
122+
ol)
123+
# Oracle Linux uses 'oraclelinux' as the file prefix
124+
distro_id=oraclelinux
125+
;;
122126
esac
123127
cfg=$distro_id+epel-$ver-$mock_arch.cfg
124128
%endif
@@ -689,5 +693,3 @@ fi
689693

690694
* Thu Sep 07 2017 Miroslav Suchý <msuchy@redhat.com> 27.1-1
691695
- Split from Mock package.
692-
693-
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Expand Oracle Linux distro_id from `ol` to `oraclelinux` when looking for configuration files [issue#1545]

0 commit comments

Comments
 (0)