From 232e6c34c5fc1accb3851a06ed69dcc2d746e5eb Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 23 Jul 2020 12:42:34 -0400 Subject: [PATCH] Add el7 to build --- confluent_osdeploy/confluent_osdeploy.spec.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/confluent_osdeploy/confluent_osdeploy.spec.tmpl b/confluent_osdeploy/confluent_osdeploy.spec.tmpl index 25dbc7ba..a9dfb9d1 100644 --- a/confluent_osdeploy/confluent_osdeploy.spec.tmpl +++ b/confluent_osdeploy/confluent_osdeploy.spec.tmpl @@ -25,7 +25,7 @@ cd utils make all cp copernicus clortho autocons ../opt/confluent/bin cd .. -for os in rhvh4 el8 suse15 ubuntu20.04; do +for os in rhvh4 el7 el8 suse15 ubuntu20.04; do mkdir ${os}out cd ${os}out cp -a ../opt . @@ -48,7 +48,7 @@ cp -a esxi7out esxi6out cp -a esxi7 esxi6 %install -for os in rhvh4 el8 suse15 ubuntu20.04 esxi6 esxi7; do +for os in rhvh4 el7 el8 suse15 ubuntu20.04 esxi6 esxi7; do mkdir -p %{buildroot}/opt/confluent/lib/osdeploy/$os/initramfs mkdir -p %{buildroot}/opt/confluent/lib/osdeploy/$os/profiles cp ${os}out/addons.* %{buildroot}/opt/confluent/lib/osdeploy/$os/initramfs