summaryrefslogtreecommitdiffstats
path: root/packaging/repoconfig/netdata-repo.spec
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/repoconfig/netdata-repo.spec')
-rw-r--r--packaging/repoconfig/netdata-repo.spec7
1 files changed, 7 insertions, 0 deletions
diff --git a/packaging/repoconfig/netdata-repo.spec b/packaging/repoconfig/netdata-repo.spec
index 6c280b3e7..eaee0eba5 100644
--- a/packaging/repoconfig/netdata-repo.spec
+++ b/packaging/repoconfig/netdata-repo.spec
@@ -14,6 +14,8 @@ Source2: netdata.repo.suse
Source3: netdata-edge.repo.suse
Source4: netdata.repo.centos
Source5: netdata-edge.repo.centos
+Source6: netdata.repo.ol
+Source7: netdata-edge.repo.ol
BuildArch: noarch
@@ -41,6 +43,11 @@ install -pm 644 %{SOURCE4} ./netdata.repo
install -pm 644 %{SOURCE5} ./netdata-edge.repo
%endif
+%if 0%{?oraclelinux}
+install -pm 644 %{SOURCE6} ./netdata.repo
+install -pm 644 %{SOURCE7} ./netdata-edge.repo
+%endif
+
%build
true